Skip to content

Commit 010e19b

Browse files
committed
fix toc
1 parent a59928c commit 010e19b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

solutions/observability/streams/management/extract/grok.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,22 @@ The previous pattern can then be used in the processor.
3838
```
3939

4040
## Generate patterns [streams-grok-patterns]
41+
:::{note}
4142
Requires an LLM Connector to be configured.
43+
:::
44+
4245
Instead of writing the Grok patterns by hand, you can use the **Generate Patterns** button to generate the patterns for you.
4346

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.
48+
4449
![generated patterns](<../../../../images/logs-streams-patterns.png>)
4550

46-
Select **Accept** to add a generated pattern to the list of patterns used by the grok processor.
51+
To add a generated grok pattern:
52+
53+
1. Select **Create****Create processor**.
54+
1. Select **Grok** from the **Processor** menu.
55+
1. Select **Generate pattern**.
56+
1. Select **Accept** to add a generated pattern to the list of patterns used by the grok processor.
4757

4858
### How does **Generate patterns** work? [streams-grok-pattern-generation]
4959
% need to check to make sure this is still accurate.

solutions/observability/streams/management/schema.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ applies_to:
55
stack: preview 9.1, ga 9.2
66
---
77

8-
# Manage field mapping using the Schema tab [streams-data-retention]
8+
# Manage field mapping using the Schema tab [streams-schema]
9+
10+
## Permissions to edit and add fields [streams-schema-permissions]
11+
12+
## Field statuses [streams-schema-statuses]

solutions/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,8 @@ toc:
467467
- file: observability/streams/management/extract/append.md
468468
- file: observability/streams/management/extract/manual-pipeline-configuration.md
469469
- file: observability/streams/management/retention.md
470+
- file: observability/streams/management/schema.md
471+
- file: observability/streams/management/data-quality.md
470472
- file: observability/streams/management/advanced.md
471473
- file: observability/incident-management.md
472474
children:

0 commit comments

Comments
 (0)