Skip to content

Commit c40f976

Browse files
committed
update advanced
1 parent 19afded commit c40f976

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

solutions/observability/streams/management/advanced.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,14 @@ Streams analyzes your stream and identifies systems. Then, you can select the on
2626

2727
% Can we add use cases of when it makes sense to modify shards/replicas/refresh interval
2828

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).
29+
For classic streams, you can manually configure the stream's:
3030

31-
For both wired ({applies_to}`stack: preview 9.2`) and classic streams, you can configure:
31+
- [index template](../../../../manage-data/data-store/templates.md#index-templates)
32+
- [component templates](../../../../manage-data/data-store/templates.md#component-templates)
33+
- [pipeline](../../../../manage-data/ingest/transform-enrich.md)
34+
- [data stream](../../../../manage-data/data-store/data-streams.md).
35+
36+
For both wired ({applies_to}`stack: preview 9.2`) and classic streams, you can manually configure:
3237

3338
- **Shards:** Control how the index is split across nodes. More shards can improve parallelism but may increase overhead.
3439
- **Replicas:** Define how many copies of the data exist. More replicas improve resilience and read performance but increase storage usage.

0 commit comments

Comments
 (0)