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!

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...