When i am trying to run timelion inside kibana with a restricted user, the user needs to have the permission:
indices:admin/get
on the indices that i want to run timelion against and on the .kibana-index. Why is that and what is this permission exactly allowing the user to do?
(in general, it would be great to have an overview of all of the available elasticsearch-actions (i guess it is called like that, right?) and what they are doing. Unfortunately, not all of them are having a speaking name as "indices:admin/settings/update" or "cluster:monitor/health". Is something like that existing? I haven't found it, yet)
thx