2017-03-14 16:13:41 +00:00
|
|
|
minimal:
|
|
|
|
cluster:
|
2017-09-05 10:49:41 +01:00
|
|
|
# This is always required because the REST client uses it to find the version of
|
|
|
|
# Elasticsearch it's talking to
|
2017-03-14 16:13:41 +00:00
|
|
|
- cluster:monitor/main
|
|
|
|
indices:
|
2017-09-05 10:49:41 +01:00
|
|
|
# Give all users involved in these tests access to the indices where the data to
|
|
|
|
# be analyzed is stored, because the ML roles alone do not provide access to
|
|
|
|
# non-ML indices
|
2017-12-11 13:01:16 +00:00
|
|
|
- names: [ 'airline-data', 'index-*', 'unavailable-data', 'utopia' ]
|
2017-03-14 16:13:41 +00:00
|
|
|
privileges:
|
|
|
|
- indices:admin/create
|
|
|
|
- indices:admin/refresh
|
2017-06-12 14:56:31 +01:00
|
|
|
- indices:data/read/field_caps
|
2017-03-14 16:13:41 +00:00
|
|
|
- indices:data/read/search
|
|
|
|
- indices:data/write/bulk
|
|
|
|
- indices:data/write/index
|