Skip to content

Commit c4cb112

Browse files
committed
Merge branch 'main' of https://github.com/elastic/docs-content into use-new-screenshot-class
2 parents 42ce3a7 + 5ce9353 commit c4cb112

File tree

187 files changed

+952
-2118
lines changed

Some content is hidden

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

187 files changed

+952
-2118
lines changed

deploy-manage/cloud-organization/billing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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+
- https://www.elastic.co/guide/en/serverless/current/general-billing-stop-project.html
56
applies_to:
67
deployment:
78
ess: all
@@ -21,7 +22,7 @@ Elastic charges a recurring fee for using our offerings on {{ecloud}}. In this s
2122
* [Elasticsearch projects](/deploy-manage/cloud-organization/billing/elasticsearch-billing-dimensions.md)
2223
* [Elastic Observability projects](/deploy-manage/cloud-organization/billing/elastic-observability-billing-dimensions.md)
2324
* [Elastic Security projects](/deploy-manage/cloud-organization/billing/security-billing-dimensions.md)
24-
25+
2526
For more information, you can also refer to our [{{ech}}](https://www.elastic.co/pricing) and [{{serverless-full}}](https://www.elastic.co/pricing/serverless-search) pricing pages.
2627

2728
## Billing models
Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,33 @@
11
---
2+
applies_to:
3+
deployment:
4+
ece: all
25
mapped_urls:
3-
- https://www.elastic.co/guide/en/elastic-stack/current/air-gapped-install.html
46
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-install-offline.html
57
---
68

7-
# Air gapped install
9+
# Air-gapped install [ece-install-offline]
810

9-
% What needs to be done: Refine
11+
Installing ECE on hosts without internet access is commonly referred to as an *offline* or *air-gapped* installation. ECE supports two air-gapped installation methods, depending on whether a private Docker registry is available. In both cases, you must download multiple Docker images and the installation script from Elastic, and load them onto your hosts or private registry.
1012

11-
% GitHub issue: https://github.com/elastic/docs-projects/issues/309
13+
::::{note}
14+
The versioning of {{es}} and {{kib}} is synchronized and versions where the major, minor, and patch levels match can be used together. Differences in build versions indicated by a dash do not affect compatibility.
15+
::::
1216

13-
% Scope notes: In the issue
17+
Before you start, you must:
1418

15-
% Use migrated content from existing pages that map to this page:
19+
* Follow the same prerequisites described in [](./install.md#ece-install-prerequisites). This includes [](./identify-deployment-scenario.md) and [](./prepare-environment.md) steps.
20+
* [Configure your operating system](./configure-operating-system.md) in all ECE hosts.
21+
* Be part of the `docker` group to run the installation script. You should not install Elastic Cloud Enterprise as the `root` user.
22+
* Set up and run a local copy of the Elastic Package Repository, otherwise your deployments with APM server and Elastic agent won’t work. Refer to the [Running EPR in air-gapped environments](asciidocalypse://docs/docs-content/docs/reference/ingestion-tools/fleet/air-gapped.md#air-gapped-diy-epr) documentation.
1623

17-
% - [ ] ./raw-migrated-files/stack-docs/elastic-stack/air-gapped-install.md
18-
% - [ ] ./raw-migrated-files/cloud/cloud-enterprise/ece-install-offline.md
19-
% Notes: 3 child docs
24+
When you are ready to install ECE, you can proceed:
2025

21-
⚠️ **This page is a work in progress.** ⚠️
26+
* [With your private Docker registry](./ece-install-offline-with-registry.md)
27+
* [Without a private Docker registry](./ece-install-offline-no-registry.md)
2228

23-
The documentation team is working to combine content pulled from the following pages:
29+
After installing ECE in your hosts, you can continue with [](./post-installation-steps.md).
2430

25-
* [/raw-migrated-files/stack-docs/elastic-stack/air-gapped-install.md](/raw-migrated-files/stack-docs/elastic-stack/air-gapped-install.md)
26-
* [/raw-migrated-files/cloud/cloud-enterprise/ece-install-offline.md](/raw-migrated-files/cloud/cloud-enterprise/ece-install-offline.md)
31+
::::{note}
32+
Deployment End-of-life (EOL) information relies on the connection to [https://www.elastic.co/support/eol.json](https://www.elastic.co/support/eol.json). If EOL information is updated, Elastic may require you to reconnect to [https://www.elastic.co/support/eol.json](https://www.elastic.co/support/eol.json) over the internet to get this information reflected.
33+
::::

deploy-manage/deploy/cloud-enterprise/alternative-install-ece-with-ansible.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
2+
applies_to:
3+
deployment:
4+
ece: all
25
mapped_pages:
36
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-configure-ansible.html
7+
navigation_title: Ansible playbook
48
---
59

610
# Alternative: Install ECE with Ansible [ece-configure-ansible]

deploy-manage/deploy/cloud-enterprise/assign-roles-to-hosts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
applies_to:
3+
deployment:
4+
ece: all
25
mapped_pages:
36
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-change-roles.html
47
---

deploy-manage/deploy/cloud-enterprise/ce-add-support-for-node-roles-autoscaling.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
---
2+
navigation_title: Data tiers and autoscaling support
3+
applies_to:
4+
deployment:
5+
ece: all
26
mapped_pages:
37
- https://www.elastic.co/guide/en/cloud-enterprise/current/ce-add-support-for-node-roles-and-autoscaling.html
48
---
59

610
# Updating custom templates to support node_roles and autoscaling [ce-add-support-for-node-roles-and-autoscaling]
711

8-
Custom deployment templates should be updated in order to take advantage of new Elastic Cloud Enterprise features, such as [Data tiers](../../../manage-data/lifecycle/data-tiers.md) (that is, the new cold and frozen data tiers) and [Deployment autoscaling](../../autoscaling.md). By updating these templates we also ensure forward compatibility with future Elastic Cloud Enterprise versions that will require certain fields such as `node_roles` and `id` to be present in the deployment configuration.
9-
10-
System owned deployment templates have already been updated to support both data tiers with `node_roles` and autoscaling. However, the custom templates that you created need to be manually updated by following the steps in this guide.
12+
Templates created in older versions of ECE should be updated in order to take advantage of new Elastic Cloud Enterprise features, such as [Data tiers](../../../manage-data/lifecycle/data-tiers.md), and [Deployment autoscaling](../../autoscaling.md). By updating these templates we also ensure forward compatibility with future Elastic Cloud Enterprise versions that will require certain fields such as `node_roles` and `id` to be present in the deployment configuration.
1113

14+
::::{note}
15+
System owned deployment templates are automatically updated during the ECE upgrade process to support both data tiers with `node_roles` and autoscaling. However, custom templates that you created must be manually updated by following the steps in this guide.
16+
::::
1217

1318
## Adding support for node_roles [ece_adding_support_for_node_roles]
1419

deploy-manage/deploy/cloud-enterprise/change-allocator-disconnect-timeout.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
applies_to:
3+
deployment:
4+
ece: all
25
mapped_pages:
36
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-change-allocator-disconnect-timeout.html
47
---

deploy-manage/deploy/cloud-enterprise/change-ece-api-url.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
applies_to:
3+
deployment:
4+
ece: all
25
mapped_pages:
36
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-config-api-base-url.html
47
---

deploy-manage/deploy/cloud-enterprise/change-endpoint-urls.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
applies_to:
3+
deployment:
4+
ece: all
25
mapped_pages:
36
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-administering-endpoints.html
47
---
@@ -9,15 +12,11 @@ For applications without SSL or HTTPS protocol support, you can use a local endp
912

1013
By default, cluster and Kibana endpoint URLs are constructed according to the following pattern, where `CLUSTER_ID` and `LOCAL_HOST_IP` are values that depend on your specific installation:
1114

12-
::::{admonition}
13-
```text
15+
```sh
1416
http://CLUSTER_ID.LOCAL_HOST_IP.ip.es.io:9200
1517
https://CLUSTER_ID.LOCAL_HOST_IP.ip.es.io:9243
1618
```
1719

18-
::::
19-
20-
2120
For example:
2221

2322
```sh
@@ -29,7 +28,6 @@ https://2882c82e54d4361.us-west-5.aws.found.io:9243
2928
To find your endpoints, select a deployment review the information on the **Elasticsearch** and **Kibana** pages.
3029
::::
3130

32-
3331
To change endpoints in the Cloud UI:
3432

3533
1. [Log into the Cloud UI](log-into-cloud-ui.md).

deploy-manage/deploy/cloud-enterprise/configure-allocator-affinity.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
applies_to:
3+
deployment:
4+
ece: all
25
mapped_pages:
36
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-configuring-allocator-affinity.html
47
---

deploy-manage/deploy/cloud-enterprise/configure-deployment-templates.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
applies_to:
3+
deployment:
4+
ece: all
25
mapped_pages:
36
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-configuring-ece-templates.html
47
---

0 commit comments

Comments
 (0)