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 Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...