File tree Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,16 @@ See {stack-gs}/get-started-elastic-stack.html#logstash-setup[Configure Logstash
1919=== Securing the {stack}
2020
2121See <<elasticsearch-security>>.
22+
23+ [role="exclude",id="security-reference"]
24+ === Reference
25+ * <<security-privileges,Security privileges>>
26+ * {ref}/security-settings.html[Security settings]
27+ * {ref}/security-files.html[Security files]
28+ * {ref}/security-api.html[Security API]
29+ * {ref}/xpack-commands.html[Security commands]
30+
31+ [role="exclude",id="security-files"]
32+ === Security files
33+
34+ See {ref}/security-files.html[Security files].
Original file line number Diff line number Diff line change @@ -83,11 +83,6 @@ issues.
8383 shows you how to interact with an Elasticsearch cluster protected by
8484 {security}.
8585
86- * <<security-reference, Reference>>
87- provides detailed information about the access privileges you can grant to
88- users, the settings you can configure for Security in `elasticsearch.yml`,
89- and the files where Security configuration information is stored.
90-
9186[float]
9287=== Have Comments, Questions, or Feedback?
9388
@@ -119,5 +114,3 @@ include::{xes-repo-dir}/security/using-ip-filtering.asciidoc[]
119114:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations.asciidoc
120115include::{xes-repo-dir}/security/ccs-clients-integrations.asciidoc[]
121116
122- :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/reference.asciidoc
123- include::{xes-repo-dir}/security/reference.asciidoc[]
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ scenarios.
9595| _group to role mapping_|
9696
9797Either the `role_mapping.yml` file or the location for this file could be
98- misconfigured. See << security-files, Security Files>> for more .
98+ misconfigured. For more information, see {ref}/ security-files.html[ Security files] .
9999
100100|_role definition_|
101101
@@ -771,10 +771,9 @@ log that indicate a config file is in a deprecated location.
771771
772772*Resolution:*
773773
774- By default, in 6.2 and earlier releases, the
775- <<security-files,security configuration files>> are located in the
776- `ES_PATH_CONF/x-pack` directory, where `ES_PATH_CONF` is an environment
777- variable that defines the location of the
774+ By default, in 6.2 and earlier releases, the security configuration files are
775+ located in the `ES_PATH_CONF/x-pack` directory, where `ES_PATH_CONF` is an
776+ environment variable that defines the location of the
778777{ref}/settings.html#config-files-location[config directory].
779778
780779In 6.3 and later releases, the config directory no longer contains an `x-pack`
You can’t perform that action at this time.
0 commit comments