[DOCS] Updates links to user management APIs (#22161)

This commit is contained in:
Lisa Cawley 2018-08-24 08:34:10 -07:00 committed by lcawl
parent 711671c0b0
commit 7a3ddd3669
7 changed files with 9 additions and 8 deletions

View file

@ -85,8 +85,9 @@ You can manage privileges on the *Management / Security / Roles* page in {kib}.
If you're using the native realm with Basic Authentication, you can assign roles
using the *Management / Security / Users* page in {kib} or the
{ref}/security-api.html#security-user-apis[user management APIs]. For example, the following
creates a user named `jacknich` and assigns it the `kibana_user` role:
{ref}/security-api.html#security-user-apis[user management APIs]. For example,
the following creates a user named `jacknich` and assigns it the `kibana_user`
role:
[source,js]
--------------------------------------------------------------------------------

View file

@ -13,6 +13,6 @@
"patterns": [
"_xpack/security/user/{username}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-users.html#security-api-delete-user"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-delete-user.html"
}
}

View file

@ -14,6 +14,6 @@
"patterns": [
"_xpack/security/user/{username}/_disable"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-users.html#security-api-disable-user"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-disable-user.html"
}
}

View file

@ -14,6 +14,6 @@
"patterns": [
"_xpack/security/user/{username}/_enable"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-users.html#security-api-enable-user"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-enable-user.html"
}
}

View file

@ -7,6 +7,6 @@
"_xpack/security/user/{username}",
"_xpack/security/user"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-users.html#security-api-get-user"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-user.html"
}
}

View file

@ -14,6 +14,6 @@
"patterns": [
"_xpack/security/user/{username}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-users.html#security-api-put-user"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-user.html"
}
}

View file

@ -6,6 +6,6 @@
"fullname": "",
"roles": []
},
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-users.html#security-api-put-user"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-user.html"
}
}