Skip to content

Commit 0fcb60d

Browse files
Use mapped_pages instead of mapped_urls (#999)
When I was updating some mapped pages earlier, I noticed we were inconsistently using `mapped_pages` and `mapped_urls`. It didn't matter for the way I was finding the URLs, but I think it might affect how the linking between old AsciiDoc pages and new pages works.
1 parent 4ccbd8d commit 0fcb60d

File tree

455 files changed

+809
-810
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

455 files changed

+809
-810
lines changed

cloud-account/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mapped_urls:
2+
mapped_pages:
33
- https://www.elastic.co/guide/en/cloud/current/ec-account-user-settings.html
44
- https://www.elastic.co/guide/en/serverless/current/general-user-profile.html
55
applies:
@@ -23,7 +23,7 @@ Additionally, you can manage your organization membership, including joining or
2323

2424
Some options also let you set personal preferences and customize the interface, such as [using dark mode](dark-mode.md) in your projects and deployments.
2525

26-
::::{tip}
26+
::::{tip}
2727
This section focuses on the actions you can take as an individual user to manage your own account. It does not cover organization-wide settings, such as managing user permissions or configuring organization-level access controls, which are handled by the organization administrators.
2828

2929
For information on organization and access management, refer to:

cloud-account/join-or-leave-an-organization.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mapped_urls:
2+
mapped_pages:
33
- https://www.elastic.co/guide/en/cloud/current/ec-invite-users.html
44
- https://www.elastic.co/guide/en/serverless/current/general-manage-organization.html
55
applies:
@@ -35,7 +35,7 @@ If you already belong to an organization, and you want to join a new one you wil
3535

3636
Alternatively, for Elastic Cloud Hosted deployments, there's a possibility to migrate your deployments to the new organization through back up and restore operations. In such case:
3737

38-
1. [Back up your deployments to any private repository](/deploy-manage/tools/snapshot-and-restore/elastic-cloud-hosted.md) so that you can restore them to your new organization.
38+
1. [Back up your deployments to any private repository](/deploy-manage/tools/snapshot-and-restore/elastic-cloud-hosted.md) so that you can restore them to your new organization.
3939
2. Leave your current organization.
4040
3. Ask the administrator to invite you to the organization you want to join.
4141
4. Accept the invitation that you will get by email.

deploy-manage/autoscaling.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mapped_urls:
2+
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-autoscaling.html
44
applies_to:
55
deployment:
@@ -19,7 +19,7 @@ By default, {{serverless-full}} automatically scales your {{es}} resources based
1919

2020
## Cluster autoscaling
2121

22-
::::{admonition} Indirect use only
22+
::::{admonition} Indirect use only
2323
This feature is designed for indirect use by {{ech}}, {{ece}}, and {{eck}}. Direct use is not supported.
2424
::::
2525

@@ -42,7 +42,7 @@ Trained model autoscaling automatically adjusts the resources allocated to train
4242
Trained model autoscaling supports:
4343
* Scaling trained model deployments
4444

45-
::::{note}
45+
::::{note}
4646
Autoscaling is not supported on Debian 8.
4747
::::
4848

deploy-manage/autoscaling/autoscaling-deciders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mapped_urls:
2+
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-deciders.html
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-reactive-storage-decider.html
55
- https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-proactive-storage-decider.html

deploy-manage/autoscaling/autoscaling-in-ece-and-ech.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mapped_urls:
2+
mapped_pages:
33
- https://www.elastic.co/guide/en/cloud-heroku/current/ech-autoscaling.html
44
- https://www.elastic.co/guide/en/cloud/current/ec-autoscaling.html
55
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-autoscaling.html
@@ -200,7 +200,7 @@ The example deployment has a hot data and content tier, warm data tier, cold dat
200200

201201
To learn more about the {{ece}} API, see the [RESTful API](cloud://reference/cloud-enterprise/restful-api.md) documentation. For details on the {{ech}} API, check [RESTful API](cloud://reference/cloud-hosted/ec-api-restful.md).
202202

203-
### Requirements [ec_requirements]
203+
### Requirements [ec_requirements]
204204

205205
Note the following requirements when you run this API request:
206206

@@ -218,7 +218,7 @@ Note the following requirements when you run this API request:
218218
* On all other components autoscaling is not currently supported.
219219
* On {{ece}}, autoscaling is supported for custom deployment templates on version 2.12 and above. To learn more, refer to [Updating custom templates to support `node_roles` and autoscaling](../deploy/cloud-enterprise/ce-add-support-for-node-roles-autoscaling.md).
220220

221-
$$$ece-autoscaling-api-example-requirements-table$$$
221+
$$$ece-autoscaling-api-example-requirements-table$$$
222222

223223
| | `size` | `autoscaling_min` | `autoscaling_max` |
224224
| --- | --- | --- | --- |
@@ -237,7 +237,7 @@ $$$ece-autoscaling-api-example-requirements-table$$$
237237

238238
### API request example [ec_api_request_example]
239239

240-
::::{note}
240+
::::{note}
241241
Although autoscaling can scale some tiers by CPU, the primary measurement of tier size is memory. Limits on tier size are in terms of memory.
242242
::::
243243

deploy-manage/autoscaling/trained-model-autoscaling.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
mapped_urls:
2+
mapped_pages:
33
- https://www.elastic.co/guide/en/serverless/current/general-ml-nlp-auto-scale.html
44
- https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-auto-scale.html
55
applies_to:
6-
deployment:
6+
deployment:
77
ess:
88
eck:
99
ece:
10-
serverless:
10+
serverless:
1111
---
1212

1313
# Trained model autoscaling
@@ -93,7 +93,7 @@ On {{serverless-short}}, VCUs for {{ml}} are based on the amount of vCPU and mem
9393
As a math formula, `VCUs = 8 * allocations * threads`, or `1` VCU for every `1GB` of memory consumed, whichever is greater.
9494
::::
9595

96-
If you use a self-managed cluster or ECK, vCPUs level ranges are derived from the `total_ml_processors` and `max_single_ml_node_processors` values. Use the [get {{ml}} info API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ml-info) to check these values.
96+
If you use a self-managed cluster or ECK, vCPUs level ranges are derived from the `total_ml_processors` and `max_single_ml_node_processors` values. Use the [get {{ml}} info API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ml-info) to check these values.
9797

9898
The following tables show you the number of allocations, threads, and vCPUs available in ECE and ECH when adaptive resources are enabled or disabled.
9999

deploy-manage/cloud-organization/billing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mapped_urls:
2+
mapped_pages:
33
- https://www.elastic.co/guide/en/cloud/current/ec-billing.html
44
- https://www.elastic.co/guide/en/serverless/current/general-manage-billing.html
55
- https://www.elastic.co/guide/en/serverless/current/general-billing-stop-project.html

deploy-manage/cloud-organization/billing/billing-models.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mapped_urls:
2+
mapped_pages:
33
- https://www.elastic.co/guide/en/cloud/current/ec-billing-models.html
44
applies_to:
55
deployment:
@@ -17,7 +17,7 @@ You can be billed for {{ecloud}} using one of the following billing models:
1717

1818
Regardless of your billing model, all {{ecloud}} usage is metered and billed in [Elastic Consumption Units (ECU)](/deploy-manage/cloud-organization/billing/ecu.md).
1919

20-
## Monthly, billed by Elastic [ec-monthly-direct]
20+
## Monthly, billed by Elastic [ec-monthly-direct]
2121

2222
When you sign up for {{ecloud}} by [adding your credit card details](/deploy-manage/cloud-organization/billing/add-billing-details.md) in the {{ecloud}} Console, you are billed on a monthly basis.
2323

@@ -27,19 +27,19 @@ All usage is expressed and charged in US dollars only.
2727

2828
Refer to our [Billing FAQ](/deploy-manage/cloud-organization/billing/billing-faq.md) for more details about monthly invoicing.
2929

30-
## Monthly, billed through a marketplace [ec-monthly-marketplace]
30+
## Monthly, billed through a marketplace [ec-monthly-marketplace]
3131

3232
You can sign up for {{ecloud}} [from a marketplace](/deploy-manage/deploy/elastic-cloud/subscribe-from-marketplace.md). In this case, all usage is reported hourly to the marketplace.
3333

3434
At the marketplace’s billing cycle, all usage is aggregated and charged as part of your cloud provider bill.
3535

3636
{{ecloud}} usage appears as a single invoice line with the total amount charged. For a detailed breakdown of your usage, visit the [Usage page](/deploy-manage/cloud-organization/billing/monitor-analyze-usage.md) in the {{ecloud}} Console.
3737

38-
::::{note}
38+
::::{note}
3939
Marketplaces typically invoice you in arrears on the first of each month. There are exceptions, however, such as in the case of the [GCP billing cycle](https://cloud.google.com/billing/docs/how-to/billing-cycle).
4040
::::
4141

42-
## Prepaid consumption [ec-prepaid-consumption]
42+
## Prepaid consumption [ec-prepaid-consumption]
4343

4444
All new and renewing {{ecloud}} annual customers are automatically enrolled into the prepaid consumption billing model.
4545

@@ -79,6 +79,6 @@ Based on these four key concepts, the prepaid consumption lifecycle is as follow
7979

8080
² Purchasing credits through early renewals, or through add-ons with different expiration dates will be available in the near future.
8181

82-
::::{note}
82+
::::{note}
8383
Existing annual+overages customers will be able to switch to prepaid consumption when they renew or sign a new contract. Existing manual burndown customers will be migrated gradually to prepaid consumption in the near future. Exceptions apply.
8484
::::

deploy-manage/cloud-organization/billing/ecu.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mapped_urls:
2+
mapped_pages:
33
- https://www.elastic.co/guide/en/cloud/current/ec-billing-ecu.html
44
applies_to:
55
deployment:
@@ -15,7 +15,7 @@ The nominal value of one Elastic Consumption Unit is $1.00. You can use our [{{e
1515

1616
Your monthly usage statement is issued in ECU, though it also includes the currency equivalent of your consumption. The **Usage** page in the [{{ecloud}} Console](https://cloud.elastic.co?page=docs&placement=docs-body) also shows usage information in ECU.
1717

18-
## Contractual information and quoting [ec_contractual_information_and_quoting]
18+
## Contractual information and quoting [ec_contractual_information_and_quoting]
1919

2020
When you sign a prepaid consumption contract, you are purchasing Elastic Consumption Units which can be used to cover your {{ecloud}} usage throughout your contract period.
2121

deploy-manage/cloud-organization/billing/manage-subscription.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mapped_urls:
2+
mapped_pages:
33
- https://www.elastic.co/guide/en/serverless/current/general-check-subscription.html
44
- https://www.elastic.co/guide/en/cloud/current/ec-subscription-overview.html
55
- https://www.elastic.co/guide/en/cloud/current/ec-select-subscription-level.html
@@ -13,14 +13,14 @@ applies_to:
1313

1414
# Manage your subscription
1515

16-
When you decide to add your credit card and become a paying customer, you can choose a subscription level.
16+
When you decide to add your credit card and become a paying customer, you can choose a subscription level.
1717

1818
Depending on whether you're using {{ech}} deployment or {{serverless-full}} projects, your subscription level might dictate what features you can access or what level of support you receive. On the following pricing pages, you can review additional details about what you get at each subscription level:
1919

2020
* [{{ech}}](https://www.elastic.co/cloud/elasticsearch-service/pricing)
2121
* [{{serverless-full}}](https://www.elastic.co/pricing/serverless-search)
2222

23-
You can find more details about your subscription in the [Billing overview page](https://cloud.elastic.co/billing/overview), in the **Subscription level** section.
23+
You can find more details about your subscription in the [Billing overview page](https://cloud.elastic.co/billing/overview), in the **Subscription level** section.
2424

2525

2626
## Change your subscription level [ec-select-subscription-level]

deploy-manage/cloud-organization/billing/monitor-analyze-usage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mapped_urls:
2+
mapped_pages:
33
- https://www.elastic.co/guide/en/cloud/current/ec-account-usage.html
44
- https://www.elastic.co/guide/en/serverless/current/general-monitor-usage.html
55
applies_to:
@@ -27,6 +27,6 @@ To access your account usage:
2727
3. Select **Billing** under the user menu.
2828
4. Go to the **Usage** page.
2929

30-
::::{important}
30+
::::{important}
3131
The usage breakdown information visible on the **Usage** page is an estimate, and does not include prepaid credits, free allowances or any discounts. To get the exact amount you owe for a given month, check your invoices in the [billing history](/deploy-manage/cloud-organization/billing/view-billing-history.md).
3232
::::

deploy-manage/cloud-organization/billing/view-billing-history.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mapped_urls:
2+
mapped_pages:
33
- https://www.elastic.co/guide/en/cloud/current/ec-billing-history.html
44
- https://www.elastic.co/guide/en/serverless/current/general-billing-history.html
55
applies_to:

deploy-manage/cloud-organization/service-status.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mapped_urls:
2+
mapped_pages:
33
- https://www.elastic.co/guide/en/cloud/current/ec-service-status.html
44
- https://www.elastic.co/guide/en/cloud/current/ec_subscribe_to_individual_regionscomponents.html
55
- https://www.elastic.co/guide/en/cloud/current/ec_service_status_api.html
@@ -19,7 +19,7 @@ applies_to:
1919

2020
To check current and past service availability, go to to the [Cloud Status](https://cloud-status.elastic.co/) page. Services are separated into {{ech}} services and [Serverless services](https://status.elastic.co/?section=serverless).
2121

22-
## Subscribe to updates [ec_subscribe_to_updates]
22+
## Subscribe to updates [ec_subscribe_to_updates]
2323

2424
Don’t want to check the service status page manually? You can get notified about changes to the service status automatically.
2525

@@ -36,7 +36,7 @@ After you subscribe to updates, you are notified whenever a service status updat
3636

3737
## Subscribe to individual regions or components
3838

39-
If you want to know about specific status updates, rather than all of them, you can adjust your preferences by using the following steps. These steps apply to both new signups and adjustments to an existing subscription.
39+
If you want to know about specific status updates, rather than all of them, you can adjust your preferences by using the following steps. These steps apply to both new signups and adjustments to an existing subscription.
4040

4141
Go to the [Cloud Status](https://cloud-status.elastic.co/) page and select **SUBSCRIBE TO UPDATES**. Enter your email address and click **SUBSCRIBE VIA EMAIL**. You will be brought to a page with a list of regions and components.
4242

deploy-manage/deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mapped_urls:
2+
mapped_pages:
33
- https://www.elastic.co/guide/en/serverless/current/intro.html
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/elasticsearch-intro-deploy.html
55
- https://www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/current/get-elastic.html

deploy-manage/deploy/cloud-enterprise.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
applies_to:
33
deployment:
44
ece: all
5-
mapped_urls:
5+
mapped_pages:
66
- https://www.elastic.co/guide/en/cloud-enterprise/current/index.html
77
- https://www.elastic.co/guide/en/cloud-enterprise/current/Elastic-Cloud-Enterprise-overview.html
88
---

deploy-manage/deploy/cloud-enterprise/air-gapped-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
applies_to:
33
deployment:
44
ece: all
5-
mapped_urls:
5+
mapped_pages:
66
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-install-offline.html
77
---
88

deploy-manage/deploy/cloud-enterprise/create-deployment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
applies_to:
33
deployment:
44
ece: all
5-
mapped_urls:
5+
mapped_pages:
66
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-create-deployment.html
77
---
88

deploy-manage/deploy/cloud-enterprise/ece-integrations-server-api-example.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
applies_to:
33
deployment:
44
ece: all
5-
mapped_urls:
5+
mapped_pages:
66
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-integrations-server-api-example.html
77
---
88

@@ -13,14 +13,14 @@ This example demonstrates how to use the Elastic Cloud Enterprise RESTful API to
1313
For more information on how to manage Integrations Server from the UI, check [Manage your Integrations Server](manage-integrations-server.md)
1414

1515

16-
## Requirements [ece_requirements_4]
16+
## Requirements [ece_requirements_4]
1717

1818
Integrations Server can be enabled only on new deployments, starting with Elastic Stack version 8.0.
1919

2020
It’s possible to enable Integrations Server on an existing deployment with version 8.0 only if [APM & Fleet Server](https://www.elastic.co/guide/en/cloud-enterprise/current/ece-manage-apm-and-fleet.html) hasn’t been previously enabled on the deployment.
2121

2222

23-
## API request example [ece_api_request_example_2]
23+
## API request example [ece_api_request_example_2]
2424

2525
Run this example API request to create a deployment with Integrations Server:
2626

deploy-manage/deploy/cloud-enterprise/edit-stack-settings-apm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ navigation_title: APM user settings
33
applies_to:
44
deployment:
55
ece: all
6-
mapped_urls:
6+
mapped_pages:
77
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-manage-apm-settings.html
88
---
99

deploy-manage/deploy/cloud-enterprise/edit-stack-settings-elasticsearch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ navigation_title: Elasticsearch user settings
33
applies_to:
44
deployment:
55
ece: all
6-
mapped_urls:
6+
mapped_pages:
77
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-add-user-settings.html
88
---
99

deploy-manage/deploy/cloud-enterprise/edit-stack-settings-enterprise.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ navigation_title: Enterprise search user settings
33
applies_to:
44
deployment:
55
ece: all
6-
mapped_urls:
6+
mapped_pages:
77
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-manage-enterprise-search-settings.html
88
---
99

deploy-manage/deploy/cloud-enterprise/edit-stack-settings-kibana.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ navigation_title: Kibana user settings
33
applies_to:
44
deployment:
55
ece: all
6-
mapped_urls:
6+
mapped_pages:
77
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-manage-kibana-settings.html
88
---
99

deploy-manage/deploy/cloud-enterprise/edit-stack-settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ navigation_title: Edit stack settings
33
applies_to:
44
deployment:
55
ece: all
6-
mapped_urls:
6+
mapped_pages:
77
- https://www.elastic.co/guide/en/cloud-enterprise/current/editing-user-settings.html
88
---
99

deploy-manage/deploy/cloud-enterprise/generate-roles-tokens.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
applies_to:
33
deployment:
44
ece: all
5-
mapped_urls:
5+
mapped_pages:
66
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-generate-roles-token.html
77
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-revoke-roles-token.html
88
---

deploy-manage/deploy/cloud-enterprise/manage-integrations-server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
applies_to:
33
deployment:
44
ece: all
5-
mapped_urls:
5+
mapped_pages:
66
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-manage-integrations-server.html
77
---
88

0 commit comments

Comments
 (0)