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
The manual pipeline configuration processor is only available on [classic streams](../../streams.md#streams-classic-vs-wired).
10
+
:::
11
+
8
12
The **Manual pipeline configuration** lets you create a JSON-encoded array of ingest pipeline processors.This is helpful if you want to add more advanced processing that isn't currently available as part of the UI-based processors.
9
13
10
14
Refer to the following documentation for more on manually configuring processors:
11
15
12
16
-[Create readable and maintainable ingest pipelines](../../../../../manage-data/ingest/transform-enrich/readable-maintainable-ingest-pipelines.md)
13
17
-[Error handling in ingest pipelines](../../../../../manage-data/ingest/transform-enrich/error-handling.md)
Copy file name to clipboardExpand all lines: solutions/observability/streams/streams.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ applies_to:
8
8
9
9
Streams provides a single, centralized UI within {{kib}} that streamlines common tasks like extracting fields, setting data retention, and routing data, so you don't need to use multiple applications or manually configure underlying {{es}} components.
10
10
11
-
## Classic vs. wired streams
11
+
## Classic versus wired streams[streams-classic-vs-wired]
12
12
13
13
Streams can operate in two modes: wired and classic. Both manage data streams in {{es}}, but differ in configuration, inheritance, and field mapping.
14
14
15
-
### Classic streams
15
+
### Classic streams[streams-classic-streams]
16
16
17
17
Classic streams work with existing {{es}} data streams. Use classic streams when you want the ease of extracting fields and configuring data retention while working with data that's already being ingested into {{es}}.
18
18
@@ -22,13 +22,13 @@ Classic streams:
22
22
- Can follow the data retention policy set in the existing index template.
23
23
- Do not support hierarchical inheritance or cascading configuration updates.
24
24
25
-
### Wired streams
25
+
### Wired streams[streams-wired-streams]
26
26
```{applies_to}
27
27
stack: preview 9.2
28
28
serverless: preview
29
29
```
30
30
31
-
Wired streams data is sent directly to a single endpoint, from which you can route data into child streams based on [partitioning](./management/partitioning.md) set up manually or with the help of AI suggestions.
31
+
Wired streams send data directly to a single endpoint, from which you can route data into child streams based on [partitioning](./management/partitioning.md) set up manually or with the help of AI suggestions.
32
32
33
33
Wired streams:
34
34
- Allow you to organize streams in a parent-child hierarchy.
@@ -37,22 +37,22 @@ Wired streams:
37
37
38
38
For more information, refer to [sending data to wired streams](./wired-streams.md).
39
39
40
-
## Managed components
40
+
## Managed components[streams-managed-components]
41
41
When you configure classic or wired streams through the Streams UI or [Streams API](#streams-api), {{es}}-level components like templates and pipelines are created for the stream. These components are considered *managed* and shouldn't be modified using {{es}} APIs. When managing a stream through the Streams UI or API, continue doing so whenever possible.
42
42
43
43
You can still edit non-managed ingest pipelines, templates, and other components, but avoid those marked as managed or any per-data-stream mappings and settings. This behavior is similar to how Elasticsearch handles components managed by integrations. Refer to the [**Advanced** tab](./management/advanced.md) to review managed components.
Streams requires these Elastic Cloud Serverless roles:
51
+
:::{tab-item} {{serverless-short}}
52
+
Streams requires these {{serverless-full}} roles:
53
53
54
54
- Admin: Ability to manage all Streams
55
-
- Editor/Viewer: Limited access, unable to perform all actions
55
+
- Editor/Viewer: Limited access, cannot perform all actions
56
56
57
57
:::
58
58
@@ -71,15 +71,15 @@ For more information, refer to [Cluster privileges](elasticsearch://reference/el
71
71
72
72
::::
73
73
74
-
## Access Streams
74
+
## Access Streams[streams-access]
75
75
76
76
Open Streams from the following places in {{kib}}:
77
77
78
78
- Select **Streams** from the navigation menu or use the [global search field](../../../explore-analyze/find-and-organize/find-apps-and-objects.md).
79
79
80
-
- Open the data stream for a specific document from **Discover**. To do this, expand the details flyout for a document that's stored in a data stream, and select **Stream** or an action associated with the document's data stream. Streams will open filtered to the selected data stream.
80
+
- Open the data stream for a specific document from **Discover**. To do this, expand the details flyout for a document that's stored in a data stream, and select **Stream** or an action associated with the document's data stream. Streams then opens filtered to the selected data stream.
0 commit comments