Skip to content

Commit 544b065

Browse files
committed
[Streams] Add section on managed assets
1 parent bd23195 commit 544b065

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

solutions/observability/streams/streams.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ Wired streams:
3737

3838
For more information, refer to [sending data to wired streams](./wired-streams.md).
3939

40+
## Managed assets
41+
When you configure classic or wired streams through the Streams UI or [Streams API](#streams-api), {{es}}-level assets like templates and pipelines are created for the stream. These assets 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+
43+
You can still edit non-managed ingest pipelines, templates, and other assets, but avoid editing assets marked as *managed* or any per-data-stream mappings and settings. This behavior is similar to how Elasticsearch handles assets managed by integrations. Refer to the [advanced tab](./management/advanced.md) to review managed assets.
44+
4045
## Required permissions
4146

4247
Streams requires the following permissions:

0 commit comments

Comments
 (0)