Splunk Dev

When I am using a Python scripted input is this the path I should use?

daniel333
Builder

All,

First time doing a Python scripted input. For portabability should I be using the local Python on Splunk in my scripted input headers? Or the OS's Python install?

#!/opt/splunk/bin/python

print "hello world"

Or should I point to the specific version as well?

#!/opt/splunk/bin/python2.7

print "hello world"

~                             
0 Karma
1 Solution

xpac
SplunkTrust
SplunkTrust

Splunk will use it's own python version no matter what you put in your headers.

If you for some reason (e.g. using Python 3) want to avoid this, you would have to ship a wrapper shell script that would use a system installed python executable to run the actual Python script - else Splunk will handle it.

View solution in original post

0 Karma

xpac
SplunkTrust
SplunkTrust

Splunk will use it's own python version no matter what you put in your headers.

If you for some reason (e.g. using Python 3) want to avoid this, you would have to ship a wrapper shell script that would use a system installed python executable to run the actual Python script - else Splunk will handle it.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...