2017-03-14 12:13:41 -04:00
|
|
|
minimal:
|
|
|
|
cluster:
|
2017-09-05 05:49:41 -04:00
|
|
|
# This is always required because the REST client uses it to find the version of
|
|
|
|
# Elasticsearch it's talking to
|
2017-03-14 12:13:41 -04:00
|
|
|
- cluster:monitor/main
|
|
|
|
indices:
|
2017-09-05 05:49:41 -04: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
|
2020-07-03 04:29:04 -04:00
|
|
|
- names: [ 'airline-data', 'index-*', 'unavailable-data', 'utopia', 'store' ]
|
2017-03-14 12:13:41 -04:00
|
|
|
privileges:
|
2020-05-04 13:10:09 -04:00
|
|
|
- create_index
|
2017-03-14 12:13:41 -04:00
|
|
|
- indices:admin/refresh
|
2019-06-25 13:29:11 -04:00
|
|
|
- read
|
2020-07-14 16:39:41 -04:00
|
|
|
- write
|
2019-08-13 02:31:58 -04:00
|
|
|
- view_index_metadata
|
2017-03-14 12:13:41 -04:00
|
|
|
- indices:data/write/bulk
|
|
|
|
- indices:data/write/index
|