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>

Labels (1)
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!

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