Skip to content

Commit 4d478b8

Browse files
committed
fixes
1 parent 181a641 commit 4d478b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This topic describes how to configure a self-managed {{es}} cluster. Other deplo
1717

1818
To learn how to configure `elasticsearch.yml` for other deployment types, refer to [](/deploy-manage/stack-settings.md).
1919

20-
JVM and log4j configuration is not available in all deployment types. To learn how to configure limited JVM options in {{eck}}, refer to [](deploy-manage/deploy/cloud-on-k8s/manage-compute-resources.md).
20+
JVM and log4j configuration is not available in all deployment types. To learn how to configure limited JVM options in {{eck}}, refer to [](/deploy-manage/deploy/cloud-on-k8s/manage-compute-resources.md).
2121
:::
2222

2323
## Available settings

deploy-manage/stack-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The available {{stack}} settings differ depending on your deployment type.
3434

3535
### {{kib}} settings
3636

37-
{{es}} settings can be found in the [{{kib}} configuration reference](kibana:///reference/configuration-reference/index.md).
37+
{{es}} settings can be found in the [{{kib}} configuration reference](kibana://reference/configuration-reference.md).
3838

3939
| Deployment type | Applicable settings |
4040
| --- | --- |
@@ -55,7 +55,7 @@ For APM and Enterprise Search, refer to the product's documentation:
5555
The way that you configure your {{stack}} settings is determined by your deployment type.
5656

5757
:::{warning}
58-
* You can also update [dynamic {{es}} cluster settings](#dynamic-cluster-settings) using {{es}}'s [update cluster settings API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-put-settings). However, {{ech}} and {{ece}} don’t reject unsafe setting changes made using this API, and should be used with caution in these contexts.
58+
* You can also update [dynamic {{es}} cluster settings](#dynamic-cluster-setting) using {{es}}'s [update cluster settings API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-put-settings). However, {{ech}} and {{ece}} don’t reject unsafe setting changes made using this API, and should be used with caution in these contexts.
5959
* If a feature requires both standard `elasticsearch.yml` settings and [secure settings](/deploy-manage/security/secure-settings.md), configure the secure settings first. Updating standard user settings can trigger a cluster rolling restart in self managed clusters and ECH and ECE deployments. If the required secure settings are not yet in place, the nodes might fail to start. Adding secure settings does not trigger a restart.
6060
:::
6161

solutions/security/detect-and-alert/detections-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ These steps are only required for **self-managed** deployments:
2626
2727
* HTTPS must be configured for communication between [{{es}} and {{kib}}](/deploy-manage/security/set-up-basic-security-plus-https.md#encrypt-kibana-http).
2828
* In the `elasticsearch.yml` configuration file, set the `xpack.security.enabled` setting to `true`. For more information, refer to [Configuring {{es}}](/deploy-manage/deploy/self-managed/configure-elasticsearch.md) and [Security settings in {{es}}](elasticsearch://reference/elasticsearch/configuration-reference/security-settings.md).
29-
* In the `kibana.yml` [configuration file](kibana://reference/configuration-reference/index.md), add the `xpack.encryptedSavedObjects.encryptionKey` setting with any alphanumeric value of at least 32 characters. For example:
29+
* In [`kibana.yml`](/deploy-manage/stack-settings.md), add the `xpack.encryptedSavedObjects.encryptionKey` setting with any alphanumeric value of at least 32 characters. For example:
3030

3131
`xpack.encryptedSavedObjects.encryptionKey: 'fhjskloppd678ehkdfdlliverpoolfcr'`
3232

0 commit comments

Comments
 (0)