mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
0b7c735aec
* Changed ML action names to allow distinguishing of admin and read-only actions using wildcards * Added manage_ml and monitor_ml built-in privileges as subsets of the existing manage and monitor privileges * Added out-of-the-box machine_learning_admin and machine_learning_user roles * Changed machine learning results endpoints to use a NodeClient rather than an InternalClient when searching for results so that index/document level permissions applied to ML results are respected Original commit: elastic/x-pack-elasticsearch@eee800aaa8
16 lines
384 B
YAML
16 lines
384 B
YAML
minimal:
|
|
cluster:
|
|
- cluster:monitor/health
|
|
- cluster:monitor/main
|
|
indices:
|
|
- names: '*'
|
|
privileges:
|
|
- indices:admin/create
|
|
- indices:admin/exists
|
|
- indices:admin/get
|
|
- indices:admin/mapping/put
|
|
- indices:admin/refresh
|
|
- indices:data/read/search
|
|
- indices:data/write/bulk
|
|
- indices:data/write/index
|