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!

Dashboard Studio Challenge - Learn New Tricks, Showcase Your Skills, and Win Prizes!

Reimagine what you can do with your dashboards. Dashboard Studio is Splunk’s newest dashboard builder to ...

Introducing Edge Processor: Next Gen Data Transformation

We get it - not only can it take a lot of time, money and resources to get data into Splunk, but it also takes ...

Take the 2021 Splunk Career Survey for $50 in Amazon Cash

Help us learn about how Splunk has impacted your career by taking the 2021 Splunk Career Survey. Last year’s ...