- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to plot data on Google Maps app?
varad_joshi
Communicator
03-07-2018
05:59 AM
I am using the app for Google maps and want to plot some static data on particular latitude and longitude.
Example: index=myindex| eval lat="2.068939" | eval lon="75.308099" | geostats latfield=lat longfield=lon count
Works on the default map provided by Splunk but I want to show the building and street level information too and hence using the Google maps app.
Idea is to plot these values in a look up and plot it on map.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
alylanchester
Explorer
05-02-2018
04:28 AM
Try using a _geo
field instead in the format:
_geo=lat,lon
I did mine in my .csv lookup file. But I hope it helps. I couldnt get it working the way you did it either- but this seemed to work.
