Splunk Search

Same report but different lookup file

fabrizioalleva
Path Finder

Hi all,
is there a way to pass to a report the filename of a csv as variable, to use it as lookup file ?

Example:
| savedesearch my_report file=my_file.csv

where
my_report
| some search
| lookup $file$

0 Karma
1 Solution

manjunathmeti
Champion

Yes, your report should use same variable/field name that is passed by savedsearch command.

my_report

| some search
| lookup $file_name$

Call this report like this:

| savedesearch my_report file_name = my_file.csv

View solution in original post

0 Karma

manjunathmeti
Champion

Yes, your report should use same variable/field name that is passed by savedsearch command.

my_report

| some search
| lookup $file_name$

Call this report like this:

| savedesearch my_report file_name = my_file.csv
0 Karma

fabrizioalleva
Path Finder

Opsssss. I've tried this but I dont wait for the result to come back!!!!!!
Now I've tried and I wait and the results came back I'm sorry!!!!!!!!

0 Karma
Get Updates on the Splunk Community!

Updated Data Type Articles, Anniversary Celebrations, and More on Splunk Lantern

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

A Prelude to .conf25: Your Guide to Splunk University

Heading to Boston this September for .conf25? Get a jumpstart by arriving a few days early for Splunk ...

4 Ways the Splunk Community Helps You Prepare for .conf25

.conf25 is right around the corner, and whether you’re a first-time attendee or a seasoned Splunker, the ...