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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...