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
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...