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!

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