Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note that logsDB index mode is on by default in serverless #218

Merged
merged 2 commits into from
Nov 27, 2024
Merged
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
4 changes: 4 additions & 0 deletions serverless/pages/index-management.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ on multiple indices, select their checkboxes and then open the **Manage** menu.

Investigate your data streams and address lifecycle management needs in the **Data Streams** view.

In {es-serverless}, indices matching the `logs-*-*` pattern use the logsDB index mode by default. The logsDB index mode creates a {ref}/logs-data-stream.html[logs data stream].

The value in the **Indices** column indicates the number of backing indices. Click this number to drill down into details.

A value in the data retention column indicates that the data stream is managed by a data stream lifecycle policy.
Expand Down Expand Up @@ -115,6 +117,8 @@ image::images/index-management-index-templates.png[Index templates]

// TO-DO: This screenshot is missing some tabs that exist in serverless

The default *logs* template uses the logsDB index mode to create a {ref}/logs-data-stream.html[logs data stream].

If you don't have any templates, you can create one using the **Create template** wizard.

////
Expand Down