Dashboards & Visualizations

dashboard with button

logloganathan
Motivator

i want to use button in my dashboard.
Could anyone please provide simple example to create dashboard with buttons

Tags (1)
0 Karma
1 Solution

cmerriman
Super Champion

you can add a button through html. the button below unsets tokens based on a token called "test"

<html>
         <button class="btn" data-unset-token="test">Rest Token</button>
     </html>

View solution in original post

cmerriman
Super Champion

you can add a button through html. the button below unsets tokens based on a token called "test"

<html>
         <button class="btn" data-unset-token="test">Rest Token</button>
     </html>

cmerriman
Super Champion

what do you want the button to do?

0 Karma

logloganathan
Motivator

i never used dashboard with button. i need some example

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...