Skip to content

Commit 463e295

Browse files
committed
update advanced tab
1 parent 288097e commit 463e295

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed
Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,35 @@
11
---
22
applies_to:
3-
serverless: preview
4-
stack: preview 9.1
3+
serverless: ga
4+
stack: preview 9.1, ga 9.2
55
navigation_title: Configure advanced settings
66
---
77
# Configure advanced settings for streams [streams-advanced-settings]
88

9-
The **Advanced** tab shows the underlying {{es}} configuration details of your stream. While Streams simplifies many configurations, it doesn't support modifying all pipelines and templates. From the **Advanced** tab, you can manually interact with the index or component templates or modify other ingest pipelines that used by the stream.
9+
The **Advanced** tab shows the underlying {{es}} configuration details and advanced configuration options for your stream.
10+
11+
You can use the **Advanced** tab to manually configure the index or component templates or modify other ingest pipelines used by the stream.
12+
13+
## Stream description
14+
15+
% can we provide more information on what users should put here.
16+
17+
Describe the data in the stream. AI features like system identification and significant events use this description when generating suggestions.
18+
19+
## Stream system configuration
20+
21+
% Why do users want to add systems here?
22+
23+
Streams analyzes your stream and identifies systems. Then, you can select the ones you want to add to your stream.
24+
25+
## Index configuration
26+
27+
% Can we add use cases of when it makes sense to modify shards/replicas/refresh interval
28+
29+
For classic streams, you can manually configure the stream's [index template](../../../../manage-data/data-store/templates.md#index-templates), [component templates](../../../../manage-data/data-store/templates.md#component-templates), [pipeline](../../../../manage-data/ingest/transform-enrich.md), and [data stream](../../../../manage-data/data-store/data-streams.md).
30+
31+
For both wired ({applies_to}`section: stack: preview 9.2`) and classic streams, you can configure:
32+
33+
- **Shards:** Control how the index is split across nodes. More shards can improve parallelism but may increase overhead.
34+
- **Replicas:** Define how many copies of the data exist. More replicas improve resilience and read performance but increase storage usage.
35+
- **Refresh interval:** Control how frequently new data becomes visible for search. A longer interval reduces resource usage; a short one makes data searchable sooner.

0 commit comments

Comments
 (0)