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
2 changes: 2 additions & 0 deletions docset.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
project: 'Elastic documentation'
max_toc_depth: 2

Expand Down Expand Up @@ -40,6 +40,7 @@
- ecs-logging-python
- ecs-logging-ruby
- eland
- elastic-agent
- elastic-serverless-forwarder
- elastic-otel-dotnet
- elastic-otel-java
Expand All @@ -55,6 +56,7 @@
- elasticsearch-py
- elasticsearch-rs
- elasticsearch-ruby
- fleet-server
- go-elasticsearch
- integration-docs
- integrations
Expand Down
7 changes: 4 additions & 3 deletions get-started/versioning-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ Want to learn more about how availability badges are used? Check the [Elastic Do

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

We frequently update Elastic Docs to reflect the following:
* Minor versions, such as {{stack}} 9.1.0
* Minor versions, such as {{stack}} 9.1.0
* Patch-level updates, such as {{stack}} 9.1.1
* Ongoing improvements to clarify and expand guidance

Expand Down Expand Up @@ -141,7 +141,8 @@ Find the documentation for your Elastic product versions or releases.
| --- | --- |
| [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 |
| [Elastic Agent](elastic-agent://release-notes/index.md) | 9.0.0 and later |
| [Fleet](fleet-server://release-notes/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 |
Expand Down
11 changes: 8 additions & 3 deletions redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ redirects:
# Related to https://github.com/elastic/docs-content/pull/2396
'solutions/security/configure-elastic-defend/enable-access-for-macos-monterey.md': 'solutions/security/configure-elastic-defend/enable-access-for-macos.md'
'solutions/security/configure-elastic-defend/enable-access-for-macos-ventura-higher.md': 'solutions/security/configure-elastic-defend/enable-access-for-macos.md'

# https://github.com/elastic/docs-content/pull/2658
'explore-analyze/query-filter/languages/esql.md': 'elasticsearch://reference/query-languages/esql.md'
'explore-analyze/query-filter/languages/esql-examples.md': 'elasticsearch://reference/query-languages/esql/esql-examples.md'
Expand All @@ -324,7 +324,7 @@ redirects:

# Related to https://github.com/elastic/docs-content/pull/2639
'deploy-manage/monitor/autoops/ec-autoops-dismiss-event.md': 'deploy-manage/monitor/autoops/ec-autoops-events.md'

# Related to https://github.com/elastic/docs-content/pull/2245/
'solutions/search/elasticsearch-basics-quickstart.md': 'solutions/search/get-started/index-basics.md'

Expand All @@ -335,4 +335,9 @@ redirects:
'solutions/search/api-quickstarts.md': 'solutions/search/get-started/quickstarts.md'

# Related to https://github.com/elastic/docs-content/pull/2745
'solutions/search/run-elasticsearch-locally.md': 'deploy-manage/deploy/self-managed/local-development-installation-quickstart.md'
'solutions/search/run-elasticsearch-locally.md': 'deploy-manage/deploy/self-managed/local-development-installation-quickstart.md'

'release-notes/fleet-elastic-agent/index.md': 'fleet-server://release-notes/index.md'
'release-notes/fleet-elastic-agent/breaking-changes.md': 'fleet-server://release-notes/breaking-changes.md'
'release-notes/fleet-elastic-agent/deprecations.md': 'fleet-server://release-notes/deprecations.md'
'release-notes/fleet-elastic-agent/known-issues.md': 'fleet-server://release-notes/known-issues.md'
2 changes: 1 addition & 1 deletion reference/fleet/fleet-agent-release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ products:

## Scheduled releases

{{agent}} follows a release process aligned with the broader {{stack}} release schedule. The latest features, enhancements, and fixes are documented in the [release notes](../../release-notes/fleet-elastic-agent/index.md).
{{agent}} follows a release process aligned with the broader {{stack}} release schedule. The latest features, enhancements, and fixes are documented in the [release notes](elastic-agent://release-notes/index.md).

## Independent {{agent}} releases [independent-agent-releases]

Expand Down
115 changes: 0 additions & 115 deletions release-notes/fleet-elastic-agent/breaking-changes.md

This file was deleted.

29 changes: 0 additions & 29 deletions release-notes/fleet-elastic-agent/deprecations.md

This file was deleted.

Loading