hi @splunklearner How about this? <dashboard version="1.1" theme="light">
<label>Your dashboard name</label>
<!-- ===== NOTICE PANEL ===== -->
<row>
<panel>
<html>
...
See more...
hi @splunklearner How about this? <dashboard version="1.1" theme="light">
<label>Your dashboard name</label>
<!-- ===== NOTICE PANEL ===== -->
<row>
<panel>
<html>
<div style="
background: linear-gradient(120deg,#fff5f5 0%,#fff 100%);
border-left: 6px solid #ff9800;
box-shadow: 0 2px 6px rgba(0,0,0,.12);
border-radius: 6px;
padding: 18px 24px;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
font-size: 15px;
line-height: 1.45;">
<h3 style="color:#d84315; margin:0 0 8px 0; display:flex; align-items:center;">
<!-- unicode icon (search engine–friendly, scales with text size) -->
<span style="font-size:32px; margin-right:12px;">⚠️</span>
Performance notice
</h3>
<p style="margin:0 0 10px 0; color:#424242;">
Avoid running the dashboard for long date ranges
<strong>(Last 30 days)</strong> unless strictly needed – it may
impact performance.
</p>
<p style="margin:0; color:#424242;">
Before you continue, please select the <strong>Index Name</strong>
above. The dashboard will remain empty until an index is chosen.
</p>
</div>
</html>
</panel>
</row>
<!-- rest of your dashboard -->
</dashboard> Did this answer help you? If so, please consider: Adding karma to show it was useful Marking it as the solution if it resolved your issue Commenting if you need any clarification Your feedback encourages the volunteers in this community to continue contributing