Splunk Search

Connect two points on map based on two coordinates

ngerosa
Path Finder

Hello,
I have this search:

index=ip
| lookup list.csv pop as POP_A OUTPUTNEW LAT as LAT_A LON as LON_A
| lookup list.csv pop as POP_B OUTPUTNEW LAT as LAT_B LON as LON_B
| table POP_A LAT_A LON_A POP_B LAT_B LON_B perc

I want to view the points for LAT_A LON_A and LAT_B LON_B on map and I want to connect the two points.
I tried to use geostats but it didn't work because this function accept only one couple of coordinates and not two.

Thanks!

Tags (1)
0 Karma
1 Solution

niketn
Legend

@ngerosa, although this is not built by Splunk, you can check out Missile Map app from Splunkbase:
https://splunkbase.splunk.com/app/3511/

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

View solution in original post

0 Karma

niketn
Legend

@ngerosa, although this is not built by Splunk, you can check out Missile Map app from Splunkbase:
https://splunkbase.splunk.com/app/3511/

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

ngerosa
Path Finder

Thank you!

0 Karma

niketn
Legend

Let me convert to Answer. If you have tried out the App and it fits your need, please accept to mark this Question as answered.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...