Dashboards & Visualizations

Change the "Submit" button text in Splunk 6.1 Simple XML Dashboard

harshal_chakran
Builder

Hi,

Is it possible to change the text of submit button in Simple XML Dashboard of Splunk 6.1?

Kindly Help...!!!

1 Solution

harshal_chakran
Builder

Got it...Thanks strive and martin_mueller..!!!

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

As stated in that answer, you need to set the text property in the constructor, not the HTML.

var submit = new SubmitButton({
  id: 'submit',
  el: $('#search_btn'),
  text: 'Update'
}, {tokens: true}).render();

harshal_chakran
Builder

I converted my page in html,but still having the issue.

I changed the code in here from "Submit" text to "Update"



In js side, it looks like this:

var submit = new SubmitButton({
        id: 'submit',

        el: $('#search_btn')
    }, {tokens: true}).render();

    submit.on("submit", function() {
        submitTokens();
    });

but it still shows "Submit" text and not "Update".

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...