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!

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...