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:
|
2020-05-04 19:10:09 +02:00
|
|
|
- create_index
|
2017-03-14 16:13:41 +00:00
|
|
|
- indices:admin/refresh
|
2019-06-25 20:29:11 +03:00
|
|
|
- read
|
|
|
|
- index
|
2019-08-13 08:31:58 +02:00
|
|
|
- view_index_metadata
|
2017-03-14 16:13:41 +00:00
|
|
|
- indices:data/write/bulk
|
|
|
|
- indices:data/write/index
|