Splunk Dev

How to use `import mysplunksearch` instead of `$splunk cmd python myslplunksearch`?

boris
Path Finder

On the same machine that I am running Splunk, I want to integrate python splunk search results inside python code outside of the Splunk directory.

For example inside Splunk directory we can do the following (splunkbase source) :

$ splunk cmd python my_searcher.py 

How can I now extend this to outside without needing to use splunk cmd, for example, I would like to import my new splunk search module into other python code using this instead:

>>> import my_searcher
Tags (2)
0 Karma

gkanapathy
Splunk Employee
Splunk Employee

You should probably be using the Splunk Python SDK, instead of calling the command-line utilities.

See: http://dev.splunk.com/view/python-sdk/SP-CAAAEBB

Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...