<?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: Drop down in new dashboard is not filtering on my criteria in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-the-Drop-down-in-new-dashboard-is-not-filtering-on-my/m-p/656044#M226583</link>
    <description>&lt;P&gt;Will give it a go. thanks for the feedback!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Aug 2023 04:08:41 GMT</pubDate>
    <dc:creator>tdmahoney99</dc:creator>
    <dc:date>2023-08-30T04:08:41Z</dc:date>
    <item>
      <title>Why the Drop down in new dashboard is not filtering on my criteria?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-the-Drop-down-in-new-dashboard-is-not-filtering-on-my/m-p/656042#M226581</link>
      <description>&lt;P&gt;Hey guys, new to splunk and trying to figure some things out and hit a wall. I created a dropdown called 'down'. I used this field in the search criteria and its not filtering based on the value I set in the drop down. Data is being pulled/returned but does not seem to be using the eval correctly. Any help would be greatly appreciated. Thanks!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code is search:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;source="plays.csv" host="DESKTOP-CU54MC0" sourcetype="csv" | apply "_exp_draft_275e108c50cd4522ac0479ad79873849" | `confusionmatrix("playType","predicted(playType)")` | eval down=$down$&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also cannot get it to restrict based on down in a search:&lt;/P&gt;
&lt;P&gt;source="plays.csv" host="DESKTOP-CU54MC0" sourcetype="csv" | apply "_exp_draft_275e108c50cd4522ac0479ad79873849" | `confusionmatrix("playType","predicted(playType)")`| eval down=1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 16:25:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-the-Drop-down-in-new-dashboard-is-not-filtering-on-my/m-p/656042#M226581</guid>
      <dc:creator>tdmahoney99</dc:creator>
      <dc:date>2023-08-30T16:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down in new dashboard is not filtering on my criteria</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-the-Drop-down-in-new-dashboard-is-not-filtering-on-my/m-p/656043#M226582</link>
      <description>&lt;P&gt;This statement&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval down=$down$&lt;/LI-CODE&gt;&lt;P&gt;is not a search statement - it is just creating a field called down with the value held by the token $down$&lt;/P&gt;&lt;P&gt;Maybe you mean you want to search for an existing field called down that has a value of the token, i.ei&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| search down=$down$&lt;/LI-CODE&gt;&lt;P&gt;or one of these two statements depending if your token value is numeric (first option) or string (second)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| where down=$down$
OR 
| where down=$down|s$&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 04:05:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-the-Drop-down-in-new-dashboard-is-not-filtering-on-my/m-p/656043#M226582</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2023-08-30T04:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down in new dashboard is not filtering on my criteria</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-the-Drop-down-in-new-dashboard-is-not-filtering-on-my/m-p/656044#M226583</link>
      <description>&lt;P&gt;Will give it a go. thanks for the feedback!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 04:08:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-the-Drop-down-in-new-dashboard-is-not-filtering-on-my/m-p/656044#M226583</guid>
      <dc:creator>tdmahoney99</dc:creator>
      <dc:date>2023-08-30T04:08:41Z</dc:date>
    </item>
  </channel>
</rss>

