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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...