Dashboards & Visualizations

Unset token after click

bharathkumarnec
Contributor

HI Everyone,

I am using below HTML in my xml dashboard:

I would like to unset a token in a dashboard if i click on the above button.

please provide your inputs!

BK

stevevg
Engager
require([
     'underscore',
     'jquery',
     'splunkjs/mvc',
     'splunkjs/mvc/tableview',
     'splunkjs/mvc/simpleform/formutils',
     'splunkjs/mvc/simplexml/ready!'
 ], function(_, $, mvc, TableView, FormUtils) {

var defaultTokenModelun = mvc.Components.getInstance('default', {create: true});
var submittedTokenModelun = mvc.Components.getInstance('submitted', {create: true});

function unsetToken(name) {
    defaultTokenModelun.unset(name);
    submittedTokenModelun.unset(name);
}

$(document).on("click", "#YourPictureId", function() {
        unsetToken("show_errors_dnd")
});
});

DalJeanis
Legend

Please make sure to mark your code with the code button (101 010) or by putting at least 4 spaces on the front of each line of the block of code, so the system will not read the code as HTML and treat it accordingly.

0 Karma

niketn
Legend

@bharathkumarnec, can you add your current Simple XML code for above HTML element? Also what is the token that needs to be unset on button click?

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

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!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...