From bf41c29d7316add39fd37b4281278ef0ae2c7115 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Tue, 29 Jul 2025 16:23:07 -0500 Subject: [PATCH 01/19] Updates release notes and versioning to clarify 9.1.0 --- get-started/versioning-availability.md | 181 ++++++++++++++----------- release-notes/intro/index.md | 29 +++- 2 files changed, 122 insertions(+), 88 deletions(-) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index 607d0ba145..698d5e7893 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -1,4 +1,5 @@ --- +description: Learn how Elastic handles versioning and feature availability in the docs. Find the product versions that are supported, how to read availability badges, and... navigation_title: Versioning and availability mapped_pages: - https://www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/current/introducing-elastic-documentation.html @@ -6,123 +7,141 @@ products: - id: elastic-stack --- -# Understanding versioning and availability +# Versioning and availability in Elastic Docs -On this page, you'll learn about our versioning systems, how to understand how we talk about versions and feature availability in our documentation, and where to find docs for your product version. +Learn how Elastic Docs handles versioning, feature availability, and how to find the right documentation for your deployment type and product version. Find answers to common questions about the Elastic Stack versioning and to help you confidently navigate our continuously updated documentation. -## Elastic Stack versioning +## Frequently asked questions -{{es}} and the core components of the Elastic Stack use a semantic versioning scheme. This scheme consists of three numbers separated by periods in the form `X.Y.Z`, for example: `9.0.0`. +### Where can I find documentation for the latest version of the {{stack}}? -Each number represents a specific level of change: +You’re in the right place! All documentation for Elastic Stack 9.0.0 and later is available at [elastic.co/docs](https://www.elastic.co/docs), including the latest 9.1.0 version and any future versions in the 9.x series. -- **Major (X)**: Indicates significant changes, such as new features, breaking changes, and major enhancements. Upgrading to a new major version may require changes to your existing setup and configurations. -- **Minor (Y)**: Introduces new features and improvements, while maintaining backward compatibility with the previous minor versions within the same major version. Upgrading to a new minor version should not require any changes to your existing setup. -- **Patch (Z)**: Contains bug fixes and security updates, without introducing new features or breaking changes. Upgrading to a new patch version should be seamless and not require any changes to your existing setup. +Need docs for an earlier version? Go to [elastic.co/guide](https://www.elastic.co/guide). -It's important to understand this versioning system, for compatibility and [upgrade](/deploy-manage/upgrade.md) planning. +### Why doesn't Elastic have separate documentation for each version? -## Availability of features +Starting with {{stack}} 9.0.0, Elastic no longer publishes separate documentation sets for each minor release. Instead, all changes in the 9.x series are included in a single, continuously updated documentation set. -Elastic products and features have different availability states across deployment types and lifecycle stages. +This approach helps: +* Reduce duplicate pages +* Show the full history and context of a feature +* Simplify search and navigation -Features may have different availability states between: - -- **Deployment type**: The environment where the feature is available (Stack, Serverless, ECE, ECK, etc.) -- **Lifecycle state**: The development or support status of the feature (GA, Beta, etc.) -- **Version**: The specific version the lifecycle state applies to - -#### Lifecycle states - -| State | Description | -|-------|-------------| -| **Generally Available (GA)** | Production-ready feature (default if not specified) | -| **Beta** | Feature is nearing general availability but not yet production-ready | -| **Technical preview** | Feature is in early development stage | -| **Unavailable** | Feature is not supported in this deployment type or version | - -### Where feature availability may differ - -Features may have different states between: - -- **[Elastic Stack](the-stack.md)** versions (e.g., 9.0, 9.1) -- **Deployment types** (and deployment versions) - - [Elastic Cloud Hosted](/deploy-manage/deploy/elastic-cloud/cloud-hosted.md) - - [Elastic Cloud Serverless](/deploy-manage/deploy/elastic-cloud/serverless.md) - - [Self-managed deployments](/deploy-manage/deploy/self-managed.md) - - [Elastic Cloud Enterprise (ECE)](/deploy-manage/deploy/cloud-enterprise.md) - - ECE deployment versions (for example, 4.0.0) - - [Elastic Cloud on Kubernetes (ECK)](/deploy-manage/deploy/cloud-on-k8s.md) - - ECK deployment versions (for example, 3.0.0) -- **Serverless project types** - - Security - - Elasticsearch - - Observability - -### Important tips when reading the docs - -- Always check feature lifecycle state for your specific deployment type and version -- Pay attention to Elastic Stack version requirements -- Note that Serverless features may vary by project type - -### Availability badges in the docs +### How do I know content was added in a specific version? -Our documentation uses badges to help you quickly identify where and when features are available for your specific environment. +We clearly mark content added or changed in a specific version using availability badges. -Badges can appear in two places: -1. **Page headers**: Shows the overall availability across all deployment types -2. **Section headers**: Indicates specific availability for content in that section - -### How to read the badges - -Here are some examples to help you understand how to read the availability badges. - -#### Example #1: Stack-only feature +For example: ```yaml {applies_to} stack: ga 9.1 ``` -- **Deployment type**: Elastic Stack -- **Version**: 9.1.0+ -- **Lifecycle**: Generally Available (GA) — default state -#### Example #2: Serverless-only feature with project differences +This means the feature is: +* Available on Elastic Stack +* Generally Available (GA) +* Introduced in version 9.1.0 + +Other examples: ```yaml {applies_to} serverless: security: beta elasticsearch: ga ``` -- **Deployment type**: Serverless -- **Lifecycle**: - - Beta for Security projects - - Generally Available for Elasticsearch projects - -#### Example #3: Deprecated feature on one deployment type +* Applies to {{serverless-full}} +* Beta for {{elastic-sec}} projects +* Generally Available for {{es}} projects ```yaml {applies_to} deployment: ece: deprecated 4.1.0 ``` -- **Deployment type**: Elastic Cloud Enterprise -- **Lifecycle**: Deprecated -- **Version**: 4.1.0 +* Applies to {{ece}} +* Deprecated starting in {{ece}} version 4.1.0 + +Look for the availability badges in page and section headers. :::{tip} -For contributors and those interested in the technical details, see the [Elastic docs syntax guide](https://elastic.github.io/docs-builder/syntax/applies/) for more information on how these badges are implemented. +Want to learn more about how availability badges are used? Check the [Elastic docs syntax guide](https://elastic.github.io/docs-builder/syntax/applies/). ::: -## Find docs for your product version +### What if I'm using a version earlier than {{stack}} 9.0.0? + +Documentation for {{stack}} 8.19.0 and earlier is available at [elastic.co/guide](https://www.elastic.co/guide). + +If a previous version for a specific page exists, you can select the version from the dropdown in the page sidebar. + +### How often is the documentation updated? -In April 2025, we released our new documentation site. This site includes documentation for our latest product versions. +We frequently update Elastic Docs to reflect the following: +* Minor versions, such as {{stack}} 9.1.0 +* Patch-level updates, such as {{stack}} 9.1.1 +* Ongoing improvements to clarify and expand guidance -To access our previous documentation system, which contains the documentation for releases prior to those listed below, go to [elastic.co/guide](https://elastic.co/guide). +To learn what's changed, check the [release notes](/release-notes/index.md) for each Elastic product. + +### How do I know what the current {{stack}} version is? + +To make sure you're always viewing the most up-to-date and relevant documentation, the version dropdown at the top of each page shows the most recent 9.x release. For example, Elastic Stack 9.0+ (latest: 9.1.0). + +## Understanding {{stack}} versioning + +{{stack}} uses semantic versioning in the `X.Y.Z` format, such as `9.0.0`. + +| Version | Description | +|-------|-------------| +| **Major (X)** | Indicates significant changes, such as new features, breaking changes, and major enhancements. Upgrading to a new major version may require changes to your existing setup and configurations. | +| **Minor (Y)** | Introduces new features and improvements, while maintaining backward compatibility with the previous minor versions within the same major version. Upgrading to a new minor version should not require any changes to your existing setup. | +| **Patch (Z)** | Contains bug fixes and security updates, without introducing new features or breaking changes. Upgrading to a new patch version should be seamless and not require any changes to your existing setup. | + +Understanding {{stack}} versioning is essential for [upgrade planning](/deploy-manage/upgrade.md) and ensuring compatibility. + +## Understanding feature availability + +Features can differ based on deployment type, product lifecycle stage, and specific version. + +### Feature availability factors + +| Factor | Description | +|-------|-------------| +| **Deployment type** | The environment where the feature is available (Stack, Serverless, ECE, ECK, etc.) | +| **Lifecycle state** | The development or support status of the feature (GA, Beta, etc.) | +| **Version** | The specific version the lifecycle state applies to | + +Features may have different availability states between: + +### Lifecrycle state definitions + +| State | Description | +|-------|-------------| +| **Generally Available (GA)** | Production-ready feature (default if not specified) | +| **Beta** | Feature is nearing general availability but not yet production-ready | +| **Technical preview** | Feature is in early development stage | +| **Unavailable** | Feature is not supported in this deployment type or version | + +### Examples of where availability can vary + +- **[Elastic Stack](the-stack.md)** versions (e.g., 9.0, 9.1) +- **Deployment types** (and deployment versions) + - [Elastic Cloud Hosted](/deploy-manage/deploy/elastic-cloud/cloud-hosted.md) + - [Elastic Cloud Serverless](/deploy-manage/deploy/elastic-cloud/serverless.md) + - [Self-managed deployments](/deploy-manage/deploy/self-managed.md) + - [Elastic Cloud Enterprise (ECE)](/deploy-manage/deploy/cloud-enterprise.md) + - ECE deployment versions (for example, 4.0.0) + - [Elastic Cloud on Kubernetes (ECK)](/deploy-manage/deploy/cloud-on-k8s.md) + - ECK deployment versions (for example, 3.0.0) +- **Serverless project types** + - Security + - Elasticsearch + - Observability -You can access the previous version of a specific page, where available, by clicking the **View previous version** link in the sidebar. +## Product version coverage -The following product versions are documented on this site: +Elastic Docs contains documentation for the following product versions. -#### Core products and deployment methods +#### Core products and deployments | Product | Version | | --- | --- | diff --git a/release-notes/intro/index.md b/release-notes/intro/index.md index 2540b428b0..03ce114cfc 100644 --- a/release-notes/intro/index.md +++ b/release-notes/intro/index.md @@ -1,4 +1,5 @@ --- +description: Explore the new features, enhancements, fixes, and deprecations for Elastic Stack 9.0+ (latest: 9.1.0), Elastic Cloud Serverless, and... mapped_pages: - https://www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/current/new.html - https://www.elastic.co/guide/en/elastic-stack/current/elastic-stack-breaking-changes.html @@ -6,15 +7,29 @@ products: - id: elastic-stack --- -# Release notes [elastic-release-notes] +# Elastic release notes [elastic-release-notes] -Learn about the latest changes, issues, fixes, and deprecations for Elastic releases, including {{stack}} 9.0 and {{serverless-full}}, by reviewing the release notes. +Stay up to date with the latest changes, fixes, known issues, and deprecations in Elastic products. -To view the changes in previous versions, go to [Release docs](https://www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/8.18/new.html). +Release notes cover the following: +* {{stack}} 9.0.0 and later, including the most recent 9.1.0 release +* {{serverless-full}}, including updates to {{es}}, and {{observability}} and {{elastic-sec}} solutions -We recommend you upgrade to the latest Elastic version. To learn how to upgrade, check [Upgrade](/deploy-manage/upgrade.md). +## What's new in the latest Elastic release? + +Elastic Stack 9.1.0 includes new features, enhancements, and critical fixes across {{es}}, {{observability}}, {{elastic-sec}}, {{kib}}, and more. To view detailed release notes, select a product. + +:::{tip} +Looking for earlier versions? Go to [Release docs](https://www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/8.19/new.html). +::: + +## Recommended: Upgrade to the latest version + +We recommend upgrading to the latest supported version to take advantage of the newest features, performance improvements, and security updates. Learn how to [Upgrade](/deploy-manage/upgrade.md). + +## Additional release resources To learn more about Elastic releases, use the following resources: -* Join the [Elastic community forums](https://discuss.elastic.co/) -* Check out the release announcements on the [Elastic Blog](https://www.elastic.co/blog/category/releases) -* Reach out to [Elastic Support](https://www.elastic.co/support) +* [Elastic community forums](https://discuss.elastic.co/) — Ask questions, share feedback, and get help +* [Elastic Blog: Release announcements](https://www.elastic.co/blog/category/releases) — Learn about major version changes +* [Contact Elastic Support](https://www.elastic.co/support) — Get personalized assistance From 766017e3a29c5e9c213147bbeda43194ba61a07e Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Wed, 30 Jul 2025 11:09:48 -0500 Subject: [PATCH 02/19] Updates titles --- get-started/versioning-availability.md | 36 ++++++++++++-------------- release-notes/intro/index.md | 2 +- 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index 698d5e7893..09c9adf620 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -1,10 +1,10 @@ --- -description: Learn how Elastic handles versioning and feature availability in the docs. Find the product versions that are supported, how to read availability badges, and... navigation_title: Versioning and availability mapped_pages: - https://www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/current/introducing-elastic-documentation.html products: - id: elastic-stack +description: Learn how Elastic handles versioning and feature availability in the docs. Find the product versions that are supported, how to read availability badges, and... --- # Versioning and availability in Elastic Docs @@ -98,9 +98,9 @@ To make sure you're always viewing the most up-to-date and relevant documentatio Understanding {{stack}} versioning is essential for [upgrade planning](/deploy-manage/upgrade.md) and ensuring compatibility. -## Understanding feature availability +## Availability of features -Features can differ based on deployment type, product lifecycle stage, and specific version. +The features available to you can differ based on deployment type, product lifecycle stage, and specific version. ### Feature availability factors @@ -110,11 +110,9 @@ Features can differ based on deployment type, product lifecycle stage, and speci | **Lifecycle state** | The development or support status of the feature (GA, Beta, etc.) | | **Version** | The specific version the lifecycle state applies to | -Features may have different availability states between: - -### Lifecrycle state definitions +### Lifecycle states -| State | Description | +| Lifecycle state | Description | |-------|-------------| | **Generally Available (GA)** | Production-ready feature (default if not specified) | | **Beta** | Feature is nearing general availability but not yet production-ready | @@ -123,8 +121,8 @@ Features may have different availability states between: ### Examples of where availability can vary -- **[Elastic Stack](the-stack.md)** versions (e.g., 9.0, 9.1) -- **Deployment types** (and deployment versions) +- **[Elastic Stack](the-stack.md)** versions (for example, 9.0, 9.1) +- **Deployment types and versions** - [Elastic Cloud Hosted](/deploy-manage/deploy/elastic-cloud/cloud-hosted.md) - [Elastic Cloud Serverless](/deploy-manage/deploy/elastic-cloud/serverless.md) - [Self-managed deployments](/deploy-manage/deploy/self-managed.md) @@ -133,21 +131,21 @@ Features may have different availability states between: - [Elastic Cloud on Kubernetes (ECK)](/deploy-manage/deploy/cloud-on-k8s.md) - ECK deployment versions (for example, 3.0.0) - **Serverless project types** - - Security - - Elasticsearch - - Observability + - {{es}} + - {{observability}} + - {{elastic-sec}} -## Product version coverage +## Find docs for your product version -Elastic Docs contains documentation for the following product versions. +Find the documentation for your Elastic product versions. -#### Core products and deployments +### Core products and deployments | Product | Version | | --- | --- | | {{stack}}

Includes {{es}}, {{kib}}, {{ls}}, {{fleet}},
{{agent}}, Beats, APM, and query languages | 9.0.0+ | -| Security solution | 9.0.0+ | -| Observability solution | 9.0.0+ | +| {{observability}} | 9.0.0+ | +| {{elastic-sec}} | 9.0.0+ | | {{serverless-full}} (all project types) | All | | {{ech}} | All* | | {{ece}} | 4.0.0+ | @@ -155,7 +153,7 @@ Elastic Docs contains documentation for the following product versions. \* Excludes release notes before January 2025 -#### Schemas, libraries, and tools +### Schemas, libraries, and tools | Product | Version | | --- | --- | @@ -170,7 +168,7 @@ Elastic Docs contains documentation for the following product versions. | Elastic integrations | All | | Elastic Search UI library | All | -#### APM agents and tools +### APM agents and tools | Product | Version | | --- | --- | diff --git a/release-notes/intro/index.md b/release-notes/intro/index.md index 03ce114cfc..7a96cd8d6f 100644 --- a/release-notes/intro/index.md +++ b/release-notes/intro/index.md @@ -1,10 +1,10 @@ --- -description: Explore the new features, enhancements, fixes, and deprecations for Elastic Stack 9.0+ (latest: 9.1.0), Elastic Cloud Serverless, and... mapped_pages: - https://www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/current/new.html - https://www.elastic.co/guide/en/elastic-stack/current/elastic-stack-breaking-changes.html products: - id: elastic-stack +description: Explore the new features, enhancements, fixes, and deprecations for Elastic Stack 9.0+ (latest: 9.1.0), Elastic Cloud Serverless, and... --- # Elastic release notes [elastic-release-notes] From b07ba0722c287e19558f6c85f5137ecf65b39a1a Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Wed, 30 Jul 2025 11:18:24 -0500 Subject: [PATCH 03/19] Fixes release notes frontmatter --- release-notes/intro/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/intro/index.md b/release-notes/intro/index.md index 7a96cd8d6f..8a55796e47 100644 --- a/release-notes/intro/index.md +++ b/release-notes/intro/index.md @@ -4,7 +4,7 @@ mapped_pages: - https://www.elastic.co/guide/en/elastic-stack/current/elastic-stack-breaking-changes.html products: - id: elastic-stack -description: Explore the new features, enhancements, fixes, and deprecations for Elastic Stack 9.0+ (latest: 9.1.0), Elastic Cloud Serverless, and... +description: Explore the new features, enhancements, fixes, and deprecations for Elastic Stack 9.0+ (latest 9.1.0), Elastic Cloud Serverless, and... --- # Elastic release notes [elastic-release-notes] From f860a5ae07917bddc19a2a7aed1dc083278fcdc4 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 1 Aug 2025 13:25:18 -0500 Subject: [PATCH 04/19] Specifies product versions and adds links to applicable /docs pages --- get-started/versioning-availability.md | 148 ++++++++++++++----------- release-notes/intro/index.md | 2 +- 2 files changed, 87 insertions(+), 63 deletions(-) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index 09c9adf620..26d058ab32 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -30,9 +30,9 @@ This approach helps: ### How do I know content was added in a specific version? -We clearly mark content added or changed in a specific version using availability badges. +We clearly mark content added or changed in a specific version using availability badges. The availability badges appear in page and section headers. -For example: +#### Elastic Stack example ```yaml {applies_to} stack: ga 9.1 @@ -43,16 +43,18 @@ This means the feature is: * Generally Available (GA) * Introduced in version 9.1.0 -Other examples: +#### Serverless example ```yaml {applies_to} serverless: security: beta elasticsearch: ga ``` -* Applies to {{serverless-full}} -* Beta for {{elastic-sec}} projects +* Applies to {{serverless-full}} * Generally Available for {{es}} projects +* Beta for {{elastic-sec}} projects + +#### Elastic Cloud Enterprise example ```yaml {applies_to} deployment: @@ -61,10 +63,8 @@ deployment: * Applies to {{ece}} * Deprecated starting in {{ece}} version 4.1.0 -Look for the availability badges in page and section headers. - :::{tip} -Want to learn more about how availability badges are used? Check the [Elastic docs syntax guide](https://elastic.github.io/docs-builder/syntax/applies/). +Want to learn more about how availability badges are used? Check the [Elastic Docs syntax guide](https://elastic.github.io/docs-builder/syntax/applies/). ::: ### What if I'm using a version earlier than {{stack}} 9.0.0? @@ -82,9 +82,9 @@ We frequently update Elastic Docs to reflect the following: To learn what's changed, check the [release notes](/release-notes/index.md) for each Elastic product. -### How do I know what the current {{stack}} version is? +% ### How do I know what the current {{stack}} version is? -To make sure you're always viewing the most up-to-date and relevant documentation, the version dropdown at the top of each page shows the most recent 9.x release. For example, Elastic Stack 9.0+ (latest: 9.1.0). +% To make sure you're always viewing the most up-to-date and relevant documentation, the version dropdown at the % top of each page shows the most recent 9.x release. For example, Elastic Stack 9.0+ (latest: 9.1.0). ## Understanding {{stack}} versioning @@ -106,83 +106,107 @@ The features available to you can differ based on deployment type, product lifec | Factor | Description | |-------|-------------| -| **Deployment type** | The environment where the feature is available (Stack, Serverless, ECE, ECK, etc.) | -| **Lifecycle state** | The development or support status of the feature (GA, Beta, etc.) | +| **Deployment type** | The environment where the feature is available, for example, {{stack}}, {{serverless-full}}, {{ece}} (ECE), {{eck}} (ECK) | +| **Lifecycle state** | The development or support status of the feature, for example, GA and Beta | | **Version** | The specific version the lifecycle state applies to | ### Lifecycle states | Lifecycle state | Description | |-------|-------------| -| **Generally Available (GA)** | Production-ready feature (default if not specified) | +| **Generally Available (GA)** | Production-ready feature. When unspecified, GA is the default | | **Beta** | Feature is nearing general availability but not yet production-ready | | **Technical preview** | Feature is in early development stage | | **Unavailable** | Feature is not supported in this deployment type or version | ### Examples of where availability can vary -- **[Elastic Stack](the-stack.md)** versions (for example, 9.0, 9.1) -- **Deployment types and versions** - - [Elastic Cloud Hosted](/deploy-manage/deploy/elastic-cloud/cloud-hosted.md) - - [Elastic Cloud Serverless](/deploy-manage/deploy/elastic-cloud/serverless.md) - - [Self-managed deployments](/deploy-manage/deploy/self-managed.md) - - [Elastic Cloud Enterprise (ECE)](/deploy-manage/deploy/cloud-enterprise.md) - - ECE deployment versions (for example, 4.0.0) - - [Elastic Cloud on Kubernetes (ECK)](/deploy-manage/deploy/cloud-on-k8s.md) - - ECK deployment versions (for example, 3.0.0) -- **Serverless project types** - - {{es}} - - {{observability}} - - {{elastic-sec}} +| Category | Example | +|-------|-------------| +| **Elastic Stack versions** | [Elastic Stack](the-stack.md) version 9.0.0 and later, including 9.1.0 | +| **Deployment types** | [Elastic Cloud Serverless](/deploy-manage/deploy/elastic-cloud/serverless.md), [Elastic Cloud Hosted](/deploy-manage/deploy/elastic-cloud/cloud-hosted.md), [Elastic Cloud Enterprise (ECE)](/deploy-manage/deploy/cloud-enterprise.md), [Elastic Cloud on Kubernetes (ECK)](/deploy-manage/deploy/cloud-on-k8s.md), and [Self-managed deployments](/deploy-manage/deploy/self-managed.md) | +| **Deployment versions** | [Elastic Cloud Enterprise (ECE)](/deploy-manage/deploy/cloud-enterprise.md) 4.0.0 and later, [Elastic Cloud on Kubernetes (ECK)](/deploy-manage/deploy/cloud-on-k8s.md) 3.0.0 and later | +| **Serverless project types** | {{es}}, {{observability}}, and {{elastic-sec}} -## Find docs for your product version +## Find docs for your product version or release -Find the documentation for your Elastic product versions. +Find the documentation for your Elastic product versions or releases. -### Core products and deployments +### Elastic Stack product versions | Product | Version | | --- | --- | -| {{stack}}

Includes {{es}}, {{kib}}, {{ls}}, {{fleet}},
{{agent}}, Beats, APM, and query languages | 9.0.0+ | -| {{observability}} | 9.0.0+ | -| {{elastic-sec}} | 9.0.0+ | -| {{serverless-full}} (all project types) | All | -| {{ech}} | All* | -| {{ece}} | 4.0.0+ | -| {{eck}} | 3.0.0+ | +| [Elasticsearch](/release-notes/elasticsearch.md) | 9.0.0 and later | +| [Kibana](release-notes/kibana.md) | 9.0.0 and later | +| [Fleet and Elastic Agent](release-notes/fleet.md) | 9.0.0 and later | +| [Logstash](release-notes/logstash.md) | 9.0.0 and later | +| [Beats](release-notes/beats.md) | 9.0.0 and later | +| [Elastic Observability](release-notes/observability.md) | 9.0.0 and later | +| [Elastic APM](release-notes/apm.md) | 9.0.0 and later | +| [Elastic Security](release-notes/security.md) | 9.0.0 and later | -\* Excludes release notes before January 2025 +### Deployment type versions or releases -### Schemas, libraries, and tools +| Product | Version or release | -| Product | Version | +| All [Elastic Cloud Serverless](/release-notes/cloud-serverless.md) project types | All releases | +| [Elastic Cloud Hosted](/release-notes/cloud-hosted.md) | All releases for January 2025 and later | +| [Elastic Cloud Enterprise](/release-notes/cloud-enterprise.md) | 4.0.0 and later | +| [Elastic Cloud on Kubernetes](/release-notes/cloud-on-k8s.md) | 3.0.0 and later | + +### Schema, library, and tool versions + +| Product | Version or release | --- | --- | -| Elastic Common Schema | 9.0.0+ | -| ECS logging Java library | 1.x+ | -| Other ECS logging libraries | All | -| {{es}} API clients | 9.0.0+ | -| {{es}} for Apache Hadoop | 9.0.0+ | -| Curator | 8.0+ | -| Elastic Cloud Control (ECCTL) | 1.14+ | -| Elastic Serverless Forwarder | All | -| Elastic integrations | All | -| Elastic Search UI library | All | - -### APM agents and tools +| [Elasticsearch Java Client](/release-notes/elasticsearch/clients/java.md) | 9.0.0 and later | +| [Elasticsearch JavaScript Client](/release-notes/elasticsearch/clients/javascript.md) | 9.0.0 and later | +| [Elasticsearch .NET Client](/release-notes/elasticsearch/clients/dotnet.md) | 9.0.0 and later | +| [Elasticsearch PHP Client](/release-notes/elasticsearch/clients/php.md) | 9.0.0 and later | +| [Elasticsearch Python Client](/release-notes/elasticsearch/clients/python.md) | 9.0.0 and later | +| [Elasticsearch Ruby Client](/release-notes/elasticsearch/clients/ruby.md) | 9.0.0 and later | +| [Elastic Common Schema (ECS)](/release-notes/ecs.md) | 9.0.0 and later | +| [ECS Logging .NET library](reference/ecs/logging/dotnet.md) | 8.18.1 and later | +| [ECS Logging Go (Logrus) library](reference/ecs/logging/go-logrus.md) | 1.0.0 and later | +| [ECS Logging Go (Zap) library](reference/ecs/logging/go-zap.md) | 1.0.3 and later | +| [ECS Logging Go (Zerolog) library](reference/ecs/logging/go-zerolog.md) | 0.2.0 and later | +| [ECS Logging Java library](reference/ecs/logging/java.md) | 1.x and later | +| [ECS Logging Node.js library](reference/ecs/logging/nodejs.md) | 1.5.3 and later | +| [ECS Logging PHP library](reference/ecs/logging/php.md) | 2.0.0 and later | +| [ECS Logging Python library](reference/ecs/logging/python.md) | 2.2.0 and later | +| [ECS Logging Ruby library](reference/ecs/logging/ruby.md) | 1.0.0 and later | +| [Elasticsearch for Apache Hadoop]((/release-notes/elasticsearch-hadoop.md)) | 9.0.0 and later | +| [Elasticsearch Curator](reference/elasticsearch/curator.md) | 8.0.0 and later | +| [Elastic Cloud Control (ECCTL)]((/release-notes/ecctl.md)) | 1.14.0 and later | +| [Elastic Serverless Forwarder for AWS](reference/aws-forwarder.md) | 1.20.1 and later | +| [Elastic integrations](reference/integrations/all_integrations.md) | All versions | +| [Search UI JavaScript library](reference/search-ui.md) | 1.24.0 and later | + +### APM agent and tool versions | Product | Version | | --- | --- | -| APM Android agent | 1.x+ | -| APM .NET agent | 1.x+ | -| APM Go agent | 2.x+ | -| APM iOS agent | 1.x+ | -| APM Java agent | 1.x+ | -| APM Node.js agent | 4.x+ | -| APM PHP agent | All | -| APM Python agent | 6.x+ | -| APM Ruby agent | 4.x+ | -| APM Real User Monitoring JavaScript agent | 5.x+ | -| APM attacher for Kubernetes | All | +| [Elastic Distribution of OpenTelemetry Android](/release-notes/edot/sdks/android.md) | 0.1.0 and later | +| [Elastic Distribution of OpenTelemetry iOS](/release-notes/edot/sdks/ios.md) | 1.0.0 and later | +| [Elastic Distribution of OpenTelemetry Java](/release-notes/edot/sdks/java.md) | 1.0.0 and later | +| [Elastic Distribution of OpenTelemetry .NET](/release-notes/edot/sdks/dotnet.md) | 1.0.0 and later | +| [Elastic Distribution of OpenTelemetry Node.js](/release-notes/edot/sdks/node.md) | 0.1.0 and later | +| [Elastic Distribution of OpenTelemetry Python](/release-notes/edot/sdks/python.md) | 0.1.0 and later | +| [Elastic Distribution of OpenTelemetry PHP](/release-notes/edot/sdks/php.md) | 0.1.0 and later | +| [Elastic APM .NET Agent](/release-notes/apm/agents/dotnet.md) | 1.0.0 and later | +| [Elastic APM Go Agent](/release-notes/apm/agents/go.md) | 2.0.0 and later | +| [Elastic APM Java Agent](/release-notes/apm/agents/java.md) | 1.0.0 and later | +| [Elastic APM Node.js Agent](/release-notes/apm/agents/nodejs.md) | 4.0.0 and later | +| [Elastic APM PHP Agent](/release-notes/apm/agents/php.md) | 1.0.0 and later | +| [Elastic APM Python Agent](/release-notes/apm/agents/python.md) | 6.0.0 and later | +| [Elastic APM Ruby Agent](/release-notes/apm/agents/ruby.md) | 4.0.0 and later | +| [Elastic APM Real User Monitoring JavaScript Agent](/release-notes/apm/agents/rum-js.md) | 5.0.0 and later | +| [Elastic APM AWS Lambda extension](/release-notes/release-notes/apm/aws-lambda/release-notes.md) | 1.0.0 and later | +| [Elastic APM Attacher for Kubernetes](reference/apm/k8s-attacher.md) | 1.1.3 | + + + + + diff --git a/release-notes/intro/index.md b/release-notes/intro/index.md index 8a55796e47..c07b1d4d03 100644 --- a/release-notes/intro/index.md +++ b/release-notes/intro/index.md @@ -11,7 +11,7 @@ description: Explore the new features, enhancements, fixes, and deprecations for Stay up to date with the latest changes, fixes, known issues, and deprecations in Elastic products. -Release notes cover the following: +Release notes cover the all the latest Elastic product changes, including the following: * {{stack}} 9.0.0 and later, including the most recent 9.1.0 release * {{serverless-full}}, including updates to {{es}}, and {{observability}} and {{elastic-sec}} solutions From 6f63f83bcd25140a9f740d3f095556d32fe1156a Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 1 Aug 2025 13:26:55 -0500 Subject: [PATCH 05/19] Update get-started/versioning-availability.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- get-started/versioning-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index 26d058ab32..af3e0b942d 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -200,7 +200,7 @@ Find the documentation for your Elastic product versions or releases. | [Elastic APM Python Agent](/release-notes/apm/agents/python.md) | 6.0.0 and later | | [Elastic APM Ruby Agent](/release-notes/apm/agents/ruby.md) | 4.0.0 and later | | [Elastic APM Real User Monitoring JavaScript Agent](/release-notes/apm/agents/rum-js.md) | 5.0.0 and later | -| [Elastic APM AWS Lambda extension](/release-notes/release-notes/apm/aws-lambda/release-notes.md) | 1.0.0 and later | +| [Elastic APM AWS Lambda extension](/release-notes/apm/aws-lambda/release-notes.md) | 1.0.0 and later | | [Elastic APM Attacher for Kubernetes](reference/apm/k8s-attacher.md) | 1.1.3 | From b404e2b652d24855d6d6fc7656ab7825e195ba2e Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 1 Aug 2025 13:41:39 -0500 Subject: [PATCH 06/19] Fixes links I think --- get-started/versioning-availability.md | 46 +++++++++++++------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index 26d058ab32..854c2b8f59 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -128,7 +128,7 @@ The features available to you can differ based on deployment type, product lifec | **Deployment versions** | [Elastic Cloud Enterprise (ECE)](/deploy-manage/deploy/cloud-enterprise.md) 4.0.0 and later, [Elastic Cloud on Kubernetes (ECK)](/deploy-manage/deploy/cloud-on-k8s.md) 3.0.0 and later | | **Serverless project types** | {{es}}, {{observability}}, and {{elastic-sec}} -## Find docs for your product version or release +## Find docs for your product version Find the documentation for your Elastic product versions or releases. @@ -137,13 +137,13 @@ Find the documentation for your Elastic product versions or releases. | Product | Version | | --- | --- | | [Elasticsearch](/release-notes/elasticsearch.md) | 9.0.0 and later | -| [Kibana](release-notes/kibana.md) | 9.0.0 and later | -| [Fleet and Elastic Agent](release-notes/fleet.md) | 9.0.0 and later | -| [Logstash](release-notes/logstash.md) | 9.0.0 and later | -| [Beats](release-notes/beats.md) | 9.0.0 and later | -| [Elastic Observability](release-notes/observability.md) | 9.0.0 and later | -| [Elastic APM](release-notes/apm.md) | 9.0.0 and later | -| [Elastic Security](release-notes/security.md) | 9.0.0 and later | +| [Kibana](/release-notes/kibana.md) | 9.0.0 and later | +| [Fleet and Elastic Agent](/release-notes/fleet.md) | 9.0.0 and later | +| [Logstash](/release-notes/logstash.md) | 9.0.0 and later | +| [Beats](/release-notes/beats.md) | 9.0.0 and later | +| [Elastic Observability](/release-notes/observability.md) | 9.0.0 and later | +| [Elastic APM](/release-notes/apm.md) | 9.0.0 and later | +| [Elastic Security](/release-notes/security.md) | 9.0.0 and later | ### Deployment type versions or releases @@ -165,21 +165,21 @@ Find the documentation for your Elastic product versions or releases. | [Elasticsearch Python Client](/release-notes/elasticsearch/clients/python.md) | 9.0.0 and later | | [Elasticsearch Ruby Client](/release-notes/elasticsearch/clients/ruby.md) | 9.0.0 and later | | [Elastic Common Schema (ECS)](/release-notes/ecs.md) | 9.0.0 and later | -| [ECS Logging .NET library](reference/ecs/logging/dotnet.md) | 8.18.1 and later | -| [ECS Logging Go (Logrus) library](reference/ecs/logging/go-logrus.md) | 1.0.0 and later | -| [ECS Logging Go (Zap) library](reference/ecs/logging/go-zap.md) | 1.0.3 and later | -| [ECS Logging Go (Zerolog) library](reference/ecs/logging/go-zerolog.md) | 0.2.0 and later | -| [ECS Logging Java library](reference/ecs/logging/java.md) | 1.x and later | -| [ECS Logging Node.js library](reference/ecs/logging/nodejs.md) | 1.5.3 and later | -| [ECS Logging PHP library](reference/ecs/logging/php.md) | 2.0.0 and later | -| [ECS Logging Python library](reference/ecs/logging/python.md) | 2.2.0 and later | -| [ECS Logging Ruby library](reference/ecs/logging/ruby.md) | 1.0.0 and later | +| [ECS Logging .NET library](/reference/ecs/logging/dotnet.md) | 8.18.1 and later | +| [ECS Logging Go (Logrus) library](/reference/ecs/logging/go-logrus.md) | 1.0.0 and later | +| [ECS Logging Go (Zap) library](/reference/ecs/logging/go-zap.md) | 1.0.3 and later | +| [ECS Logging Go (Zerolog) library](/reference/ecs/logging/go-zerolog.md) | 0.2.0 and later | +| [ECS Logging Java library](/reference/ecs/logging/java.md) | 1.x and later | +| [ECS Logging Node.js library](/reference/ecs/logging/nodejs.md) | 1.5.3 and later | +| [ECS Logging PHP library](/reference/ecs/logging/php.md) | 2.0.0 and later | +| [ECS Logging Python library](/reference/ecs/logging/python.md) | 2.2.0 and later | +| [ECS Logging Ruby library](/reference/ecs/logging/ruby.md) | 1.0.0 and later | | [Elasticsearch for Apache Hadoop]((/release-notes/elasticsearch-hadoop.md)) | 9.0.0 and later | -| [Elasticsearch Curator](reference/elasticsearch/curator.md) | 8.0.0 and later | -| [Elastic Cloud Control (ECCTL)]((/release-notes/ecctl.md)) | 1.14.0 and later | -| [Elastic Serverless Forwarder for AWS](reference/aws-forwarder.md) | 1.20.1 and later | -| [Elastic integrations](reference/integrations/all_integrations.md) | All versions | -| [Search UI JavaScript library](reference/search-ui.md) | 1.24.0 and later | +| [Elasticsearch Curator](/reference/elasticsearch/curator.md) | 8.0.0 and later | +| [Elastic Cloud Control (ECCTL)](/release-notes/ecctl.md) | 1.14.0 and later | +| [Elastic Serverless Forwarder for AWS](/reference/aws-forwarder.md) | 1.20.1 and later | +| [Elastic integrations](/reference/integrations/all_integrations.md) | All versions | +| [Search UI JavaScript library](/reference/search-ui.md) | 1.24.0 and later | ### APM agent and tool versions @@ -201,7 +201,7 @@ Find the documentation for your Elastic product versions or releases. | [Elastic APM Ruby Agent](/release-notes/apm/agents/ruby.md) | 4.0.0 and later | | [Elastic APM Real User Monitoring JavaScript Agent](/release-notes/apm/agents/rum-js.md) | 5.0.0 and later | | [Elastic APM AWS Lambda extension](/release-notes/release-notes/apm/aws-lambda/release-notes.md) | 1.0.0 and later | -| [Elastic APM Attacher for Kubernetes](reference/apm/k8s-attacher.md) | 1.1.3 | +| [Elastic APM Attacher for Kubernetes](/reference/apm/k8s-attacher.md) | 1.1.3 | From 9078ba8f14fa07901f86bc320c6d87aab07bb7c7 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 1 Aug 2025 14:45:05 -0500 Subject: [PATCH 07/19] Fixes links for real --- get-started/versioning-availability.md | 102 ++++++++++++------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index 854c2b8f59..87c99f9c23 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -136,72 +136,72 @@ Find the documentation for your Elastic product versions or releases. | Product | Version | | --- | --- | -| [Elasticsearch](/release-notes/elasticsearch.md) | 9.0.0 and later | -| [Kibana](/release-notes/kibana.md) | 9.0.0 and later | -| [Fleet and Elastic Agent](/release-notes/fleet.md) | 9.0.0 and later | -| [Logstash](/release-notes/logstash.md) | 9.0.0 and later | -| [Beats](/release-notes/beats.md) | 9.0.0 and later | -| [Elastic Observability](/release-notes/observability.md) | 9.0.0 and later | -| [Elastic APM](/release-notes/apm.md) | 9.0.0 and later | -| [Elastic Security](/release-notes/security.md) | 9.0.0 and later | +| [Elasticsearch](elasticsearch://release-notes/index.md) | 9.0.0 and later | +| [Kibana](kibana://release-notes/index.md) | 9.0.0 and later | +| [Fleet and Elastic Agent](/release-notes/fleet-elastic-agent/index.md) | 9.0.0 and later | +| [Logstash](logstash://release-notes/index.md) | 9.0.0 and later | +| [Beats](beats://release-notes/index.md) | 9.0.0 and later | +| [Elastic Observability](/release-notes/elastic-observability/index.md) | 9.0.0 and later | +| [Elastic APM](apm-server://release-notes/apm.md) | 9.0.0 and later | +| [Elastic Security](/release-notes/elastic-security/index.md) | 9.0.0 and later | ### Deployment type versions or releases | Product | Version or release | -| All [Elastic Cloud Serverless](/release-notes/cloud-serverless.md) project types | All releases | -| [Elastic Cloud Hosted](/release-notes/cloud-hosted.md) | All releases for January 2025 and later | -| [Elastic Cloud Enterprise](/release-notes/cloud-enterprise.md) | 4.0.0 and later | -| [Elastic Cloud on Kubernetes](/release-notes/cloud-on-k8s.md) | 3.0.0 and later | +| All [Elastic Cloud Serverless](/release-notes/elastic-cloud-serverless/index.md) project types | All releases | +| [Elastic Cloud Hosted](cloud://release-notes/cloud-hosted/index.md) | All releases for January 2025 and later | +| [Elastic Cloud Enterprise](cloud://release-notes/cloud-enterprise/index.md) | 4.0.0 and later | +| [Elastic Cloud on Kubernetes](cloud-on-k8s://release-notes/index.md) | 3.0.0 and later | ### Schema, library, and tool versions | Product | Version or release | --- | --- | -| [Elasticsearch Java Client](/release-notes/elasticsearch/clients/java.md) | 9.0.0 and later | -| [Elasticsearch JavaScript Client](/release-notes/elasticsearch/clients/javascript.md) | 9.0.0 and later | -| [Elasticsearch .NET Client](/release-notes/elasticsearch/clients/dotnet.md) | 9.0.0 and later | -| [Elasticsearch PHP Client](/release-notes/elasticsearch/clients/php.md) | 9.0.0 and later | -| [Elasticsearch Python Client](/release-notes/elasticsearch/clients/python.md) | 9.0.0 and later | -| [Elasticsearch Ruby Client](/release-notes/elasticsearch/clients/ruby.md) | 9.0.0 and later | -| [Elastic Common Schema (ECS)](/release-notes/ecs.md) | 9.0.0 and later | -| [ECS Logging .NET library](/reference/ecs/logging/dotnet.md) | 8.18.1 and later | -| [ECS Logging Go (Logrus) library](/reference/ecs/logging/go-logrus.md) | 1.0.0 and later | -| [ECS Logging Go (Zap) library](/reference/ecs/logging/go-zap.md) | 1.0.3 and later | -| [ECS Logging Go (Zerolog) library](/reference/ecs/logging/go-zerolog.md) | 0.2.0 and later | -| [ECS Logging Java library](/reference/ecs/logging/java.md) | 1.x and later | -| [ECS Logging Node.js library](/reference/ecs/logging/nodejs.md) | 1.5.3 and later | -| [ECS Logging PHP library](/reference/ecs/logging/php.md) | 2.0.0 and later | -| [ECS Logging Python library](/reference/ecs/logging/python.md) | 2.2.0 and later | -| [ECS Logging Ruby library](/reference/ecs/logging/ruby.md) | 1.0.0 and later | -| [Elasticsearch for Apache Hadoop]((/release-notes/elasticsearch-hadoop.md)) | 9.0.0 and later | -| [Elasticsearch Curator](/reference/elasticsearch/curator.md) | 8.0.0 and later | -| [Elastic Cloud Control (ECCTL)](/release-notes/ecctl.md) | 1.14.0 and later | -| [Elastic Serverless Forwarder for AWS](/reference/aws-forwarder.md) | 1.20.1 and later | -| [Elastic integrations](/reference/integrations/all_integrations.md) | All versions | -| [Search UI JavaScript library](/reference/search-ui.md) | 1.24.0 and later | +| [Elasticsearch Java Client](elasticsearch-java://release-notes/index.md) | 9.0.0 and later | +| [Elasticsearch JavaScript Client](elasticsearch-js://release-notes/index.md) | 9.0.0 and later | +| [Elasticsearch .NET Client](elasticsearch-net://release-notes/index.md) | 9.0.0 and later | +| [Elasticsearch PHP Client](elasticsearch-php://release-notes/index.md) | 9.0.0 and later | +| [Elasticsearch Python Client](elasticsearch-py://release-notes/index.md) | 9.0.0 and later | +| [Elasticsearch Ruby Client](elasticsearch-ruby://release-notes/index.md) | 9.0.0 and later | +| [Elastic Common Schema (ECS)](ecs://release-notes/index.md) | 9.0.0 and later | +| [ECS Logging .NET library](ecs-dotnet://reference/index.md) | 8.18.1 and later | +| [ECS Logging Go (Logrus) library](ecs-logging-go-logrus://reference/index.md) | 1.0.0 and later | +| [ECS Logging Go (Zap) library](ecs-logging-go-zap://reference/index.md) | 1.0.3 and later | +| [ECS Logging Go (Zerolog) library](ecs-logging-go-zerolog://reference/index.md) | 0.2.0 and later | +| [ECS Logging Java library](ecs-logging-java://reference/index.md) | 1.x and later | +| [ECS Logging Node.js library](ecs-logging-nodejs://reference/index.md) | 1.5.3 and later | +| [ECS Logging PHP library](ecs-logging-php://reference/index.md) | 2.0.0 and later | +| [ECS Logging Python library](ecs-logging-python://reference/index.md) | 2.2.0 and later | +| [ECS Logging Ruby library](ecs-logging-ruby://reference/index.md) | 1.0.0 and later | +| [Elasticsearch for Apache Hadoop](elasticsearch-hadoop://release-notes/index.md) | 9.0.0 and later | +| [Elasticsearch Curator](curator://reference/index.md) | 8.0.0 and later | +| [Elastic Cloud Control (ECCTL)](ecctl://release-notes/index.md) | 1.14.0 and later | +| [Elastic Serverless Forwarder for AWS](elastic-serverless-forwarder://reference/index.md) | 1.20.1 and later | +| [Elastic integrations](https://www.elastic.co/docs/reference/integrations/all_integrations) | All versions | +| [Search UI JavaScript library](search-ui://reference/index.md) | 1.24.0 and later | ### APM agent and tool versions | Product | Version | | --- | --- | -| [Elastic Distribution of OpenTelemetry Android](/release-notes/edot/sdks/android.md) | 0.1.0 and later | -| [Elastic Distribution of OpenTelemetry iOS](/release-notes/edot/sdks/ios.md) | 1.0.0 and later | -| [Elastic Distribution of OpenTelemetry Java](/release-notes/edot/sdks/java.md) | 1.0.0 and later | -| [Elastic Distribution of OpenTelemetry .NET](/release-notes/edot/sdks/dotnet.md) | 1.0.0 and later | -| [Elastic Distribution of OpenTelemetry Node.js](/release-notes/edot/sdks/node.md) | 0.1.0 and later | -| [Elastic Distribution of OpenTelemetry Python](/release-notes/edot/sdks/python.md) | 0.1.0 and later | -| [Elastic Distribution of OpenTelemetry PHP](/release-notes/edot/sdks/php.md) | 0.1.0 and later | -| [Elastic APM .NET Agent](/release-notes/apm/agents/dotnet.md) | 1.0.0 and later | -| [Elastic APM Go Agent](/release-notes/apm/agents/go.md) | 2.0.0 and later | -| [Elastic APM Java Agent](/release-notes/apm/agents/java.md) | 1.0.0 and later | -| [Elastic APM Node.js Agent](/release-notes/apm/agents/nodejs.md) | 4.0.0 and later | -| [Elastic APM PHP Agent](/release-notes/apm/agents/php.md) | 1.0.0 and later | -| [Elastic APM Python Agent](/release-notes/apm/agents/python.md) | 6.0.0 and later | -| [Elastic APM Ruby Agent](/release-notes/apm/agents/ruby.md) | 4.0.0 and later | -| [Elastic APM Real User Monitoring JavaScript Agent](/release-notes/apm/agents/rum-js.md) | 5.0.0 and later | -| [Elastic APM AWS Lambda extension](/release-notes/release-notes/apm/aws-lambda/release-notes.md) | 1.0.0 and later | -| [Elastic APM Attacher for Kubernetes](/reference/apm/k8s-attacher.md) | 1.1.3 | +| [Elastic Distribution of OpenTelemetry Android](apm-agent-android://release-notes/index.md) | 0.1.0 and later | +| [Elastic Distribution of OpenTelemetry iOS](apm-agent-ios://release-notes/index.md) | 1.0.0 and later | +| [Elastic Distribution of OpenTelemetry Java](elastic-otel-java://release-notes/index.md) | 1.0.0 and later | +| [Elastic Distribution of OpenTelemetry .NET](elastic-otel-dotnet://release-notes/index.md) | 1.0.0 and later | +| [Elastic Distribution of OpenTelemetry Node.js](elastic-otel-node://release-notes/index.md) | 0.1.0 and later | +| [Elastic Distribution of OpenTelemetry Python](elastic-otel-python://release-notes/index.md) | 0.1.0 and later | +| [Elastic Distribution of OpenTelemetry PHP](elastic-otel-php://release-notes/index.md) | 0.1.0 and later | +| [Elastic APM .NET Agent](apm-agent-dotnet://release-notes/index.md) | 1.0.0 and later | +| [Elastic APM Go Agent](apm-agent-go://release-notes/index.md) | 2.0.0 and later | +| [Elastic APM Java Agent](apm-agent-java://release-notes/index.md) | 1.0.0 and later | +| [Elastic APM Node.js Agent](apm-agent-nodejs://release-notes/index.md) | 4.0.0 and later | +| [Elastic APM PHP Agent](apm-agent-php://release-notes/index.md) | 1.0.0 and later | +| [Elastic APM Python Agent](apm-agent-python://release-notes/index.md) | 6.0.0 and later | +| [Elastic APM Ruby Agent](apm-agent-ruby://release-notes/index.md) | 4.0.0 and later | +| [Elastic APM Real User Monitoring JavaScript Agent](apm-agent-rum-js://release-notes/index.md) | 5.0.0 and later | +| [Elastic APM AWS Lambda extension](apm-aws-lambda://release-notes/release-notes.md) | 1.0.0 and later | +| [Elastic APM Attacher for Kubernetes](apm-k8s-attacher://reference/index.md) | 1.1.3 | From 24f93cf3563b16564623676bd0c66bf6b376a94e Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 1 Aug 2025 16:37:32 -0500 Subject: [PATCH 08/19] Adds EDOT and ECS Logging repos --- docset.yml | 4 ++++ get-started/versioning-availability.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docset.yml b/docset.yml index 7971c8e4de..d1d467d2e5 100644 --- a/docset.yml +++ b/docset.yml @@ -9,6 +9,8 @@ exclude: - 'raw-migrated-files/**' cross_links: + - apm-agent-android + - apm-agent-ios - apm-agent-dotnet - apm-agent-go - apm-agent-java @@ -30,6 +32,8 @@ cross_links: - ecs-dotnet - ecs-logging - ecs-logging-go-zap + - ecs-logging-go-zerolog + - ecs-logging-go-logrus - ecs-logging-java - ecs-logging-nodejs - ecs-logging-php diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index 87c99f9c23..c2bfb52365 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -142,7 +142,7 @@ Find the documentation for your Elastic product versions or releases. | [Logstash](logstash://release-notes/index.md) | 9.0.0 and later | | [Beats](beats://release-notes/index.md) | 9.0.0 and later | | [Elastic Observability](/release-notes/elastic-observability/index.md) | 9.0.0 and later | -| [Elastic APM](apm-server://release-notes/apm.md) | 9.0.0 and later | +| [Elastic APM](apm-server://release-notes/index.md) | 9.0.0 and later | | [Elastic Security](/release-notes/elastic-security/index.md) | 9.0.0 and later | ### Deployment type versions or releases From 6aba74ba2fe2bae26b94124d48feded5324947ec Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 1 Aug 2025 17:01:13 -0500 Subject: [PATCH 09/19] Update get-started/versioning-availability.md Co-authored-by: Brandon Morelli --- get-started/versioning-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index c2bfb52365..b078c7bffb 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -15,7 +15,7 @@ Learn how Elastic Docs handles versioning, feature availability, and how to find ### Where can I find documentation for the latest version of the {{stack}}? -You’re in the right place! All documentation for Elastic Stack 9.0.0 and later is available at [elastic.co/docs](https://www.elastic.co/docs), including the latest 9.1.0 version and any future versions in the 9.x series. +You’re in the right place! All documentation for Elastic Stack 9.0.0 and later is available at [elastic.co/docs](https://www.elastic.co/docs), including the latest {{version.stack| M.M}} version and any future versions in the 9.x series. Need docs for an earlier version? Go to [elastic.co/guide](https://www.elastic.co/guide). From 2e40ba1a3ff4cc8ca0e66392d362369723c10fed Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 1 Aug 2025 17:01:46 -0500 Subject: [PATCH 10/19] Update get-started/versioning-availability.md Co-authored-by: Brandon Morelli --- get-started/versioning-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index b078c7bffb..a598569513 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -34,7 +34,7 @@ We clearly mark content added or changed in a specific version using availabilit #### Elastic Stack example -```yaml {applies_to} +```{applies_to} stack: ga 9.1 ``` From adf6328545a93e24be24113c7bfe41c908dd78d3 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 1 Aug 2025 17:02:45 -0500 Subject: [PATCH 11/19] Update get-started/versioning-availability.md --- get-started/versioning-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index a598569513..029a2824ad 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -30,7 +30,7 @@ This approach helps: ### How do I know content was added in a specific version? -We clearly mark content added or changed in a specific version using availability badges. The availability badges appear in page and section headers. +We clearly mark content added or changed in a specific version using availability badges. The availability badges appear in page headers, section headers, and inline. #### Elastic Stack example From 1cd52857799b81fc5f8fc5ec600be8dea703a988 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 1 Aug 2025 17:06:07 -0500 Subject: [PATCH 12/19] Update get-started/versioning-availability.md Co-authored-by: Brandon Morelli --- get-started/versioning-availability.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index 029a2824ad..7ccab94d15 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -45,11 +45,10 @@ This means the feature is: #### Serverless example -```yaml {applies_to} +```{applies_to} serverless: security: beta elasticsearch: ga -``` * Applies to {{serverless-full}} * Generally Available for {{es}} projects * Beta for {{elastic-sec}} projects From e630c7fbd07b1624b08e059b55a3c1116463d6f1 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 1 Aug 2025 17:13:15 -0500 Subject: [PATCH 13/19] Update get-started/versioning-availability.md Co-authored-by: Brandon Morelli --- get-started/versioning-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index 7ccab94d15..fffd363816 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -9,7 +9,7 @@ description: Learn how Elastic handles versioning and feature availability in th # Versioning and availability in Elastic Docs -Learn how Elastic Docs handles versioning, feature availability, and how to find the right documentation for your deployment type and product version. Find answers to common questions about the Elastic Stack versioning and to help you confidently navigate our continuously updated documentation. +Learn how Elastic Docs handles versioning, feature availability, and how to find the right documentation for your deployment type and product version. Find answers to common questions about the Elastic Stack versioning and confidently navigate our continuously updated documentation. ## Frequently asked questions From 73d49ac805b409eb1e5300bf23c51993a798f233 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 1 Aug 2025 17:13:24 -0500 Subject: [PATCH 14/19] Update get-started/versioning-availability.md --- get-started/versioning-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index fffd363816..97f98bdb85 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -81,7 +81,7 @@ We frequently update Elastic Docs to reflect the following: To learn what's changed, check the [release notes](/release-notes/index.md) for each Elastic product. -% ### How do I know what the current {{stack}} version is? +### How do I know what the current {{stack}} version is? % To make sure you're always viewing the most up-to-date and relevant documentation, the version dropdown at the % top of each page shows the most recent 9.x release. For example, Elastic Stack 9.0+ (latest: 9.1.0). From 86dc5302164e2b5f31acd4b594ee03627d789b31 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 1 Aug 2025 17:13:38 -0500 Subject: [PATCH 15/19] Update get-started/versioning-availability.md --- get-started/versioning-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index 97f98bdb85..de2242ab8d 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -83,7 +83,7 @@ To learn what's changed, check the [release notes](/release-notes/index.md) for ### How do I know what the current {{stack}} version is? -% To make sure you're always viewing the most up-to-date and relevant documentation, the version dropdown at the % top of each page shows the most recent 9.x release. For example, Elastic Stack 9.0+ (latest: 9.1.0). +To make sure you're always viewing the most up-to-date and relevant documentation, the version dropdown at the top of each page shows the most recent 9.x release. For example, 9.0+. ## Understanding {{stack}} versioning From 237732a7a8f9f00fecabda9ec117125f4a46a502 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 1 Aug 2025 17:13:48 -0500 Subject: [PATCH 16/19] Update get-started/versioning-availability.md --- get-started/versioning-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index de2242ab8d..eb1397061f 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -55,7 +55,7 @@ serverless: #### Elastic Cloud Enterprise example -```yaml {applies_to} +```{applies_to} deployment: ece: deprecated 4.1.0 ``` From 0c32ddb0937018ecae2bcff2c2f130eb4145800c Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 1 Aug 2025 17:19:15 -0500 Subject: [PATCH 17/19] Edits --- get-started/versioning-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index c2bfb52365..880dfa541c 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -148,7 +148,7 @@ Find the documentation for your Elastic product versions or releases. ### Deployment type versions or releases | Product | Version or release | - +| --- | --- | | All [Elastic Cloud Serverless](/release-notes/elastic-cloud-serverless/index.md) project types | All releases | | [Elastic Cloud Hosted](cloud://release-notes/cloud-hosted/index.md) | All releases for January 2025 and later | | [Elastic Cloud Enterprise](cloud://release-notes/cloud-enterprise/index.md) | 4.0.0 and later | From 902b3c10f8e3e51da68e07ec3df43089dc37b6d2 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 1 Aug 2025 17:20:43 -0500 Subject: [PATCH 18/19] More edits --- get-started/versioning-availability.md | 1 + 1 file changed, 1 insertion(+) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index b17bfafbab..eea501019f 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -49,6 +49,7 @@ This means the feature is: serverless: security: beta elasticsearch: ga +``` * Applies to {{serverless-full}} * Generally Available for {{es}} projects * Beta for {{elastic-sec}} projects From 0b4ec819d39d9bcfea93e26c7e4fbfc6d07f5420 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 1 Aug 2025 17:27:39 -0500 Subject: [PATCH 19/19] Small tweaks --- get-started/versioning-availability.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/get-started/versioning-availability.md b/get-started/versioning-availability.md index eea501019f..6c1b2b5157 100644 --- a/get-started/versioning-availability.md +++ b/get-started/versioning-availability.md @@ -50,9 +50,10 @@ serverless: security: beta elasticsearch: ga ``` -* Applies to {{serverless-full}} -* Generally Available for {{es}} projects -* Beta for {{elastic-sec}} projects + +This means the feature is: +* Generally Available for {{es}} Serverless projects +* Beta for {{elastic-sec}} Serverless projects #### Elastic Cloud Enterprise example @@ -60,8 +61,10 @@ serverless: deployment: ece: deprecated 4.1.0 ``` -* Applies to {{ece}} -* Deprecated starting in {{ece}} version 4.1.0 + +This means the feature is: +* Available on {{ece}} +* Deprecated starting in version 4.1.0 :::{tip} Want to learn more about how availability badges are used? Check the [Elastic Docs syntax guide](https://elastic.github.io/docs-builder/syntax/applies/).