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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.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 ...