Splunk Dev

A static option for an dynamically generated radiogroup

PPape
Contributor

Hi,

I try to make an radiogroup to filter for Hosts in my Dashboard.

{% radiogroup id="radio_sourcetype" managerid="search_server" labelField="host" valueField="host" value="$host$"|token_safe default="*" %}

This works just fine!

But now I need an Option to show all Hosts in the Charts.

How do I add this static entry like * to the dynamic radiogroup?

Thanks in advance!

0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

You could append a static value to your search like this:

your search in manager search_server | append [stats count as host | eval host="*"]

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

You could append a static value to your search like this:

your search in manager search_server | append [stats count as host | eval host="*"]

PPape
Contributor

Thank you this was what i needed!

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