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!

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 ...