Splunk Search

custom command import help

zachvida
Path Finder

This plus the rest of the script work as expected

!/usr/bin/env python

import splunk.Intersplunk

I need to use the pgdb module so:

!/usr/bin/env python

import splunk.Intersplunk

import pgdb

Returns errorcode 1

I tried puttying pgdb in the same folder

[root@splunk2 bin]# ls -lah pgdb.py
-rwxr--r-- 1 splunk splunk 11K Aug 15 12:10 pgdb.py

[root@splunk2 bin]# ls -lah customcommand.py
-rwxr--r-- 1 splunk splunk 11K Aug 15 12:10 customcommand.py

I also tried:

`import sys

import splunk.Intersplunk

sys.path.append("/usr/lib64/python2.4/site-packages/")

import pgdb'

Any ideas on what I need to put in my script to use the pgdb module?

Tags (1)
0 Karma
1 Solution

zachvida
Path Finder
0 Karma
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 ...