I want to use query type variable for choosing SystemCode, which can have one of over 200k values.
Limit of values is 500 in Grafana. Is it possible to create query which returns top 10 SystemCodes ?
Top 10 - i mean count of documents.
My current query:
{“find”: “terms”, “field”: “SystemCode.keyword”,“size”:10}