Skip to content

Commit f985a14

Browse files
authored
Merge branch 'main' into mw-tsds-quickstart
2 parents c525660 + 40df2ff commit f985a14

File tree

11 files changed

+20
-628
lines changed

11 files changed

+20
-628
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/deploy-manage/ @elastic/admin-docs
1212
/explore-analyze/ @elastic/core-docs @elastic/experience-docs
1313
/extend/ @elastic/core-docs
14-
/get-started/ @elastic/core-docs
14+
/get-started/ @elastic/core-docs @elastic/project-docs
1515

1616
/manage-data/ @elastic/admin-docs
1717
/manage-data/data-store/ @elastic/admin-docs @elastic/developer-docs
@@ -44,9 +44,11 @@
4444

4545
/solutions/ @elastic/experience-docs @elastic/developer-docs
4646
/solutions/observability/ @elastic/experience-docs
47-
/solutions/observability/get-started/ @elastic/ski-docs
47+
/solutions/observability/get-started/ @elastic/ski-docs @elastic/project-docs
4848
/solutions/search/ @elastic/developer-docs
49+
/solutions/search/get-started/ @elastic/developer-docs @elastic/project-docs
4950
/solutions/security/ @elastic/experience-docs
51+
/solutions/security/get-started @elastic/experience-docs @elastic/project-docs
5052

5153
/troubleshoot/ @elastic/docs
5254
/troubleshoot/deployments/ @elastic/admin-docs

docset.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ cross_links:
4040
- ecs-logging-python
4141
- ecs-logging-ruby
4242
- eland
43+
- elastic-agent
4344
- elastic-serverless-forwarder
4445
- elastic-otel-dotnet
4546
- elastic-otel-java
@@ -55,6 +56,7 @@ cross_links:
5556
- elasticsearch-py
5657
- elasticsearch-rs
5758
- elasticsearch-ruby
59+
- fleet-server
5860
- go-elasticsearch
5961
- integration-docs
6062
- integrations

get-started/versioning-availability.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ Want to learn more about how availability badges are used? Check the [Elastic Do
7474

7575
Documentation for {{stack}} 8.19.0 and earlier is available at [elastic.co/guide](https://www.elastic.co/guide).
7676

77-
If a previous version for a specific page exists, you can select the version from the dropdown in the page sidebar.
77+
If a previous version for a specific page exists, you can select the version from the dropdown in the page sidebar.
7878

7979
### How often is the documentation updated?
8080

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

@@ -141,7 +141,8 @@ Find the documentation for your Elastic product versions or releases.
141141
| --- | --- |
142142
| [Elasticsearch](elasticsearch://release-notes/index.md) | 9.0.0 and later |
143143
| [Kibana](kibana://release-notes/index.md) | 9.0.0 and later |
144-
| [Fleet and Elastic Agent](/release-notes/fleet-elastic-agent/index.md) | 9.0.0 and later |
144+
| [Elastic Agent](elastic-agent://release-notes/index.md) | 9.0.0 and later |
145+
| [Fleet](fleet-server://release-notes/index.md) 9.0.0 and later |
145146
| [Logstash](logstash://release-notes/index.md) | 9.0.0 and later |
146147
| [Beats](beats://release-notes/index.md) | 9.0.0 and later |
147148
| [Elastic Observability](/release-notes/elastic-observability/index.md) | 9.0.0 and later |

redirects.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ redirects:
307307
# Related to https://github.com/elastic/docs-content/pull/2396
308308
'solutions/security/configure-elastic-defend/enable-access-for-macos-monterey.md': 'solutions/security/configure-elastic-defend/enable-access-for-macos.md'
309309
'solutions/security/configure-elastic-defend/enable-access-for-macos-ventura-higher.md': 'solutions/security/configure-elastic-defend/enable-access-for-macos.md'
310-
310+
311311
# https://github.com/elastic/docs-content/pull/2658
312312
'explore-analyze/query-filter/languages/esql.md': 'elasticsearch://reference/query-languages/esql.md'
313313
'explore-analyze/query-filter/languages/esql-examples.md': 'elasticsearch://reference/query-languages/esql/esql-examples.md'
@@ -324,7 +324,7 @@ redirects:
324324

325325
# Related to https://github.com/elastic/docs-content/pull/2639
326326
'deploy-manage/monitor/autoops/ec-autoops-dismiss-event.md': 'deploy-manage/monitor/autoops/ec-autoops-events.md'
327-
327+
328328
# Related to https://github.com/elastic/docs-content/pull/2245/
329329
'solutions/search/elasticsearch-basics-quickstart.md': 'solutions/search/get-started/index-basics.md'
330330

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

337337
# Related to https://github.com/elastic/docs-content/pull/2745
338-
'solutions/search/run-elasticsearch-locally.md': 'deploy-manage/deploy/self-managed/local-development-installation-quickstart.md'
338+
'solutions/search/run-elasticsearch-locally.md': 'deploy-manage/deploy/self-managed/local-development-installation-quickstart.md'
339+
340+
'release-notes/fleet-elastic-agent/index.md': 'fleet-server://release-notes/index.md'
341+
'release-notes/fleet-elastic-agent/breaking-changes.md': 'fleet-server://release-notes/breaking-changes.md'
342+
'release-notes/fleet-elastic-agent/deprecations.md': 'fleet-server://release-notes/deprecations.md'
343+
'release-notes/fleet-elastic-agent/known-issues.md': 'fleet-server://release-notes/known-issues.md'

reference/fleet/fleet-agent-release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ products:
1111

1212
## Scheduled releases
1313

14-
{{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).
14+
{{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).
1515

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

release-notes/fleet-elastic-agent/breaking-changes.md

Lines changed: 0 additions & 115 deletions
This file was deleted.

release-notes/fleet-elastic-agent/deprecations.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)