Splunk Search

Is there is a way to output the contents of a Lookup file but also show the Lookup file name as results?

finchy
Explorer

Hi Splunkers,

I was wondering if there is a way to output the contents of a Lookup file but also show the Lookup file name as results so for example

| inputlookup append=t <filename1>.csv
| inputlookup append=t <filename2>.csv
| inputlookup append=t <filename3>.csv

 

Running the above will show the contents but would like to know which file the contents relates to.

Thanks

Labels (1)
0 Karma

batabay
Path Finder

You can try this ; 

| inputlookup append=true test1.csv 
| eval order = "test1.csv" 
| inputlookup append=true test2.csv 
| eval order = if(isnull(order),"test2.csv",order) 
| inputlookup append=true test3.csv 
| eval order = if(isnull(order),"test3.csv",order)
0 Karma

finchy
Explorer

Thanks.  This helps me out

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @finchy,

let me understand: you want the list of available lookups, is this correct?

if this is your need, you could use a REST API command:

| rest /services/data/lookup-table-files

filtering results using one or more of the available fields.

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...