grafana / worldmap-panel

Worldmap panel plugin for Grafana 3.0 that can be overlaid with circles for data points.
MIT License
309 stars 199 forks source link

Adding Elasticsearch in supported databases #122

Closed jsargiot closed 6 years ago

jsargiot commented 6 years ago

Trying this plugin on Grafana v4.5.2 (plugin version 0.0.21), I've noticed that it works with Elasticsearch Data Source using a Time Series Data with two letter country code an a field. It took me a little debugging to make it work, and thought that maybe an example could help others.

Maybe it was left out of the Supported Databases section on purpose or just works (TM).

Please review :)

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

tomuk5 commented 6 years ago

Hi @jsargiot do you have the example for this, as im trying to achieve the same thing. i have 2 letter country codes stored in elasticsearch too that id like to draw onto the map :)

(no worries, iv got it from your commit, i should read more!)