Added missing privileges for the marvel_user role
Original commit: elastic/x-pack-elasticsearch@f3d629a878
This commit is contained in:
parent
ae552efc3c
commit
68f85b5527
|
@ -57,6 +57,8 @@ marvel_user:
|
||||||
indices:
|
indices:
|
||||||
'.marvel-es-*':
|
'.marvel-es-*':
|
||||||
privileges: read
|
privileges: read
|
||||||
|
'.kibana':
|
||||||
|
privileges: indices:admin/exists, indices:admin/mappings/fields/get, indices:admin/validate/query, indices:data/read/get, indices:data/read/mget, indices:data/read/search
|
||||||
|
|
||||||
# Marvel remote agent role. Assign to the agent user on the remote marvel cluster
|
# Marvel remote agent role. Assign to the agent user on the remote marvel cluster
|
||||||
# to which the marvel agent will export all its data
|
# to which the marvel agent will export all its data
|
||||||
|
|
Loading…
Reference in New Issue