Skip to content

Commit efddf25

Browse files
authored
Adding tags to clarify data management options (#2631)
Relates to #1570 Adding `applies_to` tags to visually indicate that ILM and Curator are not available in Serverless, whereas Data streams is.
1 parent 7a4441a commit efddf25

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

manage-data/lifecycle.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ To help you manage your data, {{es}} offers you the following options: {{ilm-cap
2626
::::
2727

2828
## {{ilm-init}} [ilm]
29+
```{applies_to}
30+
serverless: unavailable
31+
```
2932

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

5053
## Data stream lifecycle [data-stream-lifecycle]
54+
```{applies_to}
55+
serverless: ga
56+
```
5157

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

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

5965
## Elastic Curator [elastic-curator]
66+
```{applies_to}
67+
serverless: unavailable
68+
```
6069

6170
**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.
6271

manage-data/lifecycle/index-lifecycle-management/manage-lifecycle-integrations-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can find installation and configuration details for all integrations in the
1414

1515
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:
1616

17-
::::{dropdown} Find the data stream for a {{kib}} visualation
17+
::::{dropdown} Find the data stream for a {{kib}} visualization
1818
To find the data stream associated with a visualization in a {{kib}}:
1919

2020
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.

0 commit comments

Comments
 (0)