I started using the create role API and it works as expected: https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-role.html
I got the list of default roles in elastic search, /_security/role
but I don't know to create the following roles and not able to find the proper docs for it.
I want to segregate the user based on the following needs,
- Role which has the privilege to perform only READ / WRITE in all the indices in Elastic Search (This role should not have privilege to CREATE / DELETE indices
- Role which has the privilege to perform only operations on Kibana
- Role which has the privilege to perform only operations on Logstash
Thanks,
Harry