Skip to content

Commit

Permalink
Docs: Fix monitoring privileges (#14307)
Browse files Browse the repository at this point in the history
Adds `create_index` and `create_doc` on `.monitoring-beats-*` as required privileges to the monitoring role.
  • Loading branch information
Christoph Wurm authored Nov 1, 2019
1 parent d592096 commit 53954d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libbeat/docs/security/users.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@ If you don't use the +{beat_monitoring_user}+ user:
|Cluster
|`monitor`
|Retrieve cluster details (e.g. version)

|Index
|`create_index` on `.monitoring-beats-*` indices
|Create monitoring indices in {es}

|Index
|`create_doc` on `.monitoring-beats-*` indices
|Write monitoring events into {es}
|====

. Assign the *monitoring role*, along with the following built-in roles, to
Expand Down

0 comments on commit 53954d8

Please sign in to comment.