alexandrainst / alexandra-trackmap-panel

Grafana map plugin to visualise coordinates as markers, hexbin, ant path, or heatmap.
MIT License
78 stars 26 forks source link

Cannot read data from Elasticsearch #15

Open mmicu opened 4 years ago

mmicu commented 4 years ago

Hi. I have the installed the version 1.2.4 of the plugin and I cannot visualize data in Grafana. My data looks like:

"location_index": {
    "type": "geo:json",
    "value": {
      "coordinates": [55.96086,9.75394],
      "type": "Point"
    }
}

Do you have examples that I can check for Elasticsearch as data source?

Drazair commented 4 years ago

Hey @mmicu, we have only tested it against PostgreSQL / CrateDB, and I have no experience with Elasticsearch, so sadly I can't give you an example.

toty04 commented 2 years ago

Hi, I'm also trying to integrate Alexandra-trackmap with Elasticsearch. Trackmap is version: 2.2.1, Grafana is 8 and Elastic is 7.10.2. Is there any update on this? @mmicu were you able to make it work? Thanks!

mmicu commented 2 years ago

Hi @toty04. No, unfortunately, I was not able to solve it.