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
Get Updates on the Splunk Community!

Changes to Splunk Instructor-Led Training Completion Criteria

We’re excited to share an update to our instructor-led training program that enhances the learning experience ...

Stay Connected: Your Guide to January Tech Talks, Office Hours, and Webinars!

❄️ Welcome the new year with our January lineup of Community Office Hours, Tech Talks, and Webinars! 🎉 ...

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...