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!

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 GA in US-AWS!

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