Skip to content

Commit 4650f90

Browse files
authored
[DOCS] Cleans up links to security content (#47610)
1 parent 94eb2bf commit 4650f90

File tree

162 files changed

+289
-339
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+289
-339
lines changed

docs/reference/ccr/apis/auto-follow/delete-auto-follow-pattern.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ DELETE /_ccr/auto_follow/<auto_follow_pattern_name>
4343

4444
* If the {es} {security-features} are enabled, you must have `manage_ccr` cluster
4545
privileges on the cluster that contains the follower index. For more information,
46-
see {stack-ov}/security-privileges.html[Security privileges].
46+
see <<security-privileges>>.
4747

4848
[[ccr-delete-auto-follow-pattern-desc]]
4949
==== {api-description-title}
5050

5151
This API deletes a configured collection of
52-
{stack-ov}/ccr-auto-follow.html[auto-follow patterns].
52+
<<ccr-auto-follow,auto-follow patterns>>.
5353

5454
[[ccr-delete-auto-follow-pattern-path-parms]]
5555
==== {api-path-parms-title}

docs/reference/ccr/apis/auto-follow/get-auto-follow-pattern.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ GET /_ccr/auto_follow/<auto_follow_pattern_name>
5757

5858
* If the {es} {security-features} are enabled, you must have `manage_ccr` cluster
5959
privileges on the cluster that contains the follower index. For more information,
60-
see {stack-ov}/security-privileges.html[Security privileges].
60+
see <<security-privileges>>.
6161

6262
[[ccr-get-auto-follow-pattern-desc]]
6363
==== {api-description-title}
6464

65-
This API gets configured {stack-ov}/ccr-auto-follow.html[auto-follow patterns].
65+
This API gets configured <<ccr-auto-follow,auto-follow patterns>>.
6666
This API will return the specified auto-follow pattern collection.
6767

6868
[[ccr-get-auto-follow-pattern-path-parms]]

docs/reference/ccr/apis/auto-follow/put-auto-follow-pattern.asciidoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,13 @@ DELETE /_ccr/auto_follow/auto_follow_pattern_name
4747
* If the {es} {security-features} are enabled, you must have `read` and `monitor`
4848
index privileges for the leader index patterns. You must also have `manage_ccr`
4949
cluster privileges on the cluster that contains the follower index. For more
50-
information, see
51-
{stack-ov}/security-privileges.html[Security privileges].
50+
information, see <<security-privileges>>.
5251

5352
[[ccr-put-auto-follow-pattern-desc]]
5453
==== {api-description-title}
5554

5655
This API creates a new named collection of
57-
{stack-ov}/ccr-auto-follow.html[auto-follow patterns] against the remote cluster
56+
<<ccr-auto-follow,auto-follow patterns>> against the remote cluster
5857
specified in the request body. Newly created indices on the remote cluster
5958
matching any of the specified patterns will be automatically configured as follower
6059
indices.

docs/reference/ccr/apis/follow/get-follow-info.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ GET /<index>/_ccr/info
4545
==== {api-prereq-title}
4646

4747
* If the {es} {security-features} are enabled, you must have `monitor` cluster
48-
privileges. For more information, see
49-
{stack-ov}/security-privileges.html[Security privileges].
48+
privileges. For more information, see <<security-privileges>>.
5049

5150
[[ccr-get-follow-info-desc]]
5251
==== {api-description-title}

docs/reference/ccr/apis/follow/get-follow-stats.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ GET /<index>/_ccr/stats
4646

4747
* If the {es} {security-features} are enabled, you must have `monitor` cluster
4848
privileges on the cluster that contains the follower index. For more information,
49-
see {stack-ov}/security-privileges.html[Security privileges].
49+
see <<security-privileges>>.
5050

5151
[[ccr-get-follow-stats-desc]]
5252
==== {api-description-title}

docs/reference/ccr/apis/follow/post-forget-follower.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ POST /<leader_index>/_ccr/forget_follower
7373

7474
* If the {es} {security-features} are enabled, you must have `manage_leader_index`
7575
index privileges for the leader index. For more information, see
76-
{stack-ov}/security-privileges.html[Security privileges].
76+
<<security-privileges>>.
7777

7878
[[ccr-post-forget-follower-desc]]
7979
==== {api-description-title}

docs/reference/ccr/apis/follow/post-pause-follow.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ POST /<follower_index>/_ccr/pause_follow
3939

4040
* If the {es} {security-features} are enabled, you must have `manage_ccr` cluster
4141
privileges on the cluster that contains the follower index. For more information,
42-
see {stack-ov}/security-privileges.html[Security privileges].
42+
see <<security-privileges>>.
4343

4444
[[ccr-post-pause-follow-desc]]
4545
==== {api-description-title}

docs/reference/ccr/apis/follow/post-resume-follow.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ POST /<follower_index>/_ccr/resume_follow
5454
index privileges for the follower index. You must have `read` and `monitor`
5555
index privileges for the leader index. You must also have `manage_ccr` cluster
5656
privileges on the cluster that contains the follower index. For more information,
57-
see {stack-ov}/security-privileges.html[Security privileges].
57+
see <<security-privileges>>.
5858

5959
[[ccr-post-resume-follow-desc]]
6060
==== {api-description-title}

docs/reference/ccr/apis/follow/post-unfollow.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ POST /<follower_index>/_ccr/unfollow
4343

4444
* If the {es} {security-features} are enabled, you must have `manage_follow_index`
4545
index privileges for the follower index. For more information, see
46-
{stack-ov}/security-privileges.html[Security privileges].
46+
<<security-privileges>>.
4747

4848
[[ccr-post-unfollow-desc]]
4949
==== {api-description-title}

docs/reference/ccr/apis/follow/put-follow.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ PUT /<follower_index>/_ccr/follow?wait_for_active_shards=1
4343
and `manage_follow_index` index privileges for the follower index. You must have
4444
`read` and `monitor` index privileges for the leader index. You must also have
4545
`manage_ccr` cluster privileges on the cluster that contains the follower index.
46-
For more information, see
47-
{stack-ov}/security-privileges.html[Security privileges].
46+
For more information, see <<security-privileges>>.
4847

4948
[[ccr-put-follow-desc]]
5049
==== {api-description-title}

docs/reference/ccr/apis/get-ccr-stats.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ GET /_ccr/stats
4545

4646
* If the {es} {security-features} are enabled, you must have `monitor` cluster
4747
privileges on the cluster that contains the follower index. For more information,
48-
see {stack-ov}/security-privileges.html[Security privileges].
48+
see <<security-privileges>>.
4949

5050
[[ccr-get-stats-desc]]
5151
==== {api-description-title}

docs/reference/ccr/getting-started.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ to control which users have authority to manage {ccr}.
3434
By default, you can perform all of the steps in this tutorial by
3535
using the built-in `elastic` user. However, a password must be set for this user
3636
before the user can do anything. For information about how to set that password,
37-
see {stack-ov}/security-getting-started.html[Tutorial: Getting started with security].
37+
see <<security-getting-started>>.
3838

3939
If you are performing these steps in a production environment, take extra care
4040
because the `elastic` user has the `superuser` role and you could inadvertently

docs/reference/commands/certutil.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Alternatively, you can specify the `--ca-pass`, `--out`, and `--pass` parameters
224224
By default, this command generates a file called `elastic-certificates.p12`,
225225
which you can copy to the relevant configuration directory for each Elastic
226226
product that you want to configure. For more information, see
227-
{xpack-ref}/ssl-tls.html[Setting Up TLS on a Cluster].
227+
<<ssl-tls>>.
228228

229229
[float]
230230
[[certutil-silent]]

docs/reference/commands/setup-passwords.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
== elasticsearch-setup-passwords
55

66
The `elasticsearch-setup-passwords` command sets the passwords for the
7-
{stack-ov}/built-in-users.html[built-in users].
7+
<<built-in-users,built-in users>>.
88

99
[float]
1010
=== Synopsis
@@ -21,7 +21,7 @@ bin/elasticsearch-setup-passwords auto|interactive
2121

2222
This command is intended for use only during the initial configuration of the
2323
{es} {security-features}. It uses the
24-
{stack-ov}/built-in-users.html#bootstrap-elastic-passwords[`elastic` bootstrap password]
24+
<<bootstrap-elastic-passwords,`elastic` bootstrap password>>
2525
to run user management API requests. After you set a password for the `elastic`
2626
user, the bootstrap password is no longer active and you cannot use this command.
2727
Instead, you can change passwords by using the *Management > Users* UI in {kib}
@@ -36,7 +36,7 @@ location, ensure that the *ES_PATH_CONF* environment variable returns the
3636
correct path before you run the `elasticsearch-setup-passwords` command. You can
3737
override settings in your `elasticsearch.yml` file by using the `-E` command
3838
option. For more information about debugging connection failures, see
39-
{stack-ov}/trb-security-setup.html[`elasticsearch-setup-passwords` command fails due to connection failure].
39+
<<trb-security-setup>>.
4040

4141
[float]
4242
=== Parameters

docs/reference/commands/users-command.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Leading or trailing whitespace is not allowed.
3333

3434
Passwords must be at least 6 characters long.
3535

36-
For more information, see {xpack-ref}/file-realm.html[File-based User Authentication].
36+
For more information, see <<file-realm>>.
3737

3838
TIP: To ensure that {es} can read the user and role information at startup, run
3939
`elasticsearch-users useradd` as the same user you use to run {es}. Running the

docs/reference/glossary.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ current master node fails.
3131

3232
The {ccr} feature enables you to replicate indices in remote clusters to your
3333
local cluster. For more information, see
34-
{stack-ov}/xpack-ccr.html[{ccr-cap}].
34+
{ref}/xpack-ccr.html[{ccr-cap}].
3535

3636
[[glossary-ccs]] {ccs} (CCS)::
3737

docs/reference/high-availability/backup-and-restore-security-config.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ prevent non-administrators exfiltrating data.
9696
+
9797
--
9898
The following example creates a new user `snapshot_user` in the
99-
{stack-ov}/native-realm.html[native realm], but it is not important which
99+
<<native-realm,native realm>>, but it is not important which
100100
realm the user is a member of:
101101

102102
[source,js]
@@ -207,7 +207,7 @@ Then log into one of the node hosts, navigate to {es} installation directory,
207207
and follow these steps:
208208

209209
. Add a new user with the `superuser` built-in role to the
210-
{stack-ov}/file-realm.html[file realm].
210+
<<file-realm,file realm>>.
211211
+
212212
--
213213
For example, create a user named `restore_user`:

docs/reference/high-availability/backup-cluster-data.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ It does *not* grant privileges to create repositories, restore snapshots, or
2222
search within indices. Hence, the user can view and snapshot all indices, but cannot
2323
access or modify any data.
2424
25-
For more information, see {stack-ov}/security-privileges.html[Security privileges]
26-
and {stack-ov}/built-in-roles.html[Built-in roles].
25+
For more information, see <<security-privileges>>
26+
and <<built-in-roles>>.
2727
====

docs/reference/ilm/apis/delete-lifecycle.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=timeoutparms]
3030
==== Authorization
3131

3232
You must have the `manage_ilm` cluster privilege to use this API.
33-
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
33+
For more information, see <<security-privileges>>.
3434

3535
==== Examples
3636

docs/reference/ilm/apis/explain.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=timeoutparms]
3232

3333
You must have the `view_index_metadata` or `manage_ilm` or both privileges on the indices
3434
being managed to use this API.
35-
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
35+
For more information, see <<security-privileges>>.
3636

3737
==== Examples
3838

docs/reference/ilm/apis/get-lifecycle.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=timeoutparms]
3030
==== Authorization
3131

3232
You must have the `manage_ilm` or `read_ilm` or both cluster privileges to use this API.
33-
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
33+
For more information, see <<security-privileges>>.
3434

3535
==== Examples
3636

docs/reference/ilm/apis/get-status.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=timeoutparms]
2828
==== Authorization
2929

3030
You must have the `manage_ilm` or `read_ilm` or both cluster privileges to use this API.
31-
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
31+
For more information, see <<security-privileges>>.
3232

3333
==== Examples
3434

docs/reference/ilm/apis/move-to-step.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=timeoutparms]
3939
==== Authorization
4040

4141
You must have the `manage_ilm` privileges on the indices being managed to use this API.
42-
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
42+
For more information, see <<security-privileges>>.
4343

4444
==== Examples
4545

docs/reference/ilm/apis/put-lifecycle.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You must have the `manage_ilm` cluster privilege to use this API. You must
3636
also have the `manage` index privilege on all indices being managed by `policy`.
3737
All operations executed by {ilm} for a policy are executed as the user that
3838
put the latest version of a policy.
39-
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
39+
For more information, see <<security-privileges>>.
4040

4141
==== Examples
4242

docs/reference/ilm/apis/remove-policy-from-index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=timeoutparms]
3030
==== Authorization
3131

3232
You must have the `manage_ilm` privileges on the indices being managed to use this API.
33-
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
33+
For more information, see <<security-privileges>>.
3434

3535
==== Examples
3636

docs/reference/ilm/apis/retry-policy.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=timeoutparms]
3030
==== Authorization
3131

3232
You must have the `manage_ilm` privileges on the indices being managed to use this API.
33-
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
33+
For more information, see <<security-privileges>>.
3434

3535
==== Examples
3636

docs/reference/ilm/apis/start.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=timeoutparms]
2727
==== Authorization
2828

2929
You must have the `manage_ilm` cluster privilege to use this API.
30-
For more information, see {stack-ov}/security-privileges.html[Security privileges].
30+
For more information, see <<security-privileges>>.
3131

3232
==== Examples
3333

docs/reference/ilm/apis/stop.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=timeoutparms]
3232
==== Authorization
3333

3434
You must have the `manage_ilm` cluster privilege to use this API.
35-
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
35+
For more information, see <<security-privileges>>.
3636

3737
==== Examples
3838

docs/reference/licensing/delete-license.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ This API enables you to delete licensing information.
1717
==== Description
1818

1919
When your license expires, {xpack} operates in a degraded mode. For more
20-
information, see {xpack-ref}/license-expiration.html[License Expiration].
20+
information, see {stack-ov}/license-expiration.html[License Expiration].
2121

2222
[float]
2323
==== Authorization
2424

2525
You must have `manage` cluster privileges to use this API.
2626
For more information, see
27-
{xpack-ref}/security-privileges.html[Security Privileges].
27+
<<security-privileges>>.
2828

2929
[float]
3030
==== Examples

docs/reference/licensing/get-basic-status.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ https://www.elastic.co/subscriptions.
2525
==== Authorization
2626

2727
You must have `monitor` cluster privileges to use this API.
28-
For more information, see
29-
{xpack-ref}/security-privileges.html[Security Privileges].
28+
For more information, see <<security-privileges>>.
3029

3130
[float]
3231
==== Examples

docs/reference/licensing/get-license.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ https://www.elastic.co/subscriptions.
3535
==== Authorization
3636

3737
You must have `monitor` cluster privileges to use this API.
38-
For more information, see
39-
{xpack-ref}/security-privileges.html[Security Privileges].
38+
For more information, see <<security-privileges>>.
4039

4140

4241
[float]

docs/reference/licensing/get-trial-status.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ https://www.elastic.co/subscriptions.
3232

3333
You must have `monitor` cluster privileges to use this API.
3434
For more information, see
35-
{xpack-ref}/security-privileges.html[Security Privileges].
35+
<<security-privileges>>.
3636

3737
[float]
3838
==== Examples

docs/reference/licensing/start-basic.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ https://www.elastic.co/subscriptions.
3232

3333
You must have `manage` cluster privileges to use this API.
3434
For more information, see
35-
{xpack-ref}/security-privileges.html[Security Privileges].
35+
<<security-privileges>>.
3636

3737
[float]
3838
==== Examples

docs/reference/licensing/start-trial.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ https://www.elastic.co/subscriptions.
3535

3636
You must have `manage` cluster privileges to use this API.
3737
For more information, see
38-
{xpack-ref}/security-privileges.html[Security Privileges].
38+
<<security-privileges>>.
3939

4040
[float]
4141
==== Examples

docs/reference/licensing/update-license.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ curl -XPUT -u elastic 'http://<host>:<port>/_license?acknowledge=true' -H "Conte
162162
// NOTCONSOLE
163163

164164
For more information about the features that are disabled when you downgrade
165-
your license, see {xpack-ref}/license-expiration.html[License Expiration].
165+
your license, see {stack-ov}/license-expiration.html[License Expiration].

docs/reference/ml/anomaly-detection/apis/close-job.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ operations, but you can still explore and navigate results.
2626

2727
* If the {es} {security-features} are enabled, you must have `manage_ml` or
2828
`manage` cluster privileges to use this API. See
29-
{stack-ov}/security-privileges.html[Security privileges].
29+
<<security-privileges>>.
3030

3131
[[ml-close-job-desc]]
3232
==== {api-description-title}

docs/reference/ml/anomaly-detection/apis/datafeedresource.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A {dfeed} resource has the following properties:
99
(object) If set, the {dfeed} performs aggregation searches.
1010
Support for aggregations is limited and should only be used with
1111
low cardinality data. For more information, see
12-
{xpack-ref}/ml-configuring-aggregation.html[Aggregating Data for Faster Performance].
12+
{stack-ov}/ml-configuring-aggregation.html[Aggregating Data for Faster Performance].
1313

1414
`chunking_config`::
1515
(object) Specifies how data searches are split into time chunks.
@@ -53,7 +53,7 @@ A {dfeed} resource has the following properties:
5353
The <<ml-detectorconfig,detector configuration objects>> in a job can contain
5454
functions that use these script fields.
5555
For more information, see
56-
{xpack-ref}/ml-configuring-transform.html[Transforming Data With Script Fields].
56+
{stack-ov}/ml-configuring-transform.html[Transforming Data With Script Fields].
5757

5858
`scroll_size`::
5959
(unsigned integer) The `size` parameter that is used in {es} searches.

0 commit comments

Comments
 (0)