esvm: Fix roles configuration used by esvm

Original commit: elastic/x-pack-elasticsearch@7a25eff61c
This commit is contained in:
Alexander Reelsen 2014-10-23 14:36:29 -07:00
parent a52993db78
commit 2f3fe95f7e
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
admin:
cluster: all
indices:
'.*': all
'*': all
power_user:
cluster: monitor
indices:
'.*': all
'*': all
user:
indices:
'.*': read
'*': read