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
9 changes: 9 additions & 0 deletions manage-data/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ To help you manage your data, {{es}} offers you the following options: {{ilm-cap
::::

## {{ilm-init}} [ilm]
```{applies_to}
serverless: unavailable
```

::::{tip}
{{ilm-init}} is not available on {{es-serverless}}.
Expand All @@ -48,6 +51,9 @@ In an {{ecloud}} or self-managed environment, ILM lets you automatically transit
**[Read more in {{ilm-cap}} ->](/manage-data/lifecycle/index-lifecycle-management.md)**

## Data stream lifecycle [data-stream-lifecycle]
```{applies_to}
serverless: ga
```

**Data stream lifecycle** is less feature rich but is focused on simplicity. It allows you to do the following:

Expand All @@ -57,6 +63,9 @@ In an {{ecloud}} or self-managed environment, ILM lets you automatically transit
**[Read more in Data stream lifecycle ->](/manage-data/lifecycle/data-stream.md)**

## Elastic Curator [elastic-curator]
```{applies_to}
serverless: unavailable
```

**Elastic Curator** is a tool that allows you to manage your indices and snapshots using user-defined filters and predefined actions. If ILM provides the functionality to manage your index lifecycle, and you have at least a Basic license, consider using ILM in place of Curator. Many stack components make use of ILM by default.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can find installation and configuration details for all integrations in the

When you install an integration, an [{{ilm}}](/manage-data/lifecycle/index-lifecycle-management.md) ({{ilm-init}}) policy is configured automatically to manage the integration's component [data streams](/manage-data/data-store/data-streams.md) and their backing indices. To view or adjust how your integration data is managed, a first step is to find the data streams that you're interested in. There are a few ways to do this:

::::{dropdown} Find the data stream for a {{kib}} visualation
::::{dropdown} Find the data stream for a {{kib}} visualization
To find the data stream associated with a visualization in a {{kib}}:

1. Open **Dashboards** from the {{kib}} menu and select a dashboard to view. For example, with the [System integration](integration-docs://reference/system.md) installed, you can open the `[Metrics System] Host overview` dashboard to find visualizations about the host system being monitored.
Expand Down
Loading