I work on creating some Grafana dashboards. At the moment, from ElasticSearch data source.
When I am trying to create a variable in Grafana like the one below:
{"find": "terms", "field": "myServer.name"}
I get None,
instead of getting these names: heroku
, k8s
, aws
.
I tried looking through docs and existing StackOverflow questions, but it is still unclear how I can make it work.
Am I doing it wrong, or is it Grafana's limitation?