Skip to content

Commit d6bd2dd

Browse files
Handle index.html AsciiDoc links (#542)
Replace links to `index.html` paths in the AsciiDoc docs (for example, https://www.elastic.co/guide/en/beats/heartbeat/current/index.html).
1 parent e59338e commit d6bd2dd

File tree

28 files changed

+41
-27
lines changed

28 files changed

+41
-27
lines changed

deploy-manage/deploy/cloud-enterprise.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
mapped_urls:
3+
- https://www.elastic.co/guide/en/cloud-enterprise/current/index.html
34
- https://www.elastic.co/guide/en/cloud-enterprise/current/Elastic-Cloud-Enterprise-overview.html
45
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-administering-ece.html
56
---

deploy-manage/deploy/cloud-enterprise/ece-regional-deployment-aliases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ While the `TransportClient` is deprecated, your custom endpoint aliases still wo
9999
```
100100

101101

102-
For more information on configuring the `TransportClient`, see [Configure the Java Transport Client](https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/index.html).
102+
For more information on configuring the `TransportClient`, see [Configure the Java Transport Client](asciidocalypse://docs/elasticsearch-java/docs/reference/elasticsearch/elasticsearch-client-java-api-client/index.md).
103103

deploy-manage/deploy/cloud-on-k8s.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
applies:
33
eck: all
44
mapped_urls:
5+
- https://www.elastic.co/guide/en/cloud-on-k8s/current/index.html
56
- https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-overview.html
67
- https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-advanced-topics.html
78
- https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-supported.html

deploy-manage/deploy/cloud-on-k8s/k8s-openshift-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mapped_pages:
77

88
# Grant host access permission to Elastic Agent [k8s-openshift-agent]
99

10-
Deploying Elastic Agent on Openshift may require additional permissions depending on the type of [integration](https://www.elastic.co/guide/en/fleet/current/index.html) Elastic Agent is supposed to run. In any case, Elastic Agent uses a [hostPath](https://kubernetes.io/docs/concepts/storage/volumes/#hostpath) volume as its data directory on OpenShift to maintain a stable identity. Therefore, the Service Account used for Elastic Agent needs permissions to use hostPath volumes.
10+
Deploying Elastic Agent on Openshift may require additional permissions depending on the type of [integration](asciidocalypse://docs/docs-content/docs/reference/ingestion-tools/fleet/index.md) Elastic Agent is supposed to run. In any case, Elastic Agent uses a [hostPath](https://kubernetes.io/docs/concepts/storage/volumes/#hostpath) volume as its data directory on OpenShift to maintain a stable identity. Therefore, the Service Account used for Elastic Agent needs permissions to use hostPath volumes.
1111

1212
The following example assumes that Elastic Agent is deployed in the Namespace `elastic` with the ServiceAccount `elastic-agent`. You can replace these values according to your environment.
1313

deploy-manage/deploy/elastic-cloud/add-plugins-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There are two ways to add plugins to a deployment in Elasticsearch Service:
2020

2121
Custom plugins can include the official {{es}} plugins not provided with Elasticsearch Service, any of the community-sourced plugins, or [plugins that you write yourself](asciidocalypse://docs/elasticsearch/docs/extend/create-elasticsearch-plugins/index.md). Uploading custom plugins is available only to Gold, Platinum, and Enterprise subscriptions. For more information, check [Upload custom plugins and bundles](upload-custom-plugins-bundles.md).
2222

23-
To learn more about the official and community-sourced plugins, refer to [{{es}} Plugins and Integrations](https://www.elastic.co/guide/en/elasticsearch/plugins/current/index.html).
23+
To learn more about the official and community-sourced plugins, refer to [{{es}} Plugins and Integrations](asciidocalypse://docs/elasticsearch/docs/reference/elasticsearch-plugins/index.md).
2424

2525
For a detailed guide with examples of using the Elasticsearch Service API to create, get information about, update, and delete extensions and plugins, check [Managing plugins and extensions through the API](manage-plugins-extensions-through-api.md).
2626

deploy-manage/deploy/elastic-cloud/cloud-hosted.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
mapped_urls:
3+
- https://www.elastic.co/guide/en/cloud/current/index.html
34
- https://www.elastic.co/guide/en/cloud/current/ec-getting-started.html
45
- https://www.elastic.co/guide/en/cloud/current/ec-prepare-production.html
56
- https://www.elastic.co/guide/en/cloud/current/ec-faq-getting-started.html

deploy-manage/deploy/elastic-cloud/ech-getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/cloud-heroku/current/ech-getting-started.html
4+
- https://www.elastic.co/guide/en/cloud-heroku/current/index.html
45
---
56

67
# Introducing Elasticsearch Add-On for Heroku [ech-getting-started]

deploy-manage/deploy/elastic-cloud/serverless.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
mapped_urls:
3+
- https://www.elastic.co/guide/en/serverless/current/index.html
34
- https://www.elastic.co/guide/en/serverless/current/intro.html
45
- https://www.elastic.co/guide/en/serverless/current/general-serverless-status.html
56
---

deploy-manage/deploy/self-managed/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mapped_pages:
77

88
Plugins are a way to enhance the basic Elasticsearch functionality in a custom manner. They range from adding custom mapping types, custom analyzers (in a more built in fashion), custom script engines, custom discovery and more.
99

10-
For information about selecting and installing plugins, see [{{es}} Plugins and Integrations](https://www.elastic.co/guide/en/elasticsearch/plugins/current/index.html).
10+
For information about selecting and installing plugins, see [{{es}} Plugins and Integrations](asciidocalypse://docs/elasticsearch/docs/reference/elasticsearch-plugins/index.md).
1111

1212
For information about developing your own plugin, see [Help for plugin authors](asciidocalypse://docs/elasticsearch/docs/extend/create-elasticsearch-plugins/index.md).
1313

deploy-manage/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ mapped_urls:
66
- https://www.elastic.co/guide/en/elasticsearch/reference/current/scalability.html
77
- https://www.elastic.co/guide/en/cloud/current/ec-faq-technical.html
88
- https://www.elastic.co/guide/en/elastic-stack/current/overview.html
9+
- https://www.elastic.co/guide/en/elastic-stack/current/index.html
910
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-administering-deployments.html
1011
- https://www.elastic.co/guide/en/kibana/current/management.html
1112
---

0 commit comments

Comments
 (0)