<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Multiselect filter. Select all matches in classic dashboard. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/745746#M241534</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;I need the same functionality like in Studio&amp;nbsp; -&amp;nbsp; "Select matched" .&lt;/BLOCKQUOTE&gt;&lt;P&gt;As we have established, there is no feature parity between Dashboard Studio and SimpleXML. &amp;nbsp;All you can do is to emulate an effect. &amp;nbsp;Let me repeat: there are a million ways to do this. &amp;nbsp;Details will depend on your desires, data characteristics, and how token will be used. &amp;nbsp;In the following sample dashboard, the user can enter a string of text to "match" some element in the list displayed in the upper right box. &amp;nbsp;The result is used to populate a token named $group_tok$. &amp;nbsp;This token is then used in search in the bottom "Results" panel. (Again, index=_internal is used as example source data.)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;form version="1.1" theme="light"&amp;gt;
  &amp;lt;label&amp;gt;"Select matches"&amp;lt;/label&amp;gt;
  &amp;lt;description&amp;gt;https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/745537#M241480, but only use matches&amp;lt;/description&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;&amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;input type="text" token="group_string" searchWhenChanged="true"&amp;gt;
        &amp;lt;label&amp;gt;type a string to match group&amp;lt;/label&amp;gt;
        &amp;lt;default&amp;gt;&amp;lt;/default&amp;gt;
      &amp;lt;/input&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| tstats count where index=_internal by PREFIX(group=)
| search "group=" = "*$group_string$*"
| stats values(group=) as matches&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
          &amp;lt;done&amp;gt;
            &amp;lt;set token="group_tok"&amp;gt;$result.matches$&amp;lt;/set&amp;gt;
          &amp;lt;/done&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="count"&amp;gt;50&amp;lt;/option&amp;gt;
        &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;$group_tok$&amp;lt;/title&amp;gt;
      &amp;lt;event&amp;gt;
        &amp;lt;title&amp;gt;Results&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal group IN ($group_tok$)&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="list.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/event&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Play with it and adapt to your use case.&lt;/P&gt;</description>
    <pubDate>Thu, 08 May 2025 05:54:45 GMT</pubDate>
    <dc:creator>yuanliu</dc:creator>
    <dc:date>2025-05-08T05:54:45Z</dc:date>
    <item>
      <title>Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741079#M240547</link>
      <description>&lt;P&gt;Hi Splunkers :-),&lt;/P&gt;&lt;P&gt;We have nice feature it dashboard studio - "Select all matches" in multiselect filter.&lt;/P&gt;&lt;P&gt;But, unfortunately not in classic dashboard.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we built similar logic in classic dashboard?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 08:02:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741079#M240547</guid>
      <dc:creator>LIS</dc:creator>
      <dc:date>2025-03-07T08:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741080#M240548</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/240613"&gt;@LIS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;did you tried to add a static choice called "All" using "*" as value?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 08:20:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741080#M240548</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-03-07T08:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741084#M240549</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I have it , but question different.&amp;nbsp; I want to select not all but all matched :-).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LIS_0-1741336126088.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/38044iF13F76A49AE9562A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LIS_0-1741336126088.png" alt="LIS_0-1741336126088.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 08:29:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741084#M240549</guid>
      <dc:creator>LIS</dc:creator>
      <dc:date>2025-03-07T08:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741091#M240550</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/240613"&gt;@LIS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;are the values that you display in the multiselect from a search or are static?&lt;/P&gt;&lt;P&gt;if from a search, you display only the ones that match.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 08:52:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741091#M240550</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-03-07T08:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741093#M240551</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;the values&amp;nbsp; in the multiselect from a search, but it doesnt matter.&lt;/P&gt;&lt;P&gt;i know that i display the ones that match :-).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me bring more details:&lt;/P&gt;&lt;P&gt;1. I do filtering in muliselect filter&lt;BR /&gt;2. I have below in filter e.g. 27 matched values&lt;/P&gt;&lt;P&gt;3. I dont want click 27 times on each to select all of them&lt;/P&gt;&lt;P&gt;4. I want click one time on&amp;nbsp; "Select all matches" as it is in Studio to select all matched values.&lt;/P&gt;&lt;P&gt;5. OR hit enter to select.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 09:13:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741093#M240551</guid>
      <dc:creator>LIS</dc:creator>
      <dc:date>2025-03-07T09:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741222#M240561</link>
      <description>&lt;P&gt;Classic UI does not have a provision to allow "select all choices" with one click. &amp;nbsp;But you can make an entry that has all choices. &amp;nbsp;Maintainability of such a code depends on how you populate this multivalue input. &amp;nbsp;It can be very easy if the input is populated by a search. &amp;nbsp;Just use &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Appendpipe" target="_blank" rel="noopener"&gt;appendpipe&lt;/A&gt;, like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal
| stats count by group
| eval label = group
| appendpipe
    [stats values(group) as group
    | eval label = "All"]&lt;/LI-CODE&gt;&lt;P&gt;In this example, I want an input that can select one or more values from field group. &amp;nbsp;For "normal" entries, label will be the same as group value. &amp;nbsp;But I use appendpipe to add a row with label "All".&lt;/P&gt;&lt;P&gt;Here is a complete example for you to play with and compare with real use case:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;form version="1.1" theme="dark"&amp;gt;
  &amp;lt;label&amp;gt;"Select all choices"&amp;lt;/label&amp;gt;
  &amp;lt;description&amp;gt;https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741079#M240547&amp;lt;/description&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="multiselect" token="group_tok" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Select groups&amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;label&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;group&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;index=_internal
| stats count by group
| eval label = group
| appendpipe
    [stats values(group) as group
    | eval label = "All"]&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
      &amp;lt;initialValue&amp;gt;bucket_metrics,cachemgr_bucket,conf,deploy-connections,deploy-server,dutycycle,executor,instance,kvstore_connections,map,mpool,parallel_reduce_metric,per_host_agg_cpu,per_host_lb_cpu,per_host_msp_cpu,per_host_thruput,per_index_agg_cpu,per_index_lb_cpu,per_index_msp_cpu,per_index_thruput,per_source_agg_cpu,per_source_lb_cpu,per_source_msp_cpu,per_source_thruput,per_sourcetype_agg_cpu,per_sourcetype_lb_cpu,per_sourcetype_msp_cpu,per_sourcetype_thruput,pipeline,pipelineset,queue,realtime_search_data,regex_cache,search_concurrency,search_health_metrics,search_pool,searchscheduler,spacemgr,subtask_seconds,tailingprocessor,telemetry_metrics_buffer,thruput,tpool,uihttp,version_control&amp;lt;/initialValue&amp;gt;
      &amp;lt;delimiter&amp;gt; &amp;lt;/delimiter&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal group IN ($group_tok$)
| stats count by group&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;If the multiple choices are static, the code will be harder to maintain because every time you add or delete an entry, you must add or delete from two places. (In this case, use of &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Makeresults" target="_blank" rel="noopener"&gt;makeresults&lt;/A&gt; may help maintain sanity.)&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Mar 2025 21:28:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741222#M240561</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2025-03-08T21:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741241#M240562</link>
      <description>&lt;P&gt;For this just add at text box to filter the multiselect inputs, and then select all of them.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Mar 2025 16:16:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741241#M240562</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2025-03-09T16:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741271#M240565</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33901"&gt;@yuanliu&lt;/a&gt;&amp;nbsp;, interesting option, but question not actually about that :-).&lt;/P&gt;&lt;P&gt;usually we use this easier option for this -&amp;nbsp;&lt;SPAN&gt;choice called "All" using "*" as value&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 07:58:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741271#M240565</guid>
      <dc:creator>LIS</dc:creator>
      <dc:date>2025-03-10T07:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741272#M240566</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/1406"&gt;@woodcock&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you, can you elaborate please.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 08:01:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741272#M240566</guid>
      <dc:creator>LIS</dc:creator>
      <dc:date>2025-03-10T08:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741347#M240598</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;usually we use this easier option for this -&amp;nbsp;&lt;SPAN&gt;choice called "All" using "*" as value&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I understand the desire to use a simpler method. &amp;nbsp;However, as your &lt;A href="https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741084/highlight/true#M240549" target="_self"&gt;this reply&lt;/A&gt; to&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;says, that option will not satisfy your use case which is to make sure all listed options are a match, not "any" as "*" would have done. ("*" should really be named "Any", not "All")&lt;/P&gt;&lt;P&gt;My solution, on the other hand, meets that requirement; it is functionally equivalent to Dashboard Studio's "Select all" mouse action. &amp;nbsp;If I am not mistaken,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/1406"&gt;@woodcock&lt;/a&gt;'s suggestion uses a similar concept except it populates an additional text box.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 19:19:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741347#M240598</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2025-03-10T19:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741385#M240609</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33901"&gt;@yuanliu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I don't need select All in my classic dashboard&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LIS_0-1741681246202.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/38081i0F8025B44A2BF329/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LIS_0-1741681246202.png" alt="LIS_0-1741681246202.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I need select All Matches:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LIS_1-1741681290815.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/38082i6848E71C5FCEE9E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LIS_1-1741681290815.png" alt="LIS_1-1741681290815.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 08:28:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741385#M240609</guid>
      <dc:creator>LIS</dc:creator>
      <dc:date>2025-03-11T08:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741769#M240693</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;But I need select All Matches:&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It's about time you explain exactly this sentence means. &amp;nbsp;Make sure you illustrate data, desired output based on illustrated data, and explain the use case without SPL.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 06:15:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741769#M240693</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2025-03-14T06:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741777#M240699</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33901"&gt;@yuanliu&lt;/a&gt;&amp;nbsp;For me it is straight forward ).&lt;/P&gt;&lt;P&gt;If you have multiselect filters in dashboard studio, please open it and check the feature which i shared in screenshot.&lt;/P&gt;&lt;P&gt;Then try to do the same in multiselect filter in classic dashboard :-).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 07:49:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741777#M240699</guid>
      <dc:creator>LIS</dc:creator>
      <dc:date>2025-03-14T07:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741862#M240711</link>
      <description>&lt;P&gt;The "All" selection in the mock dashboard I posted earlier fulfills exactly the same functionality of "Select all" in Dashboard Studio. &amp;nbsp;You can make the "All" selection on top of the choice list. &amp;nbsp;As I explained the last time, Dashboard Classic (Simple XML) does not support "select all" via UI function. &amp;nbsp;If you want the user to have the capability to functionally do what "Select all" does, add the "All" selection like I suggested. &amp;nbsp;Otherwise, tell your users that they have to go manually select every choice. (Users may be used to the idea that "All" means "Any". &amp;nbsp;If that is a problem, you can make an "All" entry using semantics of "any" (*), then name the special selection I demonstrated something like "All match".)&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 19:32:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741862#M240711</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2025-03-14T19:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741944#M240732</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I do filtering in muliselect filter&lt;BR /&gt;2. I have below in filter e.g. 27 matched values&lt;/P&gt;&lt;P&gt;3. I dont want click 27 times on each to select all of them&lt;/P&gt;&lt;P&gt;4. I want click one time on&amp;nbsp; "Select all matches" as it is in Studio to select all matched values.&lt;/P&gt;&lt;P&gt;5. OR hit enter to select.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 08:52:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/741944#M240732</guid>
      <dc:creator>LIS</dc:creator>
      <dc:date>2025-03-17T08:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/742042#M240750</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;3. I dont want click 27 times on each to select all of them&lt;P&gt;4. I want click one time on&amp;nbsp; "Select all matches" as it is in Studio to select all matched values.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Then, implement my sample code with the label "Select all matches". &amp;nbsp;It will not magically show checkmarks over 27 selections, but it will do exactly what 27 clicks will accomplish.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 01:28:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/742042#M240750</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2025-03-18T01:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/745498#M241464</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33901"&gt;@yuanliu&lt;/a&gt;&amp;nbsp;, can you please check, what you suggested. IT is different from what i am looking for :-).&lt;/P&gt;&lt;P&gt;I have put your code and checked to be sure, maybe i missed something.&lt;/P&gt;&lt;P&gt;for example in filter try to select all values with "bundle".&lt;/P&gt;&lt;P&gt;So, we have four matched values. How can i select these four values by one click?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LIS_0-1746458634223.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/38853iAB36D7A1C27BE51E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LIS_0-1746458634223.png" alt="LIS_0-1746458634223.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 15:26:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/745498#M241464</guid>
      <dc:creator>LIS</dc:creator>
      <dc:date>2025-05-05T15:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/745499#M241465</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/1406"&gt;@woodcock&lt;/a&gt;&amp;nbsp;can you please point me to right direction )&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 15:34:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/745499#M241465</guid>
      <dc:creator>LIS</dc:creator>
      <dc:date>2025-05-05T15:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/745535#M241479</link>
      <description>&lt;P&gt;Like I said above, there are a million ways to do this. &amp;nbsp;But you have to decide the exact behavior. &amp;nbsp;In the demo dashboard I posted, I used preselect. &amp;nbsp;You can edit the input to select these 4 as default selection.&lt;/P&gt;&lt;P&gt;An alternative behavior could be a special selection that has label "all 4" and the four values as value. &amp;nbsp;Implementation details will depend on how you use the token and so on. &amp;nbsp;There are other alternatives. &amp;nbsp;You need to be clear in describing how you want the UI to behave.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 02:58:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/745535#M241479</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2025-05-06T02:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect filter. Select all matches in classic dashboard.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/745537#M241480</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33901"&gt;@yuanliu&lt;/a&gt;&amp;nbsp;,&amp;nbsp; I think I was pretty clear).&amp;nbsp; I need the same functionality like in Studio&amp;nbsp; -&amp;nbsp; "Select matched" .&lt;/P&gt;&lt;P&gt;But, anyway thank you for your efforts.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 06:41:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-filter-Select-all-matches-in-classic-dashboard/m-p/745537#M241480</guid>
      <dc:creator>LIS</dc:creator>
      <dc:date>2025-05-06T06:41:37Z</dc:date>
    </item>
  </channel>
</rss>

