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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Where Innovation Takes Flight: The Splunk4Aviation Flight Sim Lands at .conf26

If you hear someone at .conf26 shouting "gear down, GEAR DOWN" across the show floor, you have found us.  The ...

Turn Cisco Telemetry Into Action with Cisco Data Fabric, powered by the Splunk ...

The surge in machine data is already hitting enterprise budgets, and the agentic era will only intensify it. ...

Persistent Queue at TcpOut — One of Splunk's Most Practical Features

Splunk introduced persistent queueing at the tcpout layer as one of the most practical resilience features in ...