Dashboards & Visualizations

Splunk panel needs to be collapsed which has dropdown and I dont want my dashboard to be refreshed automatically

Alan1
New Member

<form theme="dark">
<label>Test stats</label>
<fieldset submitButton="false" autoRun="false">
<input type="time" token="globalTime" searchWhenChanged="true">
<label>Time Period</label>
<default>
<earliest>-5m@m</earliest>
<latest>now</latest>
</default>
</input>
</fieldset>
<row>
<panel>
<title>By Service Stats</title>
<input type="dropdown" token="serviceKey" searchWhenChanged="true">
<label>Service</label>
<choice value="index=test Service.Key=test1servie cf_app_name=test-1*">test1servie</choice>
<choice value="index=test Service.Key=test2servie cf_app_name=test-2*">test2servie</choice>
<default>test1servie</default>
<initialValue>test1servie</initialValue>
</input>
<table>
<search>
<query>$serviceKey$* AND my search query here</query>
<earliest>$globalTime.earliest$</earliest>
<latest>$globalTime.latest$</latest>
<refresh>5m</refresh>
<refreshType>delay</refreshType>
</search>
<option name="drilldown">none</option>
<option name="refresh.display">progressbar</option>
</table>
</panel>
</row>
<row>
<panel>
<title>By Service TimeChart</title>
<table>
<search>
<query>$serviceKey$* Header.Type="Inbound" msg.test.Flow-Type="*" |timechart span=15m count by msg.test.Flow-Type</query>
<earliest>$globalTime.earliest$</earliest>
<latest>$globalTime.latest$</latest>
<refresh>5m</refresh>
<refreshType>delay</refreshType>
</search>
<option name="count">20</option>
<option name="dataOverlayMode">none</option>
<option name="drilldown">none</option>
<option name="percentagesRow">false</option>
<option name="rowNumbers">false</option>
<option name="totalsRow">false</option>
<option name="wrap">true</option>
</table>
</panel>
</row>
<row>
<panel>

</row>
</form>

Labels (1)
Tags (1)
0 Karma
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...