sscarduzio / elasticsearch-readonlyrest-plugin

Free Elasticsearch security plugin and Kibana security plugin: super-easy Kibana multi-tenancy, Encryption, Authentication, Authorization, Auditing

Home Page:https://readonlyrest.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support ilm (Index Lifecycle Management) related actions

jianchen2580 opened this issue · comments

ES ilm need "manage_ilm" for cluster and "manage" and "manage_ilm" for indices
which actions should i use for support above privileges?
Actions list for ES 5.1.2.

Updated documentation with actions list to the current ES master branch.

 "cluster:admin/ilm/_move/post" 
 "cluster:admin/ilm/delete" 
 "cluster:admin/ilm/get" 
 "cluster:admin/ilm/operation_mode/get" 
 "cluster:admin/ilm/put" 
 "cluster:admin/ilm/start" 
 "cluster:admin/ilm/stop" 

This is what you are looking for I presume. So maybe actions: ["cluster:admin/ilm/*"]