Dashboards & Visualizations

dashboard automatic refresh

brcool1
Engager

Hello
I create a dashboard but I can't configure the automatic refresh.
I put the line : refresh="30" but it doesn't work.
Can I have some help ?
Thank you.
Bruno (France)

<?xml version='1.0' encoding='utf-8'?>
<dashboard>
  <label>Nagios_dash</label>
<view>refresh="30"</view>
  <row>
    <chart>
      <searchName>Critical_Nagios</searchName>
      <title>Critical</title>
    </chart>
  </row>
</dashboard>
Tags (2)
1 Solution

sideview
SplunkTrust
SplunkTrust

You're using the Simplified XML, so you want to take out the <view> and the </view> (the view tag is part of the advanced xml) and put the refresh="30" inside your <dashboard> tag, like this:

<dashboard refresh="30">

or if you use the advanced XML, it would be inside the <view> tag, which is where you got the <view> I think.

Here is a page in the documentation that talks more about <dashboard> syntax:

http://www.splunk.com/base/Documentation/latest/Developer/Step1CreateADashboard

View solution in original post

sideview
SplunkTrust
SplunkTrust

You're using the Simplified XML, so you want to take out the <view> and the </view> (the view tag is part of the advanced xml) and put the refresh="30" inside your <dashboard> tag, like this:

<dashboard refresh="30">

or if you use the advanced XML, it would be inside the <view> tag, which is where you got the <view> I think.

Here is a page in the documentation that talks more about <dashboard> syntax:

http://www.splunk.com/base/Documentation/latest/Developer/Step1CreateADashboard

brcool1
Engager

Thank you very much

0 Karma

bstoica
Engager

Thank you sideview

0 Karma

ronak
Path Finder

Is there a way to set refresh parameter based on role associated with the logged in user ..

Meaning,

if role=role1 then refresh=30
elsif role=role2 then refresh=45
else refresh=90
end if;

0 Karma

ronak
Path Finder

Is there a way to configure this auto-refresh parameter such that it gets set for a dashboard based on the role associated with login?

For example,

if role=rol1 then refresh=30
elsif role = role2 then refresh = 90
else refresh=80

Thanks for any pointers

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...