Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ In {{es-serverless}}, indices matching the `logs-*-*` pattern use the logsDB ind

* To view more information about a data stream, such as its generation or its current index lifecycle policy, click the stream’s name. From this view, you can navigate to **Discover** to further explore data within the data stream.
* To view information about the stream’s backing indices, click the number in the **Indices** column.
* [preview] To modify the data retention value, select an index, open the **Manage** menu, and click **Edit data retention**.
* [preview] To modify the data retention value, select a data stream, open the **Manage** menu, and click **Edit data retention**.
2 changes: 1 addition & 1 deletion manage-data/data-store/index-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ In {{es-serverless}}, indices matching the `logs-*-*` pattern use the logsDB ind

* To view information about the stream's backing indices, click the number in the **Indices** column.
* A value in the **Data retention** column indicates that the data stream is managed by a data stream lifecycle policy. This value is the time period for which your data is guaranteed to be stored. Data older than this period can be deleted by {{es}} at a later time.
* To modify the data retention value, select an index, open the **Manage** menu, and click **Edit data retention**. On {{stack}}, this action is only available if your data stream is not managed by an ILM policy.
* To modify the data retention value, select a data stream, open the **Manage** menu, and click **Edit data retention**. On {{stack}}, this action is only available if your data stream is not managed by an ILM policy.
* To view more information about a data stream including it's lifecycle settings, click the stream's name.

### Manage index templates [index-management-manage-index-templates]
Expand Down