<?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: Splunk Dashboard Text FIlter in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-Splunk-Dashboard-text-filter/m-p/643047#M222746</link>
    <description>&lt;P&gt;This Alone worked, Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2023 13:35:52 GMT</pubDate>
    <dc:creator>CodingMaestro</dc:creator>
    <dc:date>2023-05-11T13:35:52Z</dc:date>
    <item>
      <title>How to achieve Splunk Dashboard text filter?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-Splunk-Dashboard-text-filter/m-p/643018#M222726</link>
      <description>&lt;P&gt;I have a splunk dashboard that looks like below,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CodingMaestro_0-1683802984525.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25344iD643CCAA894DEF53/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CodingMaestro_0-1683802984525.png" alt="CodingMaestro_0-1683802984525.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;And i have added the text filter. But when i try to search of the text filter it works. But it only works when i search by one App. But i want it to search so that if i search,&lt;BR /&gt;Max, Pan, Ian&lt;BR /&gt;It will give me the details for the 3 rows. I have 4000 unique apps so i want it so that if i search&amp;nbsp;Max, Pan, Ian it will give me 3 row details.&lt;BR /&gt;&lt;BR /&gt;If someone can help me on this, it would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 13:50:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-Splunk-Dashboard-text-filter/m-p/643018#M222726</guid>
      <dc:creator>CodingMaestro</dc:creator>
      <dc:date>2023-05-11T13:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard Text FIlter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-Splunk-Dashboard-text-filter/m-p/643029#M222735</link>
      <description>&lt;P&gt;I presume you have an text input and are using the token in the search for the table.&lt;/P&gt;&lt;P&gt;Are you working with Classic / SimpleXML dashboard or Dashboard Studio?&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 12:09:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-Splunk-Dashboard-text-filter/m-p/643029#M222735</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-05-11T12:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard Text FIlter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-Splunk-Dashboard-text-filter/m-p/643034#M222739</link>
      <description>&lt;P&gt;Yes that's correct,&lt;/P&gt;&lt;P&gt;And its a classic dashboard&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 12:39:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-Splunk-Dashboard-text-filter/m-p/643034#M222739</guid>
      <dc:creator>CodingMaestro</dc:creator>
      <dc:date>2023-05-11T12:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard Text FIlter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-Splunk-Dashboard-text-filter/m-p/643035#M222740</link>
      <description>&lt;P&gt;In that case, you should set up a change handler for the input to parse the text field and create a token with the values in quotes e.g. "Max", "Pan", "Ian", then you can use the token to filter with the IN clause&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;... app IN ($applist$)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 12:48:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-Splunk-Dashboard-text-filter/m-p/643035#M222740</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-05-11T12:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard Text FIlter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-Splunk-Dashboard-text-filter/m-p/643039#M222743</link>
      <description>&lt;P&gt;Could you please explain further how to set up a change handler, and how to do it. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 13:08:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-Splunk-Dashboard-text-filter/m-p/643039#M222743</guid>
      <dc:creator>CodingMaestro</dc:creator>
      <dc:date>2023-05-11T13:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard Text FIlter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-Splunk-Dashboard-text-filter/m-p/643045#M222745</link>
      <description>&lt;P&gt;I thought by your handle you were a Maestro?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Depending on how sophisticated you want to be in preprocessing the text input (here I have just removed embedded spaces), you could try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;form version="1.1"&amp;gt;
  &amp;lt;label&amp;gt;Text parsing&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="text" token="apps"&amp;gt;
      &amp;lt;label&amp;gt;Application filter&amp;lt;/label&amp;gt;
      &amp;lt;change&amp;gt;
        &amp;lt;eval token="app_filter"&amp;gt;"\"".mvjoin(split(replace($apps$," ",""),","),"\",\"")."\""&amp;lt;/eval&amp;gt;
      &amp;lt;/change&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;... app IN ($app_filter$)&amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 11 May 2023 13:32:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-Splunk-Dashboard-text-filter/m-p/643045#M222745</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-05-11T13:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard Text FIlter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-Splunk-Dashboard-text-filter/m-p/643047#M222746</link>
      <description>&lt;P&gt;This Alone worked, Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 13:35:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-Splunk-Dashboard-text-filter/m-p/643047#M222746</guid>
      <dc:creator>CodingMaestro</dc:creator>
      <dc:date>2023-05-11T13:35:52Z</dc:date>
    </item>
  </channel>
</rss>

