Splunk Dev

Where is the python API for splunk.Intersplunk?

Jason
Motivator

Just wondering where the API is for the python module splunk.Intersplunk (used for making scripts that work on streams of events).

Tags (2)
1 Solution

Jason
Motivator

I couldn't find it on docs or Answers, but you can get a man-page style listing of the module by doing the following:

$SPLUNK_HOME/bin/splunk cmd python
(in python interpreter)
import splunk.Intersplunk
help(splunk.Intersplunk)
(when done, press q to exit the help screen, and ctrl-D or ctrl-Z to exit python)

View solution in original post

Stephen93Marsh
Explorer
$SPLUNK_HOME$\Python-2.7\Lib\site-packages\splunk\

This was asked a very long time ago, but i'm putting this here so other people can see it. This appears to have all of the common splunk imports.

If you are using an IDE such as eclipse and want to take advantage of its intellisense while working with these Splunk imports, just add the "site-packages" folder as an external source dependency.

xavierashe
Contributor

Google find all old posts. Here's another update. In v6.6.3 I found the site-packages in
$Splunk_Home/lib/python2.7/site-packages/splunk

0 Karma

Jason
Motivator

I couldn't find it on docs or Answers, but you can get a man-page style listing of the module by doing the following:

$SPLUNK_HOME/bin/splunk cmd python
(in python interpreter)
import splunk.Intersplunk
help(splunk.Intersplunk)
(when done, press q to exit the help screen, and ctrl-D or ctrl-Z to exit python)
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...