I tried install splunk python SDK with
python setup.py install
but unsuccessfully because on my linux box is python 2.4. and splunk python SDK require python 2.6+
Then I discovered that splunk have builtin python 2.6 and I tried install with
/opt/splunk/bin/splunk cmd python setup.py install
but again unsuccessfully. error: invalid command 'install'
I can't install python 2.6 on my linux box, but how install splunk python SDK under splunk python 2.6. ??
... View more