Hi all,
I’m using Grafana Cloud with OpenSearch as the data source.
I’ve set up Ad-hoc filters with static key dimensions like this:
Org Name,Org Name
username,username
divisionname,divisionname
The filter dropdowns show up correctly (Org Name, username, divisionname), but the issue is:
Only the last filter (divisionname) actually applies. If I try to filter by Org Name or username,nothing changes in the panel results.Even the datas are not showing for the other filters, Do I need to adjust the configuration in Grafana or OpenSearch for multiple Ad-hoc filters to work?
Thanks in advance