Skip to content

Commit 70eb3db

Browse files
authored
Replaces links to the deduplicated/reconciled privileges page (#133810)
The [Elasticsearch privileges page in the Deploy and manage section](https://www.elastic.co/docs/deploy-manage/users-roles/cluster-or-deployment-auth/elasticsearch-privileges) is being replaced with its [counterpart in the Reference section](https://www.elastic.co/docs/reference/elasticsearch/security-privileges). This PR replaces all links from within the narrative docs to the correct (deduplicated and reconciled) page. Relates to #2218(elastic/docs-content#2218)
1 parent c4e82ec commit 70eb3db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/reference/elasticsearch/elasticsearch-audit-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Certain audit events require the `security_config_change` event type to log the
3131
$$$event-access-denied$$$
3232

3333
`access_denied`
34-
: Logged when an authenticated user attempts to execute an action they do not have the necessary [privilege](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/elasticsearch-privileges.md) to perform.
34+
: Logged when an authenticated user attempts to execute an action they do not have the necessary [privilege](/reference/elasticsearch/security-privileges.md) to perform.
3535

3636
::::{dropdown} Example
3737
```js
@@ -510,7 +510,7 @@ $$$event-realm-auth-failed$$$
510510
$$$event-runas-denied$$$
511511

512512
`run_as_denied`
513-
: Logged when an authenticated user attempts to [run as](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/submitting-requests-on-behalf-of-other-users.md) another user that they do not have the necessary [privileges](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/elasticsearch-privileges.md) to do so.
513+
: Logged when an authenticated user attempts to [run as](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/submitting-requests-on-behalf-of-other-users.md) another user that they do not have the necessary [privileges](/reference/elasticsearch/security-privileges.md) to do so.
514514

515515
::::{dropdown} Example
516516
```js

docs/reference/elasticsearch/rest-apis/create-index-from-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For the most up-to-date API details, refer to [Index APIs](https://www.elastic.c
2626

2727
## {{api-prereq-title}} [indices-create-index-from-source-api-prereqs]
2828

29-
* If the {{es}} {{security-features}} are enabled, you must have the `manage` [index privilege](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/elasticsearch-privileges.md#privileges-list-indices) for the index.
29+
* If the {{es}} {{security-features}} are enabled, you must have the `manage` [index privilege](/reference/elasticsearch/security-privileges.md#privileges-list-indices) for the index.
3030

3131

3232
## {{api-description-title}} [indices-create-index-from-source-api-desc]

docs/reference/elasticsearch/rest-apis/reindex-data-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This api runs in the background because reindexing all indices in a large data s
3333

3434
## {{api-prereq-title}} [data-stream-reindex-api-prereqs]
3535

36-
* If the {{es}} {{security-features}} are enabled, you must have the `manage` [index privilege](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/elasticsearch-privileges.md#privileges-list-indices) for the data stream.
36+
* If the {{es}} {{security-features}} are enabled, you must have the `manage` [index privilege](/reference/elasticsearch/security-privileges.md#privileges-list-indices) for the data stream.
3737

3838

3939
## {{api-request-body-title}} [data-stream-reindex-body]

0 commit comments

Comments
 (0)