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/manual-pipeline-configuration.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,14 @@ applies_to:
7
7
8
8
The **Manual pipeline configuration** lets you create a JSON-encoded array of ingest pipeline processors.
9
9
10
+
Refer to the [ingest processor reference][elasticsearch://reference/enrich-processor] for more information on manually configuring processors.
11
+
10
12
To manually create an array of ingest pipeline processors:
11
13
12
14
1. Select **Create** → **Create processor**.
13
15
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**.
0 commit comments