Skip to content

Commit d3062ec

Browse files
authored
[DOCS] Merges duplicate pages for native realms (#49198)
1 parent 730faa8 commit d3062ec

File tree

11 files changed

+20
-27
lines changed

11 files changed

+20
-27
lines changed

docs/reference/redirects.asciidoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,4 +934,14 @@ See <<enable-audit-logging>>.
934934
=== Compound word token filters
935935

936936
See <<analysis-dict-decomp-tokenfilter>> and
937-
<<analysis-hyp-decomp-tokenfilter>>.
937+
<<analysis-hyp-decomp-tokenfilter>>.
938+
939+
[role="exclude",id="configuring-native-realm"]
940+
=== Configuring a native realm
941+
942+
See <<native-realm-configuration>>.
943+
944+
[role="exclude",id="native-settings"]
945+
==== Native realm settings
946+
947+
See <<ref-native-settings>>.

x-pack/docs/en/rest-api/security/change-password.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can use the <<security-api-put-user,create user API>> to update everything
2828
but a user's `username` and `password`. This API changes a user's password.
2929

3030
For more information about the native realm, see
31-
<<realms>> and <<configuring-native-realm>>.
31+
<<realms>> and <<native-realm>>.
3232

3333

3434
[[security-api-change-password-path-params]]

x-pack/docs/en/rest-api/security/clear-roles-cache.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ privilege.
2222
==== {api-description-title}
2323

2424
For more information about the native realm, see
25-
<<realms>> and <<configuring-native-realm>>.
25+
<<realms>> and <<native-realm>>.
2626

2727
[[security-api-clear-role-cache-path-params]]
2828
==== {api-path-parms-title}

x-pack/docs/en/rest-api/security/create-users.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To change a user's password, use the
3131
<<security-api-change-password, change password API>>.
3232

3333
For more information about the native realm, see
34-
<<realms>> and <<configuring-native-realm>>.
34+
<<realms>> and <<native-realm>>.
3535

3636
[[security-api-put-user-path-params]]
3737
==== {api-path-parms-title}

x-pack/docs/en/rest-api/security/delete-users.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Deletes users from the native realm.
2121
==== {api-description-title}
2222

2323
For more information about the native realm, see
24-
<<realms>> and <<configuring-native-realm>>.
24+
<<realms>> and <<native-realm>>.
2525

2626
[[security-api-delete-user-path-params]]
2727
==== {api-path-parms-title}

x-pack/docs/en/rest-api/security/disable-users.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ revoke a user's access to {es}. To re-enable a user, there is an
2727
<<security-api-enable-user,enable users API>>.
2828

2929
For more information about the native realm, see
30-
<<realms>> and <<configuring-native-realm>>.
30+
<<realms>> and <<native-realm>>.
3131

3232
[[security-api-disable-user-path-params]]
3333
==== {api-path-parms-title}

x-pack/docs/en/rest-api/security/enable-users.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ By default, when you create users, they are enabled. You can use this enable
2626
users API and the <<security-api-disable-user,disable users API>> to change that attribute.
2727

2828
For more information about the native realm, see
29-
<<realms>> and <<configuring-native-realm>>.
29+
<<realms>> and <<native-realm>>.
3030

3131
[[security-api-enable-user-path-params]]
3232
==== {api-path-parms-title}

x-pack/docs/en/rest-api/security/get-users.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Retrieves information about users in the native realm and built-in users.
2525
==== {api-description-title}
2626

2727
For more information about the native realm, see
28-
<<realms>> and <<configuring-native-realm>>.
28+
<<realms>> and <<native-realm>>.
2929

3030
[[security-api-get-user-path-params]]
3131
==== {api-path-parms-title}

x-pack/docs/en/security/authentication/configuring-native-realm.asciidoc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
[role="xpack"]
2-
[[configuring-native-realm]]
3-
=== Configuring a native realm
4-
5-
The easiest way to manage and authenticate users is with the internal `native`
6-
realm.
7-
81
The native realm is available by default when no other realms are
92
configured. If other realm settings have been configured in `elasticsearch.yml`,
103
you must add the native realm to the realm chain.
@@ -45,6 +38,3 @@ hash algorithm. To use different hash algorithms, see <<hashing-settings>>.
4538

4639
. Restart {es}.
4740

48-
. Manage your users in {kib} on the *Management / Security / Users* page.
49-
Alternatively, use the <<security-api-users,User Management APIs>>.
50-

x-pack/docs/en/security/authentication/native-realm.asciidoc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,9 @@ realm. You can use the REST APIs or Kibana to add and remove users, assign user
77
roles, and manage user passwords.
88

99
[[native-realm-configuration]]
10-
[float]
1110
==== Configuring a native realm
1211

13-
See <<configuring-native-realm>>.
14-
15-
[[native-settings]]
16-
==== Native realm settings
17-
18-
See <<ref-native-settings>>.
12+
include::configuring-native-realm.asciidoc[]
1913

2014
[[managing-native-users]]
2115
==== Managing native users

0 commit comments

Comments
 (0)