Dashboards & Visualizations

ダッシュボードを自動的にリフレッシュする方法

CurryPan
Communicator

ダッシュボードを60秒毎に自動的にリフレッシュする方法をご教示ください。

CurryPan
Communicator

ダッシュボードのソースにより設定が異なりますが、それぞれ次の方法でリフレッシュのタイミングを設定する事ができます。

Advanced XMLの場合
Viewタグに次の設定をします。

<view refresh="60" template="dashboard.html">

Simple XMLの場合
タッシュボードタグに次の設定をします。

<dashboard refresh="60">

melonman
Motivator

ご参考までに:ダッシュボード全体でなく、各panel毎にリフレッシュさせることも可能です。以下のOptionを一定間隔でリフレッシュさせたいPanelタグに追加。

refresh.auto.interval

http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...