Can someone please spare some of your time to teach me how to use Worldmap Panel on Grafana.
Prometheus or Influxdb.
I don’t know how to take the geohash, where to place the hash and how to link all the location,
i have create the PING device, but dont know how to point the location.
Which file should be edited.
Please Help. If you can please provide example for a single device i would really be happy
Yes. I am using telegraf and influxdb. As I mentioned, I can get the device ping from telegraf to influxdb and than to grafana. But I don’t know how and where to set the geohash or location ( longitude and latitude). I cannot find any tutorial for this on the internet, only COVID-19 heat map was there.
If you can spare some of your time, can you show me the the example of each config files
remember : Telegraf is a server-based agent for collecting and sending all metrics and events from databases, systems, and IoT sensors, etc to Influxdb. Influxdb is a target time series database that telegraf can write to.
telegraf has nothing to do with workmap panel. influxdb could have something to do with worldmap panel if it contains long, lat or geohash data.
You need to show us what you store in your DB and if you want to show something on a map you need lat and long info some where.
Are these fix positions for the devises you want to show on the map? If they are you can have a table with that information in it and query it from there.
This is my actual question, can you help me on this, how do i put the geohash, and where to put it, how do i query it etc can you please show me how to do it. i am totally lost.
If you do not have it in your database then you cannot query it. So you need to add it to your database. Unless some of what you are showing us is longitude and latitude? I dont see any columns names as such but maybe one of those data points is longitude and latitude?
If not, however you are getting your data into influxdb, you need to also capture longitude lat into influxdb