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!

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...