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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...