Skip to content

Commit efb788b

Browse files
Merge branch 'main' into ben-migration-cleanup-cloudsec
2 parents a608d15 + cb32947 commit efb788b

File tree

1,353 files changed

+43189
-17353
lines changed

Some content is hidden

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

1,353 files changed

+43189
-17353
lines changed

cloud-account/change-your-password.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ applies:
88

99
# Change your password [ec-change-password]
1010

11-
If you created a password when you signed up for a {{ecloud}} account, or you added the password-based login method to your account, then you can change your password if needed.
11+
If you created a password when you signed up for an {{ecloud}} account, or you added the password-based login method to your account, then you can change your password if needed.
1212

1313
If you know your current password:
1414

deploy-manage/api-keys/elastic-cloud-enterprise-api-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ To create a bearer token:
7070
{ "token": "eyJ0eXa...<very long string>...MgBmsw4s" }
7171
```
7272
73-
2. Specify the bearer token in the Authentication header of your API requests. To learn more, check [accessing the API from the command line](asciidocalypse://docs/cloud/docs/reference/cloud/cloud-enterprise/ece-api-command-line.md).
73+
2. Specify the bearer token in the Authentication header of your API requests. To learn more, check [accessing the API from the command line](asciidocalypse://docs/cloud/docs/reference/cloud-enterprise/ece-api-command-line.md).
7474

deploy-manage/autoscaling/ec-autoscaling-api-example.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ mapped_pages:
55

66
# Autoscaling through the API [ec-autoscaling-api-example]
77

8-
This example demonstrates how to use the Elasticsearch Service RESTful API to create a deployment with autoscaling enabled.
8+
This example demonstrates how to use the {{ecloud}} RESTful API to create a deployment with autoscaling enabled.
99

10-
The example deployment has a hot data and content tier, warm data tier, cold data tier, and a machine learning node, all of which will scale within the defined parameters. To learn about the autoscaling settings, check [Deployment autoscaling](../autoscaling.md) and [Autoscaling example](ec-autoscaling-example.md). For more information about using the Elasticsearch Service API in general, check [RESTful API](asciidocalypse://docs/cloud/docs/reference/cloud/cloud-hosted/ec-api-restful.md).
10+
The example deployment has a hot data and content tier, warm data tier, cold data tier, and a machine learning node, all of which will scale within the defined parameters. To learn about the autoscaling settings, check [Deployment autoscaling](../autoscaling.md) and [Autoscaling example](ec-autoscaling-example.md). For more information about using the {{ecloud}} API in general, check [RESTful API](asciidocalypse://docs/cloud/docs/reference/cloud-hosted/ec-api-restful.md).
1111

1212

1313
## Requirements [ec_requirements]
@@ -46,7 +46,7 @@ $$$ec-autoscaling-api-example-requirements-table$$$
4646

4747
+ ✕ = Do not include the property.
4848

49-
+ These rules match the behavior of the Elasticsearch Service user console.
49+
+ These rules match the behavior of the {{ecloud}} Console.
5050

5151
+ * The `elasticsearch` object must contain the property `"autoscaling_enabled": true`.
5252

deploy-manage/autoscaling/ec-autoscaling-example.md

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

66
# Autoscaling example [ec-autoscaling-example]
77

8-
To help you better understand the available autoscaling settings, this example describes a typical autoscaling workflow on sample Elasticsearch Service deployment.
8+
To help you better understand the available autoscaling settings, this example describes a typical autoscaling workflow on sample {{ech}} deployment.
99

1010
1. Enable autoscaling:
1111

deploy-manage/autoscaling/ec-autoscaling.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Currently, autoscaling behavior is as follows:
4545

4646

4747
::::{note}
48-
For any Elasticsearch Service Elasticsearch component the number of availability zones is not affected by autoscaling. You can always set the number of availability zones manually and the autoscaling mechanism will add or remove capacity per availability zone.
48+
The number of availability zones for each component of your {{ech}} deployments is not affected by autoscaling. You can always set the number of availability zones manually and the autoscaling mechanism will add or remove capacity per availability zone.
4949
::::
5050

5151

@@ -85,10 +85,10 @@ The following are known limitations and restrictions with autoscaling:
8585

8686
To enable or disable autoscaling on a deployment:
8787

88-
1. Log in to the [Elasticsearch Service Console](https://cloud.elastic.co?page=docs&placement=docs-body).
88+
1. Log in to the [{{ecloud}} Console](https://cloud.elastic.co?page=docs&placement=docs-body).
8989
2. On the **Deployments** page, select your deployment.
9090

91-
On the deployments page you can narrow your deployments by name, ID, or choose from several other filters. To customize your view, use a combination of filters, or change the format from a grid to a list.
91+
On the **Deployments** page you can narrow your deployments by name, ID, or choose from several other filters. To customize your view, use a combination of filters, or change the format from a grid to a list.
9292

9393
3. In your deployment menu, select **Edit**.
9494
4. Select desired autoscaling configuration for this deployment using **Enable Autoscaling for:** dropdown menu.
@@ -103,10 +103,10 @@ When autoscaling has been disabled, you need to adjust the size of data tiers an
103103

104104
Each autoscaling setting is configured with a default value. You can adjust these if necessary, as follows:
105105

106-
1. Log in to the [Elasticsearch Service Console](https://cloud.elastic.co?page=docs&placement=docs-body).
106+
1. Log in to the [{{ecloud}} Console](https://cloud.elastic.co?page=docs&placement=docs-body).
107107
2. On the **Deployments** page, select your deployment.
108108

109-
On the deployments page you can narrow your deployments by name, ID, or choose from several other filters. To customize your view, use a combination of filters, or change the format from a grid to a list.
109+
On the **Deployments** page you can narrow your deployments by name, ID, or choose from several other filters. To customize your view, use a combination of filters, or change the format from a grid to a list.
110110

111111
3. In your deployment menu, select **Edit**.
112112
4. To update a data tier:

deploy-manage/autoscaling/ece-autoscaling-api-example.md

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

88
This example demonstrates how to use the Elastic Cloud Enterprise RESTful API to create a deployment with autoscaling enabled.
99

10-
The example deployment has a hot data and content tier, warm data tier, cold data tier, and a machine learning node, all of which will scale within the defined parameters. To learn about the autoscaling settings, check [Deployment autoscaling](../autoscaling.md) and [Autoscaling example](ece-autoscaling-example.md). For more information about using the Elastic Cloud Enterprise API in general, check [RESTful API](asciidocalypse://docs/cloud/docs/reference/cloud/cloud-enterprise/restful-api.md).
10+
The example deployment has a hot data and content tier, warm data tier, cold data tier, and a machine learning node, all of which will scale within the defined parameters. To learn about the autoscaling settings, check [Deployment autoscaling](../autoscaling.md) and [Autoscaling example](ece-autoscaling-example.md). For more information about using the Elastic Cloud Enterprise API in general, check [RESTful API](asciidocalypse://docs/cloud/docs/reference/cloud-enterprise/restful-api.md).
1111

1212

1313
## Requirements [ece_requirements_3]

deploy-manage/cloud-organization.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/cloud/current/ec-organizations.html
4-
applies:
4+
applies_to:
5+
deployment:
6+
ess: all
57
serverless: all
6-
hosted: all
78
---
89

910
# Manage your Cloud organization [ec-organizations]

deploy-manage/cloud-organization/billing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
mapped_urls:
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
5-
applies:
5+
applies_to:
6+
deployment:
7+
ess: all
68
serverless: all
7-
hosted: all
89
---
910

1011
# Billing

deploy-manage/cloud-organization/billing/add-billing-details.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/cloud/current/ec-billing-details.html
4-
applies:
5-
hosted: all
4+
applies_to:
5+
deployment:
6+
ess: all
67
serverless: all
78
---
89

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/cloud/current/ec-faq-billing.html
4-
applies:
5-
hosted: all
4+
applies_to:
5+
deployment:
6+
ess: all
67
serverless: all
78
---
89

0 commit comments

Comments
 (0)