<?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: Dropdown not working in the panels in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-not-working-in-the-panels/m-p/540489#M37049</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;,&lt;BR /&gt;You need to update &lt;STRONG&gt;prefix&lt;/STRONG&gt; and remove&amp;nbsp;&lt;SPAN&gt;&amp;lt;suffix&amp;gt;)&amp;lt;/suffix&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;prefix&amp;gt;Request_User=&amp;lt;/prefix&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2021 08:25:18 GMT</pubDate>
    <dc:creator>manjunathmeti</dc:creator>
    <dc:date>2021-02-19T08:25:18Z</dc:date>
    <item>
      <title>Dropdown not working in the panels</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-not-working-in-the-panels/m-p/540485#M37047</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have one multiselect previously which was working fine in panels.&lt;/P&gt;&lt;P&gt;when I change multiselect to dropdown its not working in the panels.&lt;/P&gt;&lt;P&gt;Can someone guide me on that.&lt;/P&gt;&lt;P&gt;Below is my current code:&lt;/P&gt;&lt;P&gt;&amp;lt;input type="dropdown" token="usr" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;NiFi_Users&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;choice value="*"&amp;gt;All Users&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=abc sourcetype=xyz source="user.log" process-groups | rex "\&amp;amp;lt;(?&amp;amp;lt;Request_User&amp;amp;gt;\w+)\&amp;amp;gt;\&amp;amp;lt;"|stats count by Request_User&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-60d@d&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;fieldForLabel&amp;gt;Request_User&amp;lt;/fieldForLabel&amp;gt;&lt;BR /&gt;&amp;lt;fieldForValue&amp;gt;Request_User&amp;lt;/fieldForValue&amp;gt;&lt;BR /&gt;&amp;lt;prefix&amp;gt;(&amp;lt;/prefix&amp;gt;&lt;BR /&gt;&amp;lt;suffix&amp;gt;)&amp;lt;/suffix&amp;gt;&lt;BR /&gt;&amp;lt;initialValue&amp;gt;*&amp;lt;/initialValue&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/P&gt;&lt;P&gt;PANEL CODE:&lt;/P&gt;&lt;P&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;chart&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;NiFi_Users&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=abc sourcetype=xyz source="user.log" process-groups | rex "\&amp;amp;lt;(?&amp;amp;lt;Request_User&amp;amp;gt;\w+)\&amp;amp;gt;\&amp;amp;lt;"|chart count(Request_User) as "Users" by Request_User|&lt;STRONG&gt;search $usr$&lt;/STRONG&gt;&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;/P&gt;&lt;P&gt;Can someone guide me on that.&lt;/P&gt;&lt;P&gt;What is wrong.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 08:03:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-not-working-in-the-panels/m-p/540485#M37047</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2021-02-19T08:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown not working in the panels</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-not-working-in-the-panels/m-p/540488#M37048</link>
      <description>&lt;LI-CODE lang="markup"&gt;&amp;lt;prefix&amp;gt;Request_User="&amp;lt;/prefix&amp;gt;
&amp;lt;suffix&amp;gt;"&amp;lt;/suffix&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 19 Feb 2021 08:11:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-not-working-in-the-panels/m-p/540488#M37048</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-02-19T08:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown not working in the panels</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-not-working-in-the-panels/m-p/540489#M37049</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;,&lt;BR /&gt;You need to update &lt;STRONG&gt;prefix&lt;/STRONG&gt; and remove&amp;nbsp;&lt;SPAN&gt;&amp;lt;suffix&amp;gt;)&amp;lt;/suffix&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;prefix&amp;gt;Request_User=&amp;lt;/prefix&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 08:25:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-not-working-in-the-panels/m-p/540489#M37049</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-02-19T08:25:18Z</dc:date>
    </item>
  </channel>
</rss>

