Splunk Search

Search query on page load and after selecting particular host?

geetanjali
Path Finder

Hello,

I have following query. $HostSelectBoxValue$ is drop down field name. I have to run this query on page load and also after selecting particular host. The default host is 'any' and value is '*'.

I want to show all hosts on page load and after selecting particular host, graph should show particular host's data graph.
Query is giving some problem.

index="power" sourcetype="power_usage" | eval host=if(HostSelectBoxValue=='$HostSelectBoxValue$','$HostSelectBoxValue$','*') | timechart max(Power_consumption) by host | sort 10 host

Tags (1)
0 Karma

Takajian
Builder

I think you can use search selector module in advanced view.

http://www.splunk.com/base/Documentation/4.2.1/Developer/HowToUseListers

Also, you can define multiple host in static select.

http://www.splunk.com/base/Documentation/latest/Developer/LookupsAndViews

I recommend App 'UI example" and ' 'side view'. These contains good example views. Please refer to them.

0 Karma
Get Updates on the Splunk Community!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...