Splunk Search

How to view multiple lookups

spl10
Explorer

Hi Team,

I am trying to take the backup of lookups using search head console and for the same I have tried two ways.

a) Using below Rest Command

| rest /servicesNS/-/-/properties/lookups

Issue :- Since we have only limited permissions, hence the links of lookups are not working.

spl10_0-1651825138355.png

b) | inputlookup abcd.csv
| append
[inputlookup wxyz.csv]

Issue:- I could see the output of both the .csv files but unable to identify the content from where abcd.csv or  wxyz.csv is starting.

Can anyone please suggest the best possible way to do it from splunk gui since we have only power user access.

Labels (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @spl10,

the easiest way to have a copy of lookups having low grants, it's scheduling an alert for each lookup attaching the result to the email.

In this way you have all the csv files on your email and you haven't problems to search csv files that, only for your information, are in $SPLUNK_HOME/var/run/splunk/csv.

If you don't want many emails, you could use the search from @ITWhisperer to aggregate all lookups in one csv file and send it by alert to your email.

One additional information: when you make backup of your apps, you also make the backup of your lookups.

Ciao.

Giuseppe

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| inputlookup abcd.csv
| eval file="abcd.csv"
| append
[| inputlookup wxyz.csv
| eval file="wxyz.csv"]
Get Updates on the Splunk Community!

Splunk App for Anomaly Detection End of Life Announcment

Q: What is happening to the Splunk App for Anomaly Detection?A: Splunk is officially announcing the ...

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...