Splunk/Splunk Dashboard and Visualization
[ Splunk Dashboard : 튜닝 ] Dashboard Description 패널에 글자 마다 색깔 넣기
안세현
2024. 5. 16. 17:35
728x90
반응형
<search id="ForTextPanel">
<query> </query>
<done>
<set token="total_count">$result.total_count$</set>
<set token="block_count">$result.count$</set>
</done>
<earliest>-24h</earliest>
<latest>now</latest>
</search>
<row>
<panel>
<title>방화벽에 탐지된 위협 요인 중 실제 위협(건)</title>
<html>
<div>
<p class="dashboard-panel-description" style="font-size:30px">
<br/>총 <span style="color:green">$total_count$건</span> 탐지 중<br/>
<br/>실제 위협 탐지 내역은 <span style="color:red">$block_count$건</span> 입니다.</p>
</div>
</html>
</panel>
728x90
반응형