Skip to content

Commit

Permalink
[DOCS] Fixes security links (#49563)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Nov 25, 2019
1 parent 3cfaeac commit 22f3bb4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/plugins/discovery-ec2.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ connections are unreliable or slow, it is not optimised for this case and its
performance may suffer. If you wish to geographically distribute your data, you
should provision multiple clusters and use features such as
{ref}/modules-cross-cluster-search.html[cross-cluster search] and
{stack-ov}/xpack-ccr.html[cross-cluster replication].
{ref}/xpack-ccr.html[cross-cluster replication].

===== Other recommendations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ DELETE /_enrich/policy/my-policy
If you use {es} {security-features}, you must have:

* `read` index privileges for any indices used
* The `enrich_user` {stack-ov}/built-in-roles.html[built-in role]
* The `enrich_user` <<built-in-roles,built-in role>>
// end::enrich-policy-api-prereqs[]


Expand Down
6 changes: 3 additions & 3 deletions docs/reference/monitoring/esms.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ output.elasticsearch:
<1> Replace `MONITORING_ELASTICSEARCH_URL` with the appropriate URL for
{esms-init}, which was provided by the Elastic support team.
<2> The Elastic support team creates this user in {esms-init} and grants it the
{stack-ov}/built-in-roles.html[`remote_monitoring_agent` built-in role].
<<built-in-roles,`remote_monitoring_agent` built-in role>>.
<3> Replace `MONITORING_AGENT_PASSWORD` with the value provided to you by the
Elastic support team.
// end::metricbeat-config[]
Expand Down Expand Up @@ -180,9 +180,9 @@ If the Elastic {security-features} are enabled, you must also provide a user
ID and password so that {metricbeat} can collect metrics successfully:

.. Create a user on the production cluster that has the
`remote_monitoring_collector` {stack-ov}/built-in-roles.html[built-in role].
`remote_monitoring_collector` <<built-in-roles,built-in role>>.
Alternatively, use the `remote_monitoring_user`
{stack-ov}/built-in-users.html[built-in user].
<<built-in-users,built-in user>>.

.. Add the `username` and `password` settings to the {kib} module configuration
file.
Expand Down

0 comments on commit 22f3bb4

Please sign in to comment.