Skip to content

Commit 63c5d4c

Browse files
authored
Merge branch 'main' into connect-to-local-llm-obs-ai-assistant
2 parents d08aec5 + 4bb7013 commit 63c5d4c

20 files changed

+54
-97
lines changed

manage-data/ingest/transform-enrich/readable-maintainable-ingest-pipelines.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
---
32
mapped_pages:
43
- https://www.elastic.co/docs/manage-data/ingest/transform-enrich/common-mistakes.html

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.

manage-data/migrate/migrate-data-between-elasticsearch-clusters-with-minimal-downtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ Tp complete the migration with minimal downtime, use incremental snapshots. Whil
4848

4949
1. **09:00**: Take the initial full snapshot of the old cluster. You can also take the initial full snapshot the day before.
5050
2. **09:30**: Restore the snapshot to the new cluster.
51-
3. **09:55**: Take another snapshot of the old cluster and restore it to the new cluster. Repeat this process until the snapshot and restore operations take only a few seconds or minutes.
51+
3. **09:55**: Take another snapshot of the old cluster and restore it to the new cluster. Repeat this process until the snapshot and restore operations take only a few seconds or minutes. Remember that when restoring indices that _already_ exist in the new cluster (for example, to pull in recently copied data), they first need to be [closed](/deploy-manage/tools/snapshot-and-restore/restore-snapshot.md#considerations). Also, remember that the restore operation automatically opens indices, so you will likely need to close the actively written ones after restoring them.
5252
4. **10:15**: Perform the final cutover.
5353
1. In the old cluster, pause indexing or set indices to read-only. For details on setting indices to read-only to safely pause indexing during migration, check [Index lifecycle actions: Read-only](elasticsearch://reference/elasticsearch/index-lifecycle-actions/ilm-readonly.md).
5454
2. Take a final snapshot.
55-
3. Restore the snapshot to the new cluster.
55+
3. Restore the snapshot to the new cluster. Again, remember that to restore indices that already exist, they first need to be closed.
5656
4. Change ingestion and querying to the new cluster.
5757
5. Open the indices in the new cluster.
5858

release-notes/elastic-cloud-serverless/known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ After you complete this step, risk scores should automatically begin to successf
5151

5252
## Resolved
5353

54-
:::{dropdown} In {{sec-serverless}}, installing an {{elastic-defend}} integration or a new agent policy upgrades installed prebuilt rules, reverting user customizations and overwriting user-added actions and exceptions
54+
:::{dropdown} Installing the {{elastic-defend}} integration or a new agent policy in {{sec-serverless}} forces an upgrade of prebuilt rules
5555

5656
On April 10, 2025, it was discovered that when you install a new {{elastic-defend}} integration or agent policy, the installed prebuilt detection rules upgrade to their latest versions (if any new versions are available). The upgraded rules lose any user-added rule actions, exceptions, and customizations.
5757

-42.8 KB
Loading
-674 KB
Binary file not shown.
-286 KB
Binary file not shown.
-440 KB
Binary file not shown.
-325 KB
Binary file not shown.

0 commit comments

Comments
 (0)