No index-level perm match for User name=kibanaserver

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?

@rlevitsky Have you found a solution to your issue? This message is expected and shouldn’t affect your .kibana index visibility.

Are you running ODFE or OpenSearch? What is the current version?

Please also share config.yml and kibana.yml/opensearch_dashboards.yml files.

The issue went away itself.
Frustrating lack of opportunity to debug an issue in Elasticsearch/ODFE.