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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...