We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ded70 commit dd2424bCopy full SHA for dd2424b
docs/reference/mapping/runtime.asciidoc
@@ -1477,7 +1477,7 @@ timestamp falls within the defined range.
1477
==== Define a runtime field with a dissect pattern
1478
If you don't need the power of regular expressions, you can use
1479
<<dissect-processor,dissect patterns>> instead of grok patterns. Dissect
1480
-patterns match on fixed delimiters but are typically faster that grok.
+patterns match on fixed delimiters but are typically faster than grok.
1481
1482
You can use dissect to achieve the same results as parsing the Apache logs with
1483
a <<runtime-examples-grok,grok pattern>>. Instead of matching on a log
0 commit comments