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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...