Splunk Search

use lookup or lookup-csv in custom python command

sbsbb
Builder

Is it possible to use a defined lookup, within a custom python command ?

If not, is it possible to access directly the csv file from the lookup, in order to process to a kind of lookup in the function ?

aelliott
Motivator

Lowell
Super Champion

Good question. I doubt it's possible to directly access a lookup from within a custom python search command. However, it should be possible to use the REST APIs to call back into splunk, get information about the location of a specific lookup file and then simply open it using Python's own csv module. This really only works for the simplest cases. For example, scripted lookups wont work. You'll have to implement any "extra" features that you need. (For example, a match_type of WILDCARD or CIDR).

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...