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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...