From 5d22193d05085ca654648ad443e81031755afaeb Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Tue, 30 Apr 2019 16:40:26 -0400 Subject: [PATCH] [DOCS] Move block delimiter and anchor in 'Configuring Security' for Asciidoctor migration (#41604) --- x-pack/docs/en/security/configuring-es.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x-pack/docs/en/security/configuring-es.asciidoc b/x-pack/docs/en/security/configuring-es.asciidoc index 14b1adcc39dfe..bf825481f35de 100644 --- a/x-pack/docs/en/security/configuring-es.asciidoc +++ b/x-pack/docs/en/security/configuring-es.asciidoc @@ -78,12 +78,13 @@ user API. ** <>. . Set up roles and users to control access to {es}. ++ +-- For example, to grant _John Doe_ full access to all indices that match the pattern `events*` and enable him to create visualizations and dashboards for those indices in {kib}, you could create an `events_admin` role and assign the role to a new `johndoe` user. -+ --- + [source,shell] ---------------------------------------------------------- curl -XPOST -u elastic 'localhost:9200/_xpack/security/role/events_admin' -H "Content-Type: application/json" -d '{ @@ -109,8 +110,7 @@ curl -XPOST -u elastic 'localhost:9200/_xpack/security/user/johndoe' -H "Content // NOTCONSOLE -- -[[enable-auditing]] -. Enable auditing to keep track of attempted and successful interactions with +. [[enable-auditing]]Enable auditing to keep track of attempted and successful interactions with your {es} cluster: + --