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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...