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 Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

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 ...