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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

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