All Apps and Add-ons

How can i get marker in geomap using splunk query.

ajayabburi508
Path Finder

Hi all,

i want marker in that particualr latitude and longitude degrees with splunk map with below query . please suggest me one map in splunk

Query :|makeresults | eval latitude=17.3850,longitude=78.4867 | table latitude,longitude.

and i need Shapester map also in the same .

0 Karma
1 Solution

niketn
Legend

@ajayabburi508, if you are interested in just plotting a point on the map you should check out Location Tracker Custom Visualization built by Splunk with a query like the following:

| makeresults 
| eval latitude=17.3850,longitude=78.4867 
| eval Location="My Location"
| table _time latitude longitude Location

If you want to mark a region based on location and stats you can try out Choropleth Maps
Examples of both Location Tracker and Choropleth are available in Splunk Dashboard Examples App. So please check out the same and confirm whether one of them will fit your needs or not.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

View solution in original post

0 Karma

niketn
Legend

@ajayabburi508, if you are interested in just plotting a point on the map you should check out Location Tracker Custom Visualization built by Splunk with a query like the following:

| makeresults 
| eval latitude=17.3850,longitude=78.4867 
| eval Location="My Location"
| table _time latitude longitude Location

If you want to mark a region based on location and stats you can try out Choropleth Maps
Examples of both Location Tracker and Choropleth are available in Splunk Dashboard Examples App. So please check out the same and confirm whether one of them will fit your needs or not.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

ajayabburi508
Path Finder

Thanks niketnilay ,it helped me alot.

0 Karma

niketn
Legend

@ajayabburi508, I have marked the question as answer. Please accept to mark this as answered!

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...