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!

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...

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

What are Community Office Hours?Community Office Hours is an interactive 60-minute Zoom series where ...

Updated Data Type Articles, Anniversary Celebrations, and More on Splunk Lantern

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...