Elasticsearch as new Data Source

Hi all,

I’ve tried to add ES as a new Data Source to Grafana. Unfortunately if I try to “Save & Test” I get the following error msg:
no permissions for [indices:admin/mappings/get] and User [name=$USER, roles=[cn=...], requestedTenant=null]

The user should be able to read-only a few specific indexes. Is it really necessary to grant also access to [indices:admin/mappings/get]? And how can I configure a special tenant (requestedTenant=null)?

Thx! Cheers,

  • Jo

Try this in Elasticsearch Datasource

the value is: user:password
If the user can query in the Elasticsearch, so the Grafana can do it

Regards,
Fadjar Tandabawana