Skip to content

Commit b8653f9

Browse files
committed
more errors
1 parent 3127d42 commit b8653f9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

deploy-manage/deploy/cloud-on-k8s/create-custom-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If your custom images follow the naming convention adopted by the official image
5050

5151
For more information, check the following references:
5252

53-
* [Elasticsearch documentation on Using custom Docker images](/deploy-manage/deploy/self-managed/install-elasticsearch-with-docker.md#_c_customized_image)
53+
* [Elasticsearch documentation on Using custom Docker images](/deploy-manage/deploy/self-managed/install-elasticsearch-docker-configure.md#_c_customized_image)
5454
* [Google Container Registry](https://cloud.google.com/container-registry/docs/how-to)
5555
* [Azure Container Registry](https://docs.microsoft.com/en-us/azure/container-registry/)
5656
* [Amazon Elastic Container Registry](https://docs.aws.amazon.com/AmazonECR/latest/userguide/what-is-ecr.md)

deploy-manage/deploy/self-managed/important-settings-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ If your master-eligible nodes do not have fixed names or addresses, use an [alte
134134

135135
### `cluster.initial_master_nodes` [initial_master_nodes]
136136

137-
When you start an {{es}} cluster for the first time, a [cluster bootstrapping](../../distributed-architecture/discovery-cluster-formation/modules-discovery-bootstrap-cluster.md) step determines the set of master-eligible nodes whose votes are counted in the first election. In [development mode](/deploy-manage/deploy/self-managed/bootstrap-checks.md#bootstrap-checks.md#dev-vs-prod-mode), with no discovery settings configured, this step is performed automatically by the nodes themselves.
137+
When you start an {{es}} cluster for the first time, a [cluster bootstrapping](../../distributed-architecture/discovery-cluster-formation/modules-discovery-bootstrap-cluster.md) step determines the set of master-eligible nodes whose votes are counted in the first election. In [development mode](/deploy-manage/deploy/self-managed/bootstrap-checks.md#dev-vs-prod-mode), with no discovery settings configured, this step is performed automatically by the nodes themselves.
138138

139139
Because auto-bootstrapping is [inherently unsafe](../../distributed-architecture/discovery-cluster-formation/modules-discovery-quorums.md), when starting a new cluster in production mode, you must explicitly list the master-eligible nodes whose votes should be counted in the very first election. You set this list using the `cluster.initial_master_nodes` setting on every master-eligible node. Do not configure this setting on master-ineligible nodes.
140140

deploy-manage/deploy/self-managed/install-elasticsearch-docker-basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Use Docker commands to start a single-node {{es}} cluster for development or tes
6666
```
6767

6868
::::{tip}
69-
Use the `-m` flag to set a memory limit for the container. This removes the need to [manually set the JVM size](#docker-set-heap-size).
69+
Use the `-m` flag to set a memory limit for the container. This removes the need to [manually set the JVM size](/deploy-manage/deploy/self-managed/install-elasticsearch-docker-prod.md#docker-set-heap-size).
7070
::::
7171

7272

deploy-manage/maintenance/start-stop-services/start-stop-elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ To avoid this, upgrade your `systemd` to at least version 238. You can also temp
122122

123123
### Docker images [start-docker]
124124

125-
If you installed a Docker image, you can start {{es}} from the command line. There are different methods depending on whether you’re using development mode or production mode. See [Run {{es}} in Docker](../../../deploy-manage/deploy/self-managed/install-elasticsearch-with-docker.md#docker-cli-run-dev-mode).
125+
If you installed a Docker image, you can start {{es}} from the command line. There are different methods depending on whether you’re using development mode or production mode. See [](../../../deploy-manage/deploy/self-managed/install-elasticsearch-with-docker.md).
126126

127127
### RPM packages [start-rpm]
128128

raw-migrated-files/elasticsearch/elasticsearch-reference/security-basic-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ navigation_title: "Set up basic security"
88
When you start {{es}} for the first time, passwords are generated for the `elastic` user and TLS is automatically configured for you. If you configure security manually *before* starting your {{es}} nodes, the auto-configuration process will respect your security configuration. You can adjust your TLS configuration at any time, such as [updating node certificates](../../../deploy-manage/security/updating-certificates.md).
99

1010
::::{important}
11-
If your cluster has multiple nodes, then you must configure TLS between nodes. [Production mode](bootstrap-checks.md#dev-vs-prod-mode) clusters will not start if you do not enable TLS.
11+
If your cluster has multiple nodes, then you must configure TLS between nodes. [Production mode](/deploy-manage/deploy/self-managed/bootstrap-checks.md#dev-vs-prod-mode) clusters will not start if you do not enable TLS.
1212
::::
1313

1414

0 commit comments

Comments
 (0)