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!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...