Dashboards & Visualizations

how to set drilldown token value to be * before $click.value$

DataOrg
Builder

I want to set default value of token to be * on the drilldown before  clicking the field value.

$COUNT$= "*" > On clicking $click.value$= field value

@kamlesh_vaghela 

<row>
 <panel> 
<viz type="treemap_app.treemap">
 <title>Top 15 Result</title> 
<search base="health_rules"> 
<query>|stats count AS "Result Count" BY count value |head 15</query> 
</search> 
<drilldown> 
<set token="VALUES">$row.value$</set> 
<set token="COUNTS">$row.count$</set> 
</drilldown> 
</viz> 
</panel> 
</row>

 

Labels (2)
Tags (2)
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@DataOrg 

Have you tried init?

 

<init>
<set token="COUNTS">*</set>
</init>

 

 

https://docs.splunk.com/Documentation/Splunk/latest/Viz/tokens#Set_tokens_on_page_load

 

0 Karma
Get Updates on the Splunk Community!

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

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...