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: solutions/observability/streams/management/extract/grok.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,22 @@ The previous pattern can then be used in the processor.
38
38
```
39
39
40
40
## Generate patterns [streams-grok-patterns]
41
+
:::{note}
41
42
Requires an LLM Connector to be configured.
43
+
:::
44
+
42
45
Instead of writing the Grok patterns by hand, you can use the **Generate Patterns** button to generate the patterns for you.
43
46
47
+
Generated patterns work best on semi-structured data. For very custom logs with a lot of text, creating manual patterns general creates more accurate results.
0 commit comments