19 lines
642 B
YAML
19 lines
642 B
YAML
minimal:
|
|
cluster:
|
|
# This is always required because the REST client uses it to find the version of
|
|
# Elasticsearch it's talking to
|
|
- cluster:monitor/main
|
|
indices:
|
|
# 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
|
|
- names: [ 'airline-data', 'index-*', 'unavailable-data', 'utopia' ]
|
|
privileges:
|
|
- create_index
|
|
- indices:admin/refresh
|
|
- read
|
|
- index
|
|
- view_index_metadata
|
|
- indices:data/write/bulk
|
|
- indices:data/write/index
|