Splunk Search

Automatic Lookup not applying to scripted inputs

jamesvz84
Communicator

I have implemented an automatic lookup by specifying the filename in transforms.conf:

[host_info]
filename = host_info.csv

and also defining the lookup in props.conf:

[source::*]
LOOKUP-host_info_for_windows = host_info host OUTPUTNEW ip,site,subnet

This is working for most sources, however I notice it is not working for my scripted input sources. It simply does not display the ip and site fields for those sources. Do I have to configure anything special for the automatic lookup to apply to the scripted input sources?

0 Karma

jamesvz84
Communicator

I ended up just explicitly calling a lookup for the scripted input sources. Not the most ideal solution, but it works.

search xxx | lookup host_info.csv host OUTPUTNEW ip | 
0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...