We use the elasticsearch data source and we have created a variable based on the following variable query:
{“find”: “terms”, “query”:“”, “field”:“_____.keyword”, “size”: 2000}
We use this variable as a filter on our dashboard and we need all the 1700 options for searching and filtering.
Would it be possible to change some parts of the configuration or code to implement this feature?
Could you please help us and give us a hint on how to resolve this issue and change this limit on our local instance?
We implemented another variable that uses the infinity plugin as you suggested, but we have the same limitation as in the discussion above.
Is this maybe a frontend grafana limitation?
Hi Grafana team, in our case, we have 9000 signal names (values), we want user to select from dropdown list.
It would be great to remove the 1000 limit. Thanks!
I have the same problem. Is there any update? Anybody solved this issue? In the filter area i cannot get more than 1000 variable values. Listing, also searching.
But there is something strange. I also have influxdb 1.8 version. I have same data in that db too. I tried to get tag values for Client_Name tag from influxdb v1.8 and create grafana variable with influxql, there is no problem. I can see 3500 of client names.
But same data and flux and influxdb 2.7.4 causes problem. Truncates most of the filter variable values.