Splunk Search

Hide Drop Down

rj1408
Path Finder

Hi All,

I want to always hide my drop down

 

 

 <input type="dropdown" token="TransactionID_filter" searchWhenChanged="true">
      <label>TransactionID</label>
      <fieldForLabel>ESMS_TransactionID</fieldForLabel>
      <fieldForValue>ESMS_TransactionID</fieldForValue>
      <search>
        <query>index="int_gcg_apac_pcf_application_dm_169688" cf_org_name="CM-AP-SIT2" cf_space_name="166190_GCESMS" | table ESMS_TransactionID | dedup ESMS_TransactionID</query>
        <earliest>$timepicker.earliest$</earliest>
        <latest>$timepicker.latest$</latest>
      </search>
      <choice value="*">All</choice>
    </input>

 

Labels (2)
Tags (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Add depends attribute to the input element

 depends="$stayhidden$"

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

Add depends attribute to the input element

 depends="$stayhidden$"
Get Updates on the Splunk Community!

Unlock Database Monitoring with Splunk Observability Cloud

  In today’s fast-paced digital landscape, even minor database slowdowns can disrupt user experiences and ...

Purpose in Action: How Splunk Is Helping Power an Inclusive Future for All

At Cisco, purpose isn’t a tagline—it’s a commitment. Cisco’s FY25 Purpose Report outlines how the company is ...

[Upcoming Webinar] Demo Day: Transforming IT Operations with Splunk

Join us for a live Demo Day at the Cisco Store on January 21st 10:00am - 11:00am PST In the fast-paced world ...