Skip to content

Commit 54995f0

Browse files
committed
update manual config
1 parent 17974fb commit 54995f0

File tree

7 files changed

+22
-2
lines changed

7 files changed

+22
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Use the append processor to add a value to an existing array field, or create th
1010

1111
To use an append processor:
1212

13+
1. Select **Create****Create processor**.
14+
1. Select **Append** from the **Processor** menu.
1315
1. Set **Source Field** to the field you want append values to.
1416
1. Set **Target field** to the values you want to append to the **Source Field**.
1517

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The date processor parses dates from fields, and then uses the date or timestamp
1010

1111
To extract a timestamp field using the date processor:
1212

13+
1. Select **Create****Create processor**.
14+
1. Select **Date** from the **Processor** menu.
1315
1. Set the **Source Field** to the field containing the timestamp.
1416
1. Set the **Format** field to one of the accepted date formats (ISO8602, UNIX, UNIX_MS, or TAI64N) or use a Java time pattern. Refer to the [example formats](#streams-date-examples) for more information.
1517

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ The dissect processor parses structured log messages and extracts fields from th
1010
Dissect is much faster than Grok, and is recommend for log messages that follow a consistent, structured format.
1111

1212
To parse a log message with a dissect processor:
13+
14+
1. Select **Create****Create processor**.
15+
1. Select **Dissect** from the **Processor** menu.
1316
1. Set the **Source Field** to the field you want to dissect
1417
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.
1518

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,13 @@ applies_to:
33
serverless: ga
44
stack: preview 9.1, ga 9.2
55
---
6-
# Manual pipeline configuration [streams-manual-pipeline-configuration]
6+
# Manual pipeline configuration [streams-manual-pipeline-configuration]
7+
8+
The **Manual pipeline configuration** lets you create a JSON-encoded array of ingest pipeline processors.
9+
10+
To manually create an array of ingest pipeline processors:
11+
12+
1. Select **Create****Create processor**.
13+
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.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Use the rename processor to change the name of a field, moving its value to a ne
1010

1111
To use a rename processor:
1212

13+
1. Select **Create****Create processor**.
14+
1. Select **Rename** from the **Processor** menu.
1315
1. Set **Source Field** to the field you want to rename.
1416
1. Set **Target field** to the new name you want to use for the **Source Field**.
1517

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Use the set processor to assign a specific value to a field, creating the field
1010

1111
To use a set processor:
1212

13+
1. Select **Create****Create processor**.
14+
1. Select **Set** from the **Processor** menu.
1315
1. Set **Source Field** to the field you want to insert, upsert, or update
1416
1. Set **Value** to the value you want the source field to be set to.
1517

solutions/observability/streams/management/schema.md

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

8-
# Map fields [streams-schema]
8+
# Map fields in Streams [streams-schema]
99

1010
Mappings define how {{es}} stores and indexes your data, balancing storage efficiency against query capability and performance.
1111

0 commit comments

Comments
 (0)