Dashboards & Visualizations

How to Refresh Button without using JavaScript

aditsss
Motivator

Hi Everyone,

Is that possible I can add refresh Button to Refresh my Dashboard (It consists of one panel in tabular form).

I dont want to use JavaScript for Refresh Button. Is that possible to do?

Thanks in advance 

Labels (3)
0 Karma
1 Solution

manjunathmeti
Champion

hi @aditsss,

Replace <xml_file_name> with xml file name.

<fieldset submitButton="true" autoRun="false">
    <html>
       <a href="<xml_file_name>" class="btn btn-primary">Refresh</a>
     </html>
</fieldset>

 

If this reply helps you, an upvote/like would be appreciated.

View solution in original post

manjunathmeti
Champion

hi @aditsss,

Replace <xml_file_name> with xml file name.

<fieldset submitButton="true" autoRun="false">
    <html>
       <a href="<xml_file_name>" class="btn btn-primary">Refresh</a>
     </html>
</fieldset>

 

If this reply helps you, an upvote/like would be appreciated.

aditsss
Motivator

@manjunathmeti 

 

I tried like this but its not working

Can you guide me where I am wrong

<label>Nifi Process Dashboard Clone1</label>
<fieldset submitButton="true" autoRun="false">
<html>
<a href="<Nifi Process Dashboard Clone1>" class="btn btn-primary">Refresh</a>
</html>
<input type="time" token="field1" searchWhenChanged="true">
<label>Date/Time</label>
<default>
<earliest>-24h@h</earliest>
<latest>now</latest>
</default>
</input>
<input type="text" token="process_tok1">
<label>Processor Id</label>
<default>*</default>
</input>
<input type="text" token="ckey" searchWhenChanged="true">
<label>Parent Chain</label>
<default></default>
<prefix>parent_chain="*</prefix>
<suffix>*"</suffix>
<initialValue></initialValue>
</input>
<input type="text" token="usr">
<label>User</label>
<default>*</default>
</input>
</fieldset>

0 Karma

manjunathmeti
Champion

In below line, don't provide <> in href:

<a href="<Nifi Process Dashboard Clone1>" class="btn btn-primary">Refresh</a>

Replace <Nifi Process Dashboard Clone1> with xml name. You can find xml name in the URL also. If your dashboard xml file name is Nifi Process Dashboard Clone1.xml then use below line:

<a href="Nifi%20Process%20Dashboard%20Clone1" class="btn btn-primary">Refresh</a>

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...