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!

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...