[Docs] Correct typo in configuring-es.asciidoc (#34064)

This commit is contained in:
Shivaank121 2018-09-26 20:03:58 +05:30 committed by Christoph Büscher
parent 25d74bd0cb
commit ff2bbdf765
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ 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
for those indices in {kib}, you could create an `events_admin` role
and assign the role to a new `johndoe` user.
+
--