Skip to content

Commit 9e03b09

Browse files
committed
update manual config
1 parent 54995f0 commit 9e03b09

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

solutions/observability/streams/management/extract/manual-pipeline-configuration.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ applies_to:
77

88
The **Manual pipeline configuration** lets you create a JSON-encoded array of ingest pipeline processors.
99

10+
Refer to the [ingest processor reference][elasticsearch://reference/enrich-processor] for more information on manually configuring processors.
11+
1012
To manually create an array of ingest pipeline processors:
1113

1214
1. Select **Create****Create processor**.
1315
1. Select **Manual pipeline configuration** from the **Processor** menu.
14-
1. Set the **Source Field** to the field you want to dissect
15-
1. Set the delimiters you want to use in the **Pattern** field. Refer to the [example pattern](#streams-dissect-example) for more information on setting delimiters.
16+
1. In **Ingest pipeline processors**, add JSON to manually configure ingest pipelines.
17+
18+
:::{note}
19+
Conditions defined in the processor JSON take precedence over conditions defined in **Optional fields**.
20+
:::

0 commit comments

Comments
 (0)