Skip to content

Commit 9093e31

Browse files
authored
Add links to config resources (#1340)
1 parent 532ea4c commit 9093e31

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

deploy-manage/deploy/self-managed/_snippets/config-file-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The configuration format is [YAML](https://yaml.org/). Here is an example of changing the path of the data and logs directories in {{es}}:
1+
The `elasticsearch.yml` configuration format is [YAML](https://yaml.org/). Here is an example of changing the path of the data and logs directories in {{es}}:
22

33
```yaml
44
path:

deploy-manage/deploy/self-managed/_snippets/env-var-setting-subs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Environment variables referenced with the `${...}` notation within the configuration file will be replaced with the value of the environment variable. For example:
1+
Environment variables referenced with the `${...}` notation within the `elasticsearch.yml` configuration file will be replaced with the value of the environment variable. For example:
22

33
```yaml
44
node.name: ${HOSTNAME}

deploy-manage/deploy/self-managed/configure-elasticsearch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ For a list of settings that must be configured before using your cluster in prod
3232
{{es}} has three configuration files:
3333

3434
* `elasticsearch.yml` for configuring {{es}}
35-
* `jvm.options` for configuring {{es}} JVM settings
36-
* `log4j2.properties` for configuring {{es}} logging
35+
* `jvm.options` for configuring {{es}} [JVM settings](elasticsearch://reference/elasticsearch/jvm-settings.md)
36+
* `log4j2.properties` for configuring [{{es}} logging](/deploy-manage/monitor/logging-configuration/elasticsearch-log4j-configuration-self-managed.md)
3737

3838
These files are located in the config directory, whose default location depends on whether the installation is from an archive distribution (`tar.gz` or `zip`) or a package distribution (Debian or RPM packages).
3939

@@ -92,4 +92,4 @@ Refer to the following documentation to learn how to perform key configuration t
9292
* [](/deploy-manage/manage-connectors.md): Manage connection information between Elastic and third-party systems.
9393
* [](/deploy-manage/remote-clusters.md): Enable communication between {{es}} clusters to support [cross-cluster replication](/deploy-manage/tools/cross-cluster-replication.md) and [cross-cluster search](/solutions/search/cross-cluster-search.md).
9494
* [](/deploy-manage/maintenance/add-and-remove-elasticsearch-nodes.md): Learn how to add or remove nodes to change the size and capacity of your cluster.
95-
* [](/deploy-manage/production-guidance.md): Review tips and guidance that you can use to design a production environment that matches your workloads, policies, and deployment needs.
95+
* [](/deploy-manage/production-guidance.md): Review tips and guidance that you can use to design a production environment that matches your workloads, policies, and deployment needs.

0 commit comments

Comments
 (0)