Monitoring Splunk

inputlookup searches

Eshaac
Engager

How to use a inputlook to run several different indexes depending on which option the user selects on the drop down and then using the lookup to collate the different fields into one field which stops having to rewrite a query.

Tags (1)
0 Karma

lakshman239
Influencer

How about having a dashboard with 'drop-down' showing the list of possible application names ? . something like below where you can populate the values and setup default/initial values etc.. The application selected by user is then available in the "appname" token.

..
..

|inputlookup xyz | stats count by application | table application

//using value from token
You can then use the value captured in token to select required application/index/sourcetype from the lookup
|inputlookup xyz | search APPLICATION=$appname$

Pls also refer to:

https://docs.splunk.com/Documentation/Splunk/7.2.3/Viz/tokens

0 Karma

skoelpin
SplunkTrust
SplunkTrust

This doesn't make sense.. You should include some examples of what your expecting

Also, why use inputlookup over lookup? Why use lookup over coalesce?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Think Like an Architect: Introducing the Splunk Certified Cybersecurity Defense ...

In cybersecurity, defenders respond to threats. Architects design the systems that stop them.    As ...

Best Practices: Splunk auto adjust pipeline queue

When you enable autoAdjustQueue in Splunk, maxSize should be understood as the queue size Splunk starts with ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...