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!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...