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 Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...