<form version="1.1" theme="light">
<!-- Dashboard Name -->
<label>Dashboard</label>
<!-- Search Panel BEGIN -->
<!-- Search Panel END -->
<!-- Table BEGIN -->
<row>
<panel>
<htm...
See more...
<form version="1.1" theme="light">
<!-- Dashboard Name -->
<label>Dashboard</label>
<!-- Search Panel BEGIN -->
<!-- Search Panel END -->
<!-- Table BEGIN -->
<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>
Important 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. Use shorter ranges for faster results.
</p>
<p style="margin:0; color:#424242;">
Please ensure an <strong>Index Name</strong> is selected - this is required to load dashboard data.
</p>
</div>
</html>
</panel>
</row>
<fieldset submitButton="true" autoRun="false">
<input type="dropdown" token="index">
<label>Enter your Index Name</label>
<fieldForLabel>index</fieldForLabel>
<fieldForValue>index</fieldForValue>
<search>
<query> ------ |stats count by index</query>
<earliest>$time_range.earliest$</earliest>
<latest>$time_range.latest$</latest>
</search>
</input>
<input type="text" token="support_id_tok" searchWhenChanged="false">
<label>Enter support_id</label>
</input>
<input type="time" token="time_range" searchWhenChanged="false">
<label>Select time range</label>
<default>
<earliest>-60m@m</earliest>
<latest>now</latest>
</default>
</input>
</fieldset>
<row>
<panel>
<html>
<a class="btn btn-primary pull-left" href="/app/search/------">Reset</a>
</html>
</panel>
</row>
<row depends="$support_id_tok$">
<panel>
<html>
<div style="display: flex; justify-content: space-between; border-bottom: 1px solid #ccc; padding-bottom: 5px; padding-right: 150px; margin-bottom: 10px;">
-------------Rest of the dashboard------------------