Skip to content

Commit 58cdd45

Browse files
authored
[DOCS] Moves security config file info
2 parents d843abf + 39ac9fc commit 58cdd45

18 files changed

+78
-79
lines changed

docs/en/getting-started/get-started-stack.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -861,8 +861,9 @@ Congratulations! You've successfully set up the {stack}. You learned how to
861861
stream system metrics to {es} and visualize the data in {kib}. You also learned
862862
how to use {ls} to filter events collected by {metricbeat}.
863863

864-
Next, you'll want to set up {security} and activate your trial license so
865-
you can unlock the full capabilities of the {stack}. To learn how, read:
864+
Next, you'll want to set up the {stack} {security-features} and activate your
865+
trial license so you can unlock the full capabilities of the {stack}. To learn
866+
how, read:
866867

867868
* {stack-ov}/elasticsearch-security.html[Securing the {stack}]
868869
* {stack-ov}/license-management.html[License Management]

docs/en/stack/limitations.asciidoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ For a list of known issues in the 6.0.0 alpha release, see
1313
https://www.elastic.co/blog/elastic-stack-6-0-0-alpha1-released[Elastic Stack 6.0.0-alpha1 Released].
1414
////
1515

16-
* <<security-limitations, {security}>>
16+
* <<security-limitations>>
1717

18-
* <<watcher-limitations, {watcher}>>
18+
* <<watcher-limitations>>
1919

20-
* {kibana-ref}/graph-limitations.html[{graph}]
21-
22-
* <<ml-limitations, X-Pack machine learning>>
20+
* <<ml-limitations>>
2321

2422
--
2523
:edit_url: https://github.com/elastic/stack-docs/edit/{branch}/docs/en/stack/security/limitations.asciidoc

docs/en/stack/ml/datafeeds.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ stopped multiple times throughout its lifecycle.
2424

2525
[IMPORTANT]
2626
--
27-
When {security} is enabled, a {dfeed} stores the roles of the user who created
28-
or updated the {dfeed} at that time. This means that if those roles are updated,
29-
the {dfeed} subsequently runs with the new permissions that are associated with
30-
the roles. However, if the user’s roles are adjusted after creating or updating
31-
the {dfeed}, the {dfeed} continues to run with the permissions that were
32-
associated with the original roles.
27+
When the {es} {security-features} are enabled, a {dfeed} stores the roles of the
28+
user who created or updated the {dfeed} at that time. This means that if those
29+
roles are updated, the {dfeed} subsequently runs with the new permissions that
30+
are associated with the roles. However, if the user’s roles are adjusted after
31+
creating or updating the {dfeed}, the {dfeed} continues to run with the
32+
permissions that were associated with the original roles.
3333

3434
One way to update the roles that are stored within the {dfeed} without changing
3535
any other settings is to submit an empty JSON document ({}) to the

docs/en/stack/ml/getting-started-data.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ for the fields. Mappings divide the documents in the index into logical groups
9696
and specify a field's characteristics, such as the field's searchability or
9797
whether or not it's _tokenized_, or broken up into separate words.
9898

99-
You can use scripts to create the mappings and load the data set. If {security}
100-
is enabled, use the `upload_server_metrics.sh` script. Before you run it,
101-
however, you must edit the USERNAME and PASSWORD variables with your actual user
102-
ID and password. If {security} is not enabled, use the
103-
`upload_server_metrics_noauth.sh` script instead.
99+
You can use scripts to create the mappings and load the data set. If the {es}
100+
{security-features} are enabled, use the `upload_server_metrics.sh` script.
101+
Before you run it, however, you must edit the USERNAME and PASSWORD variables
102+
with your actual user ID and password. If the {es} {security-features} are not
103+
enabled, use the `upload_server_metrics_noauth.sh` script instead.
104104

105105
The scripts run a `curl` command that makes the following create index API
106106
request:

docs/en/stack/ml/getting-started-multi.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ results.
126126
TIP: The `create_multi_metric.sh` script, which is included with the
127127
<<ml-gs-sampledata,sample data>>, creates a similar job and {dfeed} by
128128
using the {ml} APIs. Before you run it, you must edit the USERNAME and PASSWORD
129-
variables with your actual user ID and password. If {security} is not enabled,
130-
use the `create_multi_metric_noauth.sh` script instead. For API reference
131-
information, see {ref}/ml-apis.html[Machine Learning APIs].
129+
variables with your actual user ID and password. If the {es} {security-features}
130+
are not enabled, use the `create_multi_metric_noauth.sh` script instead. For API
131+
reference information, see {ref}/ml-apis.html[Machine Learning APIs].
132132

133133
[[ml-gs-job2-analyze]]
134134
=== Exploring multi-metric job results

docs/en/stack/ml/getting-started-single.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ manage jobs and {dfeeds} before we view the results.
131131
TIP: The `create_single_metric.sh` script, which is included with the
132132
<<ml-gs-sampledata,sample data>>, creates a similar job and {dfeed} by
133133
using the {ml} APIs. Before you run it, you must edit the USERNAME and PASSWORD
134-
variables with your actual user ID and password. If {security} is not enabled,
135-
use the `create_single_metric_noauth.sh` script instead. For API reference
136-
information, see {ref}/ml-apis.html[Machine Learning APIs].
134+
variables with your actual user ID and password. If the {es} {security-features}
135+
are not enabled, use the `create_single_metric_noauth.sh` script instead. For
136+
API reference information, see {ref}/ml-apis.html[Machine Learning APIs].
137137

138138
[[ml-gs-job1-manage]]
139139
=== Managing Jobs

docs/en/stack/ml/getting-started.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ example, http://127.0.0.1:5601[http://127.0.0.1:5601].
4646
include::{docdir}/get-started-trial.asciidoc[]
4747
--
4848

49-
. If {security} is enabled in your cluster, you need a user that has appropriate
50-
authority to perform the steps in this tutorial.
49+
. If the {es} {security-features} are enabled in your cluster, you need a user
50+
that has appropriate authority to perform the steps in this tutorial.
5151
+
5252
--
5353
[[ml-gs-users]]

docs/en/stack/ml/limitations.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ For more information, see {ref}/ml-datafeed-resource.html[Datafeed Resources].
162162
[float]
163163
=== Security integration
164164

165-
When {security} is enabled, a {dfeed} stores the roles of the user who created
166-
or updated the {dfeed} **at that time**. This means that if those roles are
167-
updated then the {dfeed} subsequently runs with the new permissions that are
168-
associated with the roles. However, if the user's roles are adjusted after
169-
creating or updating the {dfeed}, the {dfeed} continues to run with the
165+
When the {es} {security-features} are enabled, a {dfeed} stores the roles of the
166+
user who created or updated the {dfeed} **at that time**. This means that if those
167+
roles are updated then the {dfeed} subsequently runs with the new permissions
168+
that are associated with the roles. However, if the user's roles are adjusted
169+
after creating or updating the {dfeed}, the {dfeed} continues to run with the
170170
permissions that were associated with the original roles. For more information,
171171
see <<ml-dfeeds>>.
172172

docs/en/stack/redirects.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,16 @@ See {stack-gs}/get-started-elastic-stack.html#logstash-setup[Configure Logstash
1919
=== Securing the {stack}
2020

2121
See <<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].

docs/en/stack/security/authentication/kerberos-realm.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and on the transport network layer.
1010

1111
To authenticate users with Kerberos, you need to
1212
{ref}/configuring-kerberos-realm.html[configure a Kerberos realm] and
13-
<<mapping-roles, map users to {security} roles>>.
13+
<<mapping-roles, map users to roles>>.
1414
For more information on realm settings, see
1515
{ref}/security-settings.html#ref-kerberos-settings[Kerberos realm settings].
1616

0 commit comments

Comments
 (0)