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

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

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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...