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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...

SPL2 Deep Dives, AppDynamics Integrations, SAML Made Simple and Much More on Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...