Hi All,
Starting few days ago, my Kibana refuses to list index patterns which definitely exists at the .kibana ‘index’.
The related Elasticsearch entries which pops up every time I want to see my index pattern in Kibana are looking like this:
[18:55:40][INFO ][c.a.o.s.p.PrivilegesEvaluator] [v161] No index-level perm match for User [name=kibanaserver, backend_roles=[], requestedTenant=null] Resolved [aliases=[*], allIndices=[*], types=[*], originalRequested=[*], remoteIndices=[]] [Action [indices:monitor/settings/get]] [RolesChecked [own_index, kibana_server]]
[18:55:40][INFO ][c.a.o.s.p.PrivilegesEvaluator] [v161] No permissions for [indices:monitor/settings/get]
So, my question is - How can I identify what every single variable from that output means?