Skip to content

Commit 302d911

Browse files
authored
Merge branch 'main' into index-template-doc-priority
2 parents 4cea351 + 9c5f8b8 commit 302d911

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

deploy-manage/deploy/self-managed/_snippets/etc-elasticsearch.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ The `setgid` flag applies group permissions on the `/etc/elasticsearch` director
44

55
{{es}} loads its configuration from the `/etc/elasticsearch/elasticsearch.yml` file by default. The format of this config file is explained in [](/deploy-manage/deploy/self-managed/configure-elasticsearch.md).
66

7-
The {{distro}} package also has a system configuration file (`/etc/sysconfig/elasticsearch`), which allows you to set the following parameters:
7+
The {{distro}} package also has a system configuration file at the following path:
8+
9+
```txt subs=true
10+
{{pkg-conf}}
11+
```
12+
13+
In this file, you can set the following parameters:
814

915
| Parameter | Description |
1016
| --- | --- |
@@ -14,5 +20,5 @@ The {{distro}} package also has a system configuration file (`/etc/sysconfig/ela
1420
| `RESTART_ON_UPGRADE` | Configure restart on package upgrade, defaults to `false`. This means you will have to restart your {{es}} instance after installing a package manually. The reason for this is to ensure, that upgrades in a cluster do not result in a continuous shard reallocation resulting in high network traffic and reducing the response times of your cluster. |
1521

1622
::::{note}
17-
Distributions that use `systemd` require that system resource limits be configured via `systemd` rather than via the `/etc/sysconfig/elasticsearch` file. See [Systemd configuration](/deploy-manage/deploy/self-managed/setting-system-settings.md#systemd) for more information.
23+
Distributions that use `systemd` require that system resource limits be configured via `systemd` rather than via the {{pkg-conf}} file. See [Systemd configuration](/deploy-manage/deploy/self-managed/setting-system-settings.md#systemd) for more information.
1824
::::

deploy-manage/deploy/self-managed/install-elasticsearch-with-debian-package.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ sub:
1313
distro: Debian
1414
export: "export "
1515
escape: \
16+
pkg-conf: /etc/default/elasticsearch
1617
---
1718

1819
# Install {{es}} with a Debian package [deb]

deploy-manage/deploy/self-managed/install-elasticsearch-with-rpm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ sub:
1212
slash: /
1313
distro: RPM
1414
export: export
15+
pkg-conf: /etc/sysconfig/elasticsearch
1516
---
1617

1718
# Install {{es}} with RPM [rpm]

deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Before starting the upgrade process, verify that your setup meets the following
9494
:::
9595

9696
- Ensure that your system deployments are at their [expected versions](/deploy-manage/deploy/cloud-enterprise/default-system-deployment-versions.md). Since ECE 3.6.1, the upgrade process automatically upgrades system deployments to the required version. If the {{ece}} platform was upgraded successfully and yet one or more system deployments were not upgraded to [their expected version](/deploy-manage/deploy/cloud-enterprise/default-system-deployment-versions.md) during the very last phase of the {{ece}} upgrade, you can re-run the `elastic-cloud-enterprise.sh upgrade --cloud-enterprise-version <your target version>` command to retry system deployment upgrade only.
97-
- Check that your deployments are running on {{stack}} version 7.0.0 or above.
97+
- Check that your deployments are running on {{stack}} version 8.0.0 or above.
9898
- Before running the upgrade command, ensure that you include the same installation flags that were used during the initial setup. Some deployment configurations, such as those using Podman or SELinux, require specific flags to be passed again during the upgrade. Failure to do so may result in compatibility errors.
9999

100100
## Certificate rotation [ece-upgrade-certificates]

0 commit comments

Comments
 (0)