Splunk Dev

how to pass a token value= "*" on button/link click on dashboard

DataOrg
Builder

i want to set token  value ="*" on button click/link click on the dashboard.

is it possible to achieve without JS?

@kamlesh_vaghela  any inputs pls? 

Labels (1)
Tags (3)
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

Hello @DataOrg ,

If the button is from Simple XML then you can set token in xml only but in case of HTML button or any element you have to go with Splunk JS Extension only.  🙂

0 Karma

DataOrg
Builder

@kamlesh_vaghela Good Day.

I had tried with JS and HTML button but token gets reset but table is not refreshing.

<button type="button" id="buttonId" class="btn">Reset</button>
require([
        'jquery',
        'splunkjs/mvc',
        'splunkjs/mvc/simplexml/ready!'
    ], function ($, mvc) {
    var tokens = mvc.Components.get("default");
    $('#buttonId').on("click", function (e){
       tokens.set("SELECTED_PU", "*");
		tokens.set("SELECTED_PL", "*"); 
    });
});
0 Karma
Get Updates on the Splunk Community!

What's New in Splunk Observability - November 2025

Feature Highlight  Analyze your dimensions and metrics with Usage Analytics  To help optimize telemetry data ...

Splunk Enterprise Security(ES) 7.3 is approaching the end of support. Get ready for ...

Hi friends!    At Splunk, your product success is our top priority. With Enterprise Security (ES), we're here ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk, and empower your SOC to reach new heights! Duration: 1 hour  Prepare to ...