Security

How to hide system messages on dashboard panels.

smart111
Explorer

Is there any way to hide system messages on dashboard panels?

I already set "depends" at html tags but the messages show up for a second. If somebody know that there is an option to make  such messages invisible before searches run, please teach me.

My source XML is below.

smart111_0-1633089043443.png

<row>
<panel depends="$panel_show2$">
<html>
<div style="float:left"><span style="font-size: 1.5em;">$HOST2$</span></div>
<div style="float:right">$latest_log_time2$</div>
<style>
div.left{
text-align: left;
}
div.right{
text-align: right;
}
</style>
</html>
<single>
<search depends="$panel_show2$">
<query>`cae-real_time_monitoring_tiles($company$, $host2$)`</query>
<earliest>-1y</earliest>
<latest>now</latest>
<sampleRatio>1</sampleRatio>
<refresh>5m</refresh>
<refreshType>delay</refreshType>
</search>
<option name="colorBy">value</option>
<option name="colorMode">block</option>
<option name="drilldown">all</option>
<option name="height">139</option>
<option name="numberPrecision">0.0</option>
<option name="rangeColors">["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]</option>
<option name="rangeValues">[0,60,80,100]</option>
<option name="refresh.display">progressbar</option>
<option name="showSparkline">1</option>
<option name="showTrendIndicator">1</option>
<option name="trellis.enabled">1</option>
<option name="trellis.scales.shared">1</option>
<option name="trellis.size">small</option>
<option name="trendColorInterpretation">standard</option>
<option name="trendDisplayMode">absolute</option>
<option name="unit">%</option>
<option name="unitPosition">after</option>
<option name="useColors">1</option>
<option name="useThousandSeparators">1</option>
<option name="link.openSearch.visible">false</option>
<drilldown>
<link target="_blank">app_utilization_realtime_detail?form.company=$company$&amp;form.application=$host2$&amp;form.feature=$trellis.value$&amp;form.department=.+&amp;drilldowned=1</link>
</drilldown>
</single>
</panel>
</row>

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