Skip to content

Commit 93b0fd6

Browse files
Apply suggestions from code review
Awesome suggestions by Shaina :) Co-authored-by: shainaraskas <[email protected]>
1 parent 2025200 commit 93b0fd6

File tree

7 files changed

+14
-9
lines changed

7 files changed

+14
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before you start, you must:
2525
When you are ready to install ECE, you can proceed:
2626

2727
* [With your private Docker registry](./ece-install-offline-with-registry.md)
28-
* [Without your private Docker registry](./ece-install-offline-no-registry.md)
28+
* [Without a private Docker registry](./ece-install-offline-no-registry.md)
2929

3030
::::{note}
3131
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.

deploy-manage/deploy/cloud-enterprise/configure-host-rhel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ applies_to:
55
mapped_pages:
66
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-configure-hosts-rhel-centos-cloud.html
77
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-configure-hosts-rhel-centos-onprem.html
8+
navigation_title: RHEL
89
---
910

1011
# Configure a RHEL host [ece-configure-hosts-rhel-centos]
1112

1213

13-
## Red Hat Enterprise Linux 8 (RHEL 8), 9 (RHEL 9), and Rocky Linux 8 and 9 [ece-setup-rhel8-podman]
1414

1515
The following instructions show you how to prepare your hosts on Red Hat Enterprise Linux 8 (RHEL 8), 9 (RHEL 9), and Rocky Linux 8 and 9.
1616

1717
* [Prerequisites](#ece-prerequisites-rhel8)
1818
* [Configure the host](#ece-configure-hosts-rhel8-podman)
1919

2020

21-
### Prerequisites [ece-prerequisites-rhel8]
21+
## Prerequisites [ece-prerequisites-rhel8]
2222

2323
Follow your internal guidelines to create a RHEL 8 (the version must be >= 8.5), RHEL 9, Rocky Linux 8, or Rocky Linux 9 server or VM in your environment.
2424

2525
Verify that required traffic is allowed. Check the [Networking prerequisites](ece-networking-prereq.md) for a list of ports that need to be open. The technical configuration depends on the underlying infrastructure.
2626

2727
**Example:** For AWS, allowing traffic between hosts is implemented using security groups.
2828

29-
### Configure the host [ece-configure-hosts-rhel8-podman]
29+
## Configure the host [ece-configure-hosts-rhel8-podman]
3030

3131
1. Install the OS packages `lvm2`, `iptables`, `sysstat`, and `net-tools` by executing:
3232

deploy-manage/deploy/cloud-enterprise/configure-host-suse.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ applies_to:
55
mapped_pages:
66
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-configure-hosts-sles12-cloud.html
77
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-configure-hosts-sles12-onprem.html
8+
navigation_title: SUSE
89
---
910

10-
# Configure host SUSE cloud [ece-configure-hosts-sles12]
11+
# Configure a SUSE host [ece-configure-hosts-sles12]
1112

1213
The following instructions show you how to prepare your hosts on SLES 12 SP5 or 15.
1314

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Now that you have {{ece}} up and running, take a look at some of the additional
1313

1414
## Common ECE tasks
1515

16-
* [Assign Roles to Hosts](../../../deploy-manage/deploy/cloud-enterprise/assign-roles-to-hosts.md) - Make sure new hosts can be used for their intended purpose after you install ECE on them.
16+
* [Assign roles to hosts](../../../deploy-manage/deploy/cloud-enterprise/assign-roles-to-hosts.md) - Make sure new hosts can be used for their intended purpose after you install ECE on them.
1717
* [System deployments configuration](system-deployments-configuration.md) - Best practices for ECE system deployments to ensure a highly available and resilient setup.
1818
* [Configure deployment templates](configure-deployment-templates.md) - Make the most out of deployment templates by configuring ECE for your hardware and creating custom deployment templates.
1919
* [Manage Elastic Stack versions](./manage-elastic-stack-versions.md) - Upload or remove Elastic Stack packs.

deploy-manage/deploy/cloud-enterprise/install-ece-procedures.md

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

88
# ECE installation procedures
99

10-
Choose the Elastic Cloud Enterprise deployment scenario that best fits your business needs:
10+
Choose the guide for the Elastic Cloud Enterprise [deployment scenario](/deploy-manage/deploy/cloud-enterprise/identify-deployment-scenario.md) that best fits your business needs:
1111

1212
* [Deploy a small installation](deploy-small-installation.md): For development, test, and small-scale use cases.
1313
* [Deploy a medium installation](deploy-medium-installation.md): For many production setups.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ECE supports a [wide range of OS versions](https://www.elastic.co/support/matrix
4444
* [SUSE Linux Enterprise Server (SLES) 12 SP5 and 15](configure-host-suse.md)
4545

4646
::::{important}
47-
Cloud providers default provide automatic operating system patching for their virtual machines. We strongly recommend disabling this feature to avoid potential data loss and installation failure. All patching should be done through [Perform host maintenance](../../maintenance/ece/perform-ece-hosts-maintenance.md) instructions.
47+
Cloud providers default provide automatic operating system patching for their virtual machines. We strongly recommend disabling this feature to avoid potential data loss and installation failure. All patching should be done using the [Perform host maintenance](../../maintenance/ece/perform-ece-hosts-maintenance.md) instructions.
4848
::::
4949

5050
## Install ECE [install-ece]

deploy-manage/deploy/cloud-enterprise/post-installation-steps.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ After your Elastic Cloud Enterprise installation is up, some additional steps mi
2020
If you intend to use [custom endpoint aliases](./enable-custom-endpoint-aliases.md) functionality, ensure you add the necessary Subject Alternative Name (SAN) entries to the proxy certificate.
2121
::::
2222

23-
* Optionally, if you want the deployment endpoint links and Single-sign on to work with your domain name, configure it as the **deployment domain name** in the PlatformSettings section of the [Cloud UI](./log-into-cloud-ui.md). The domain name is used to generate the endpoint URLs and must align with your proxy certificate and DNS record.
23+
* Optionally, if you want the deployment endpoint links and Single-sign on to work with your domain name, configure it as the **deployment domain name** in the **Platform** > **Settings** section of the [Cloud UI](./log-into-cloud-ui.md). The domain name is used to generate the endpoint URLs and must align with your proxy certificate and DNS record.
2424

2525
::::{tip}
2626
For example, if your proxy certificate is signed for `*.elastic-cloud-enterprise.example.com` and you have a wildcard DNS register pointing `*.elastic-cloud-enterprise.example.com` to your load balancer, you should configure `elastic-cloud-enterprise.example.com` as the **deployment domain name** in Platform → Settings. Refer to [](./change-endpoint-urls.md) for more details.
@@ -33,6 +33,10 @@ After your Elastic Cloud Enterprise installation is up, some additional steps mi
3333
* [Add a snapshot repository](../../tools/snapshot-and-restore/cloud-enterprise.md) to enable regular backups of your Elasticsearch clusters.
3434

3535
* Consider enabling encryption-at-rest (EAR) on your hosts.
36+
37+
:::{{tip}}
38+
Encryption-at-rest is not implemented out of the box in {{{ece}}. [Learn more](/deploy-manage/security/secure-your-elastic-cloud-enterprise-installation.md#ece_encryption).
39+
:::
3640

3741
* To start creating {{es}} deployments, refer to [](./working-with-deployments.md).
3842

0 commit comments

Comments
 (0)