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!

New Year. New Skills. New Course Releases from Splunk Education

A new year often inspires reflection—and reinvention. Whether your goals include strengthening your security ...

Splunk and TLS: It doesn't have to be too hard

Overview Creating a TLS cert for Splunk usage is pretty much standard openssl.  To make life better, use an ...

Faster Insights with AI, Streamlined Cloud-Native Operations, and More New Lantern ...

Splunk Lantern is a Splunk customer success center that provides practical guidance from Splunk experts on key ...