@@ -20,9 +20,10 @@ node in the production cluster. By default, it is is disabled (`false`).
2020+
2121--
2222NOTE: You can specify this setting in either the `elasticsearch.yml` on each
23- node or across the cluster as a dynamic cluster setting. If {es}
24- {security-features} are enabled, you must have `monitor` cluster privileges to
25- view the cluster settings and `manage` cluster privileges to change them.
23+ node or across the cluster as a dynamic cluster setting. If
24+ {stack-security-features} are enabled, you must have `monitor` cluster
25+ privileges to view the cluster settings and `manage` cluster privileges to
26+ change them.
2627
2728--
2829
@@ -33,7 +34,7 @@ view the cluster settings and `manage` cluster privileges to change them.
3334--
3435By default, if you are running {kib} locally, go to `http://localhost:5601/`.
3536
36- If {es} { security-features} are enabled, log in.
37+ If {security-features} are enabled, log in.
3738--
3839
3940... Open the menu, then go to *Stack Monitoring*. If data collection is
@@ -80,13 +81,13 @@ monitoring cluster prevents production cluster outages from impacting your
8081ability to access your monitoring data. It also prevents monitoring activities
8182from impacting the performance of your production cluster.
8283
83- If {security} is enabled on the production cluster, use an HTTPS URL such
84- as `https://<your_production_cluster>:9200` in this setting.
84+ If {security-features} are enabled on the production cluster, use an HTTPS
85+ URL such as `https://<your_production_cluster>:9200` in this setting.
8586===============================
8687
8788--
8889
89- . If the Elastic {security-features} are enabled on the production cluster:
90+ . If {security-features} are enabled on the production cluster:
9091
9192.. Verify that there is a
9293valid user ID and password in the `elasticsearch.username` and
0 commit comments