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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...