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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...