﻿---
title: Configure advanced settings for streams
description: The Advanced tab shows the underlying Elasticsearch configuration details and advanced configuration options for your stream. You can use the Advanced...
url: https://www.elastic.co/elastic/docs-builder/docs/3028/solutions/observability/streams/management/advanced
products:
  - Elastic Cloud Enterprise
  - Elastic Cloud Hosted
  - Elastic Cloud Serverless
  - Elastic Cloud on Kubernetes
  - Elastic Observability
  - Elastic Stack
  - Elasticsearch
  - Kibana
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available since 9.2, Preview in 9.1
---

# Configure advanced settings for streams
The **Advanced** tab shows the underlying Elasticsearch configuration details and advanced configuration options for your stream.
You can use the **Advanced** tab to add [descriptions](#streams-advanced-description) or [features](#streams-advanced-features) that provide useful information to Stream's AI components. You can also  [manually configure](#streams-advanced-index-config) the index or component templates or modify other ingest pipelines used by the stream.

## Stream description

Describe the data in the stream. AI features like system identification use this description when generating suggestions.

## Stream feature configuration

Streams analyzes your data and identifies features. Features are a way to classify some of the data you have in your stream.
Each feature has a natural language description and an optional filter which points to a subset of your data.
For example, in a stream of Kubernetes logs, the feature identification process would be able to identify that you have data from "nginx" which can be found by filtering for `WHERE service.name==nginx`. It would also include a description defining nginx.
Features provide useful information for AI processes.

## Index configuration

<:::{Important}>
  Avoid editing components marked as **managed** or any per-data-stream mappings and settings. Processing and schema changes should typically be done through the Streams interface or API, and none of these configuration processes are required. This feature mainly exists to help advanced users maintain familiar workflows.
</:::{Important}>

For classic streams, you can access the following components:
- [Index templates](/elastic/docs-builder/docs/3028/manage-data/data-store/templates#index-templates)
- [Component templates](/elastic/docs-builder/docs/3028/manage-data/data-store/templates#component-templates)
- [Pipelines](https://www.elastic.co/elastic/docs-builder/docs/3028/manage-data/ingest/transform-enrich)
- [Data streams](https://www.elastic.co/elastic/docs-builder/docs/3028/manage-data/data-store/data-streams)

For both wired (<applies-to>Elastic Stack: Preview since 9.2</applies-to> <applies-to>Elastic Cloud Serverless: Preview</applies-to>) and classic streams, you can manually configure:
- **Shards:** Control how the index is split across nodes. More shards can improve parallelism but may increase overhead.
- **Replicas:** Define how many copies of the data exist. More replicas improve resilience and read performance but increase storage usage.
- **Refresh interval:** Control how frequently new data becomes visible for search. A longer interval reduces resource usage; a short one makes data searchable sooner.