You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _ingest-pipelines/processors/grok.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ For a list of available predefined patterns, see [Grok patterns](https://github.
21
21
22
22
The `grok` processor is built on the [Oniguruma regular expression library](https://github.com/kkos/oniguruma/blob/master/doc/RE) and supports all the patterns from that library. You can use the [Grok Debugger](https://grokdebugger.com/) tool to test and debug your grok expressions.
23
23
24
+
Note that patterns are *not anchored*. For performance and reliability, include a start-of-line anchor (`^`) in your pattern.
25
+
{: .note}
26
+
24
27
## Syntax
25
28
26
29
The following is the basic syntax for the `grok` processor:
0 commit comments