Splunk Dev

Python script in Splunk distance between IPs

davecroto
Splunk Employee
Splunk Employee

Cannot run this python script from the command line $SPUNK_HOME/bin/scripts, can someone tell me why?

Here is the error:

$ python distance_two_IPs.py 20, 21, 45, 25
  File "distance_two_IPs.py", line 14
    yDistance = (lat2 - lat1) * nauticalMilePerLat
            ^
IndentationError: expected an indented block

I tried to cut and past the script here, but it displayed without line-brakes. So I here is the link:

http://www.geesblog.com/2009/01/calculating-distance-between-latitude-longitude-pairs-in-python/

Tags (1)
0 Karma
1 Solution

Ayn
Legend

Just as it says, you need to indent the code within the calcDistance function. Python uses indentation instead of curly brackets.

View solution in original post

Ayn
Legend

Just as it says, you need to indent the code within the calcDistance function. Python uses indentation instead of curly brackets.

davecroto
Splunk Employee
Splunk Employee

Thanks Ayn!!

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...