Index Name : sampleindex@timestamp
Everyday new index is being created with current date
I made one user in kibana and assigned a particular role to the user:
I already added sampleindex* with privilages:
monitor, index, read, view_index_metadata
to the role assigned to my user but still my user is not able to execute:
GET /_cat/indices/sampleindex*
my question is, how to give my user access to execute this particular query.