diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 9f46eec4ae..87d884575a 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -26,7 +26,7 @@ To check for security updates, go to [Security announcements for the Elastic sta ### Features and enhancements [9-0-0-features-enhancements] -* **Tail-based sampling**: Storage layer is rewritten to use Pebble database instead of BadgerDB. The new implementation offers a substantial throughput increase while consuming significantly less memory. Disk usage is significantly lower and more stable. See APM [Transaction sampling](docs-content://solutions/observability/apps/transaction-sampling.md) docs for benchmark details. ([#15235](https://github.com/elastic/apm-server/pull/15235)) +* **Tail-based sampling**: Storage layer is rewritten to use Pebble database instead of BadgerDB. The new implementation offers a substantial throughput increase while consuming significantly less memory. Disk usage is significantly lower and more stable. See APM [Transaction sampling](docs-content://solutions/observability/apm/transaction-sampling.md) docs for benchmark details. ([#15235](https://github.com/elastic/apm-server/pull/15235)) ### Fixes [9-0-0-fixes] diff --git a/docs/release-notes/known-issues.md b/docs/release-notes/known-issues.md index 13f3743053..dbe36b5893 100644 --- a/docs/release-notes/known-issues.md +++ b/docs/release-notes/known-issues.md @@ -36,7 +36,7 @@ The issue occurs when creating a *new* cluster using version 8.15.1+. The issue In 8.15.0, APM Server began using the [apm-data plugin](https://github.com/elastic/elasticsearch/tree/main/x-pack/plugin/apm-data) to manage data streams, ingest pipelines, lifecycle policies, and more. In 8.15.1, a fix was introduced to address unmanaged indices in older clusters using default ILM policies. This fix added a fallback to the default ILM policy (if it exists) and set the `prefer_ilm` configuration to `false`. This setting impacts clusters where both ILM and data stream lifecycles (DSL) are in effect—such as when configuring custom ILM policies using `@custom` component templates, under the conditions mentioned above. -To override ILM policies for these new clusters using component template, set the `prefer_ilm` configuration to `true` by following the [updated guide to customize ILM](docs-content://solutions/observability/apps/index-lifecycle-management.md). +To override ILM policies for these new clusters using component template, set the `prefer_ilm` configuration to `true` by following the [updated guide to customize ILM](docs-content://solutions/observability/apm/index-lifecycle-management.md). ::: @@ -94,7 +94,7 @@ Upgrading to 8.15.1 resolves the lifecycle issue for any new indices created for ``` -Default `` for each data stream is available in [this guide](docs-content://solutions/observability/apps/index-lifecycle-management.md). +Default `` for each data stream is available in [this guide](docs-content://solutions/observability/apm/index-lifecycle-management.md). This issue is fixed in 8.15.1 ([elastic/elasticsearch#112432](https://github.com/elastic/elasticsearch/pull/112432)).