Skip to content

Commit

Permalink
Small tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Wurm committed Oct 3, 2019
1 parent d173147 commit 1f5ef1e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions libbeat/docs/security/users.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,11 @@ endif::no_ilm[]

To grant the required privileges:

. Create a *writer role*, called something like +{beat_default_index_prefix}_writer+, that has
the following privileges:
. Create a *writer role*, called something like +{beat_default_index_prefix}_writer+,
that has the following privileges:

NOTE: Only the `monitor` cluster privilege and the `create` index privilege on
+{beat_default_index_prefix}-*+ indices are needed in every configuration.
+{beat_default_index_prefix}-*+ indices are required in every configuration.

+
[options="header"]
Expand All @@ -227,19 +227,19 @@ endif::[]

ifndef::no_ilm[]
|`read_ilm`
|(Optional) Read the ILM policy when connecting to clusters that support ILM. Not needed when
`setup.ilm.check_exists` is `false`.
|(Optional) Read the ILM policy when connecting to clusters that support ILM.
Not needed when `setup.ilm.check_exists` is `false`.
endif::no_ilm[]

ifndef::no_ilm[]
|`view_index_metadata` on +{beat_default_index_prefix}-*+ indices
|(Optional) Check for alias when connecting to clusters that support ILM. Not needed when
`setup.ilm.check_exists` is `false`.
|(Optional) Check for alias when connecting to clusters that support ILM.
Not needed when `setup.ilm.check_exists` is `false`.
endif::no_ilm[]

|`create_index` on +{beat_default_index_prefix}-*+ indices
|(Optional) Create daily indices when connecting to clusters that do not support ILM. Not needed when
using ILM.
|(Optional) Create daily indices when connecting to clusters that do not support ILM.
Not needed when using ILM.
|====
ifndef::apm-server[]
+
Expand Down

0 comments on commit 1f5ef1e

Please sign in to comment.