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!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...