<?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 Menu problem in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344935#M41821</link>
    <description>&lt;P&gt;Hi niketnilay,&lt;/P&gt;

&lt;P&gt;The issue with ALL remains. I have even tried your sample above and did adjustments as needed but still, ALL does not work. Niether for Project NOR for Project Servers. I can not use servers manually within the code as you suggested because I have them in thousands and I have to use lookup. Didn't attempt to do TOP piece because the ALL piece does not work. What to do next? Any manual adjustments in the source code to be precise pls?&lt;/P&gt;</description>
    <pubDate>Sun, 15 Apr 2018 21:23:10 GMT</pubDate>
    <dc:creator>mbasharat</dc:creator>
    <dc:date>2018-04-15T21:23:10Z</dc:date>
    <item>
      <title>Drop Down Menu problem</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344928#M41814</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;

&lt;P&gt;Thanks in-advance for answering this question.&lt;/P&gt;

&lt;P&gt;I have two drop down menus.&lt;/P&gt;

&lt;P&gt;Drop Down 1 has Project Acronyms as ProjectA, ProjectB etc&lt;BR /&gt;
Drop Down 2 has Hosts associated with selected Drop Down 1 Project.&lt;/P&gt;

&lt;P&gt;Drop down 2 populates after drop down 1 when selected as it should when I select them individually by project BUT they do not when I use Static filed All="*" for both that is actually supposed to show me all hosts in all projects OR all hosts in a selected project and results accordingly. Instead of showing me All hosts within that project, it is giving results of all hosts in all indexes which I do not want.&lt;/P&gt;

&lt;P&gt;I have tried several other posts but did not help. May be I missed something to understand.&lt;/P&gt;

&lt;P&gt;Can someone assist please?&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 03:13:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344928#M41814</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2018-04-15T03:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu problem</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344929#M41815</link>
      <description>&lt;P&gt;Can you share search your using for this drop downs?&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 04:49:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344929#M41815</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-04-15T04:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu problem</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344930#M41816</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I have lately sen this issue with many users. You are probably modifying your filter token queries and search queries and saving the dashboard. Refresh the dashboard 2-3 times, log out and log back in, your changes should get affected.&lt;BR /&gt;
I am also interested in the search query in your tokens, it should be something like this&lt;BR /&gt;
Drop down 1&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="abc" "blah blah blah"| dedup Project | table Project
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;your field for label and field for value should both have Project and you have probably set static option as something like Name ALL , value *&lt;BR /&gt;
Now, you need to pass your token from drop down 1 into the search query for drop down 2 token, spmething like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="abc" Project="$field1$" | dedup host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;you will set field for label and field for value as host in this token, field1 is your token from the first drop down.&lt;/P&gt;

&lt;P&gt;Am i correct in the way you are going so far?&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 08:17:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344930#M41816</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2018-04-15T08:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu problem</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344931#M41817</link>
      <description>&lt;P&gt;@mbasharat, this seems to be a duplicate of your previous question, &lt;A href="https://answers.splunk.com/answers/639024/splunk-drop-down-menu.html#answer-641390"&gt;https://answers.splunk.com/answers/639024/splunk-drop-down-menu.html#answer-641390&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;If it is not, can you please share the simple xml code for the two dropdown that are not working as expected?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;Cascading Form Input&lt;/CODE&gt; is a regular use case in Splunk and &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;Splunk Dashboard Examples&lt;/A&gt; app has this example.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 08:42:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344931#M41817</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-04-15T08:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu problem</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344932#M41818</link>
      <description>&lt;P&gt;It was a duplicate so I am posting it here and deleted the other one. Appreciate everyone's assistance here.&lt;/P&gt;

&lt;P&gt;The queries I am using with in the dynamic option is actually two lookup tables.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Drop down 1:&lt;/STRONG&gt;&lt;BR /&gt;
| inputlookup project_info.csv&lt;BR /&gt;
| fields project&lt;BR /&gt;
| dedup project&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Drop down 2:&lt;/STRONG&gt;&lt;BR /&gt;
| inputlookup project_servers.csv&lt;BR /&gt;
| search project=$project$&lt;BR /&gt;
| fields Host&lt;BR /&gt;
| dedup Host&lt;/P&gt;

&lt;P&gt;This queries are also slow including the drop downs as well as in the last snippet for Top LogIn Failure Hosts first of all but does produce the listing I need BUT problem is same above, the All="*" is outputs all hosts in indexes instead of just the ones with in a selected project from drop down 1 of All projects from drop down one. I will need faster queries as well pls. code below and rest of the panels follow.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;enter code here&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Sample&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="dropdown" token="project"&amp;gt;
  &amp;lt;label&amp;gt;Select Project&amp;lt;/label&amp;gt;
  &amp;lt;fieldForLabel&amp;gt;Project&amp;lt;/fieldForLabel&amp;gt;
  &amp;lt;fieldForValue&amp;gt;Project&amp;lt;/fieldForValue&amp;gt;
  &amp;lt;search&amp;gt;
    &amp;lt;query&amp;gt;| inputlookup project_servers_simple.csv | fields Project | dedup Project&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;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;

&amp;lt;/input&amp;gt;
&amp;lt;input type="dropdown" token="projectserver"&amp;gt;
  &amp;lt;label&amp;gt;Select Server&amp;lt;/label&amp;gt;
  &amp;lt;fieldForLabel&amp;gt;Host&amp;lt;/fieldForLabel&amp;gt;
  &amp;lt;fieldForValue&amp;gt;Host&amp;lt;/fieldForValue&amp;gt;
  &amp;lt;search&amp;gt;
    &amp;lt;query&amp;gt;| inputlookup boundary_servers_simple.csv | search Project="$project$" | fields Host | dedup Host&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;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;

&amp;lt;/input&amp;gt;
&amp;lt;input type="time" token="time" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;Time Picker&amp;lt;/label&amp;gt;
  &amp;lt;default&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;/default&amp;gt;
&amp;lt;/input&amp;gt;



&amp;lt;panel&amp;gt;
  &amp;lt;title&amp;gt;Top 10 LogIn Failures Hosts&amp;lt;/title&amp;gt;
  &amp;lt;chart&amp;gt;
    &amp;lt;search&amp;gt;
      &amp;lt;query&amp;gt;index=wineventlog sourcetype="WinEventLog:Security" host="$projectserver$"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;| search EventCode=4624 host=*&lt;BR /&gt;
| top host&lt;BR /&gt;
          &lt;BR /&gt;
          &lt;EARLIEST&gt;-24h@h&lt;/EARLIEST&gt;&lt;BR /&gt;
          &lt;LATEST&gt;now&lt;/LATEST&gt;&lt;BR /&gt;
        &lt;BR /&gt;
        pie&lt;BR /&gt;
        none&lt;BR /&gt;
      &lt;BR /&gt;
    &lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 13:48:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344932#M41818</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2018-04-15T13:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu problem</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344933#M41819</link>
      <description>&lt;P&gt;thanks again as well. the sourcecode and queries posted above.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 13:53:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344933#M41819</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2018-04-15T13:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu problem</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344934#M41820</link>
      <description>&lt;P&gt;@mbasharat, so following are two of your concerns:&lt;/P&gt;

&lt;P&gt;1) All Hosts (*) in the dropdown should search for Hosts specific to the Project/s selected, not all the hosts present in the index.&lt;BR /&gt;
2) Query performance (possibly for the the main search (do you also need for inputlookup?)&lt;/P&gt;

&lt;P&gt;Following are the queries you should try:&lt;/P&gt;

&lt;P&gt;1) Query for &lt;CODE&gt;Select Project&lt;/CODE&gt; dropdown (remains the same):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup project_servers_simple.csv | fields Project | dedup Project
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;2) Query for &lt;CODE&gt;Select Server&lt;/CODE&gt; dropdown (&lt;CODE&gt;where&lt;/CODE&gt; condition in the &lt;CODE&gt;inputlookup&lt;/CODE&gt; command):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup boundary_servers_simple.csv where Project="$project$" | fields Host | dedup Host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;3) Query for &lt;CODE&gt;Top 10 LogIn Failures Hosts&lt;/CODE&gt;. Filter events upfront in the base search. Your existing query gets all events codes and then filters required Event Codes. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=wineventlog sourcetype="WinEventLog:Security" EventCode=4624     [| inputlookup boundary_servers_simple.csv where Project="$project$" AND Host="$projectserver$" 
| fields Host 
| dedup Host 
| rename Host as host]
| top host showperc=f
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please try out and confirm. If the Final &lt;CODE&gt;Top 10&lt;/CODE&gt; search still takes longer than expected to complete, there might be couple of other ways required&lt;/P&gt;

&lt;P&gt;1) If you are on 6.6 or higher, you can pass on the list of comma separated hosts by coding the &lt;CODE&gt;&amp;lt;change&amp;gt;&lt;/CODE&gt; Event Handler for second lookup &lt;CODE&gt;Select Project&lt;/CODE&gt; from &lt;CODE&gt;boundary_servers_simple.csv&lt;/CODE&gt; lookup and use &lt;CODE&gt;host IN ("$projectserver$")&lt;/CODE&gt;&lt;BR /&gt;
2) Based on the minimum time window required for your Top 10 search you can create Summary Index for Various Event Codes so that your search query runs on summary index which will be faster than search on regular index.&lt;/P&gt;

&lt;P&gt;Following is a run anywhere example. Since the data is cooked up to match expected output the search filter on the Top 10 Login failures by host query is applied after mock data is generated. The cooked up data has 6 hosts, however, the results are displayed based on Hosts returned in the &lt;CODE&gt;Selected Server&lt;/CODE&gt; dropdown.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4790i23F812B2B51D794A/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Following is the Run anywhere Dashboard Code based on the code/details provided:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Cascaded Dropdown Menu&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="dropdown" token="project"&amp;gt;
      &amp;lt;label&amp;gt;Select Project&amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;Project&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;Project&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;| inputlookup project_servers_simple.csv | fields Project | dedup Project&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;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="dropdown" token="projectserver"&amp;gt;
      &amp;lt;label&amp;gt;Select Server&amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;Host&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;Host&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;| inputlookup boundary_servers_simple.csv where Project="$project$" 
| fields Host
| dedup Host&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;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="time" token="time" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Time Picker&amp;lt;/label&amp;gt;
      &amp;lt;default&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;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Top 3 Log In Failures Hosts&amp;lt;/title&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|  makeresults
|  eval data="host=host1,count=5;host=host2,count=3;host=host3,count=1;host=host4,count=10;host=host5,count=3;host=host6,count=1;host=host1,count=2;host=host3,count=3;host=host1,count=1;host=host5,count=1;host=host1,count=3;host=host2,count=1"
|  makemv data  delim=";" 
|  mvexpand data
|  rename data as _raw
|  KV
| search 
    [| inputlookup boundary_servers_simple.csv where Project="$project$" AND Host="$projectserver$" 
    | fields Host 
    | dedup Host 
    | rename Host as host]
| top 3 host&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;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;pie&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.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;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 15 Apr 2018 19:16:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344934#M41820</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-04-15T19:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu problem</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344935#M41821</link>
      <description>&lt;P&gt;Hi niketnilay,&lt;/P&gt;

&lt;P&gt;The issue with ALL remains. I have even tried your sample above and did adjustments as needed but still, ALL does not work. Niether for Project NOR for Project Servers. I can not use servers manually within the code as you suggested because I have them in thousands and I have to use lookup. Didn't attempt to do TOP piece because the ALL piece does not work. What to do next? Any manual adjustments in the source code to be precise pls?&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 21:23:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344935#M41821</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2018-04-15T21:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu problem</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344936#M41822</link>
      <description>&lt;P&gt;Can you try the following query with &lt;CODE&gt;$project$&lt;/CODE&gt; as one of your projects. See whether you get only the hosts for that specific project or not? If you notice I have &lt;CODE&gt;Host&lt;/CODE&gt;set to &lt;CODE&gt;*&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=wineventlog sourcetype="WinEventLog:Security" EventCode=4624     [| inputlookup boundary_servers_simple.csv where Project="$project$" AND Host="*" 
 | fields Host 
 | dedup Host 
 | rename Host as host]
 | top host showperc=f
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Are you saying the output of run anywhere example is also not as per your expectation? What is the issue with that?&lt;BR /&gt;
The suggested query changes for your dashboard are before run anywhere example and there is no &lt;CODE&gt;manual&lt;/CODE&gt; code, so can you please explain what do you mean by &lt;CODE&gt;use servers manually within code&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 23:28:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344936#M41822</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-04-15T23:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu problem</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344937#M41823</link>
      <description>&lt;P&gt;Hi nikenilay, &lt;/P&gt;

&lt;P&gt;Good news, this new query worked with the Host="*" tweak.&lt;BR /&gt;
Bad news, I also used this with slight adjustment for statistical table panel and its taking a very long time! How to tweak it for that pls.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 02:37:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344937#M41823</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2018-04-16T02:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu problem</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344938#M41824</link>
      <description>&lt;P&gt;one correction, actually for both pie chart for top host and stats table panel both are taking very long.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 02:39:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344938#M41824</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2018-04-16T02:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu problem</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344939#M41825</link>
      <description>&lt;P&gt;@mbasharat &lt;CODE&gt;Host="*"&lt;/CODE&gt; was for you to test. It should be &lt;CODE&gt;Host="$projectserver$"&lt;/CODE&gt; once you have tested. &lt;/P&gt;

&lt;P&gt;If you are using same/Similar query in Pie Chart and Table you can use Post Processing. Can you share the query for Table?&lt;/P&gt;

&lt;P&gt;Also Which version of Splunk are you on? Are you on Splunk 6.6 or higher?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 05:08:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344939#M41825</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-04-16T05:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu problem</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344940#M41826</link>
      <description>&lt;P&gt;We have Splunk 6.6.5 and 6.6.6 in different environments.&lt;/P&gt;

&lt;P&gt;I actually meant to say Host="$projectserver$", this is what happens at half past 12 midnight! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; while typing.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Stats table query is:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;index=wineventlog sourcetype="WinEventLog:Security" EventCode=4624 [| inputlookup boundary_servers_simple.csv WHERE Boundary="$boundary$" AND Host="$projectserver$" | fields Host| dedup Host| rename Host as host]&lt;BR /&gt;
| stats count by host, Account_Name, EventCode, EventCodeDescription, _time&lt;BR /&gt;
| fieldformat _time=strftime('_time', "%m/%d/%Y %T")&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:06:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344940#M41826</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2020-09-29T19:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu problem</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344941#M41827</link>
      <description>&lt;P&gt;Oh I am glad that means we are close. Only issue is performance of the actual query.&lt;/P&gt;

&lt;P&gt;As stated in one of previous comments, the following command can be avoided as it is already being run in the dropdown for &lt;CODE&gt;Select Server&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;[| inputlookup boundary_servers_simple.csv WHERE Boundary="$boundary$" AND Host="$projectserver$" | fields Host| dedup Host| rename Host as host]&lt;BR /&gt;
Instead of re-running the query we can pass on the specific host names. In Splunk 6.6 &lt;CODE&gt;IN()&lt;/CODE&gt; atrribute can be used i.e. &lt;CODE&gt;host IN ("host1","host2","host3")&lt;/CODE&gt;, but 6.5 will need a query would be like &lt;CODE&gt;host="host1" OR host="host2" OR host="host3"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Let me post updated answer with &lt;CODE&gt;&amp;lt;change&amp;gt;&lt;/CODE&gt; event handler for &lt;CODE&gt;Select Server&lt;/CODE&gt; so that above query can be sent.&lt;/P&gt;

&lt;P&gt;However, if that does not improve performance it would imply that your query really has to search through a lot of events and only possibility to speed up the query would be to use Summary Indexing. I see that you are performing &lt;CODE&gt;stats by _time&lt;/CODE&gt; as well. Is there a reason why you are not defining span like &lt;CODE&gt;bin span=1h _time&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:02:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344941#M41827</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-09-29T19:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu problem</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344942#M41828</link>
      <description>&lt;P&gt;Following is updated Run Anywhere Example. It has following two changes.&lt;BR /&gt;
1) The Select Server dropdown sends host="host1" or host IN ("host1","host2") depending on option selected (which means each time Project Changes Select Server dropdown is reset).&lt;/P&gt;

&lt;P&gt;2) The query for stats table is used as a base search for post processing and the same results are used in the Pie Chart with Top command. Which means data is pulled from index only once.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Cascaded Dropdown&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="dropdown" token="project" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Select Project&amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;Project&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;Project&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;| inputlookup project_servers_simple.csv | fields Project | dedup Project&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;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
      &amp;lt;change&amp;gt;
        &amp;lt;unset token="form.projectserver"&amp;gt;&amp;lt;/unset&amp;gt;
        &amp;lt;unset token="tokSelectedServers"&amp;gt;&amp;lt;/unset&amp;gt;
      &amp;lt;/change&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="dropdown" token="projectserver" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Select Server&amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;label&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;host&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;| inputlookup boundary_servers_simple.csv where Project="$project$" 
| fields Host
| dedup Host
| rename Host as host
| mvcombine delim="," host 
| nomv host
| eval label="All"
| append [| inputlookup boundary_servers_simple.csv where Project="$project$" 
| fields Host
| dedup Host
| rename Host as host
| eval label=host]&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;change&amp;gt;
        &amp;lt;condition label="All"&amp;gt;
          &amp;lt;set token="tokSelectedServers"&amp;gt;host IN ($value$)&amp;lt;/set&amp;gt;
        &amp;lt;/condition&amp;gt;
        &amp;lt;condition&amp;gt;
          &amp;lt;set token="tokSelectedServers"&amp;gt;host=$value$&amp;lt;/set&amp;gt;
        &amp;lt;/condition&amp;gt;
      &amp;lt;/change&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="time" token="time" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Time Picker&amp;lt;/label&amp;gt;
      &amp;lt;default&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;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Top 3 Log In Failures Hosts&amp;lt;/title&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search base="baseStatsSearch"&amp;gt;
          &amp;lt;query&amp;gt;stats sum(count) as count by host
 | sort - count
 | top 3 host&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;pie&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.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;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search id="baseStatsSearch"&amp;gt;
          &amp;lt;query&amp;gt;| makeresults 
| eval data="host=host1,count=5,Account_Name=ABC,EventCode=4624,EventCodeDescription=Test;host=host2,count=3,Account_Name=ABC,EventCode=4624,EventCodeDescription=Test;host=host3,count=1,Account_Name=ABC,EventCode=4624,EventCodeDescription=Test;host=host4,count=10,Account_Name=ABC,EventCode=4624,EventCodeDescription=Test;host=host5,count=3,Account_Name=ABC,EventCode=4624,EventCodeDescription=Test;host=host6,count=1,Account_Name=ABC,EventCode=4624,EventCodeDescription=Test;host=host1,count=2,Account_Name=DEF,EventCode=4624,EventCodeDescription=Test;host=host3,count=3,Account_Name=HIJ,EventCode=4624,EventCodeDescription=Test;host=host1,count=1,Account_Name=ABC,EventCode=4624,EventCodeDescription=Test;host=host5,count=1,Account_Name=ABC,EventCode=4624,EventCodeDescription=Test;host=host1,count=3,Account_Name=DEF,EventCode=4624,EventCodeDescription=Test;host=host2,count=1,Account_Name=DEF,EventCode=4624,EventCodeDescription=Test" 
| makemv data delim=";" 
| mvexpand data 
| rename data as _raw 
| KV 
| search $tokSelectedServers$
| bin _time span=1h 
| stats count by host, Account_Name, EventCode, EventCodeDescription, _time&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="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;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please try out and confirm!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 16:33:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344942#M41828</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-04-16T16:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu problem</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344943#M41829</link>
      <description>&lt;P&gt;Thanks nikenilay,&lt;/P&gt;

&lt;P&gt;I got a little confused actually because I have thousands of hosts and can't put each in lets say | makerresults piece for instance. &lt;/P&gt;

&lt;P&gt;Here is my complete source code for one of the dashboards, pls guide me what is up with this to make it faster and post processing. It runs perfectly fine, just is slow. Adjust as you suggest it should be.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;

  &amp;lt;label&amp;gt;Sample&amp;lt;/label&amp;gt;
  &amp;lt;fieldset autoRun="true" submitButton="false"&amp;gt;
    &amp;lt;input type="dropdown" token="boundary"&amp;gt;
      &amp;lt;label&amp;gt;Select a Boundary&amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;Boundary&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;Boundary&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;| inputlookup boundary_servers_simple.csv
| fields Boundary
| dedup Boundary&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;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;

&amp;lt;/input&amp;gt;
    &amp;lt;input type="dropdown" token="server" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Host in Boundary&amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;FQDN&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;FQDN&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;| inputlookup boundary_servers_simple.csv where Boundary="$boundary$"
| fields FQDN
| dedup FQDN
| sort by FQDN Asc&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;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;

&amp;lt;input type="dropdown" token="eventcode" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Event Code&amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;EventCode&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;EventCode&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;| inputlookup Windows2008andAbove_EventCode_AllSources.csv
| fields EventCode
| dedup EventCode
| sort EventCode Asc&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;default&amp;gt;4624&amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;

&amp;lt;input type="dropdown" token="description" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;EventType&amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;EventCodeDescription&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;EventCodeDescription&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;| inputlookup Windows2008andAbove_EventCode_AllSources.csv
| where EventCode="$eventcode$"
| fields EventCodeDescription&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;default&amp;gt;An account was successfully logged on&amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;

&amp;lt;input type="time" token="time" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Time Picker&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliest&amp;gt;-7d@h&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;

&amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Results for Boundary=($boundary$), Server=($server$)&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;title&amp;gt;Event Code ($eventcode$) - $description$&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=wineventlog sourcetype="WinEventLog:Security" EventCode="$eventcode$" Account_Name!="*$" Account_Name!="SYSTEM" Account_Name!="LOCAL ACCOUNT" Account_Name!="HealthMail*" Account_Name!="Symantec*" Account_Name!="SMP*" Account_Name!="*POOL" Account_Name!="APPPOOL*" Account_Name!="NETWORK SERVICE" [| inputlookup boundary_servers_simple.csv WHERE Boundary="$boundary$" AND FQDN="$server$" | fields FQDN | dedup FQDN | rename FQDN as host | eval Account_Name=mvindex(Account_Name, 1)]
| eval Account_Domain=mvindex(Account_Domain, 1)
| stats count by host, Account_Domain, Account_Name, EventCode, EventCodeDescription, _time
| where NOT LIKE(LOWER(Account_Name),"-")
| fieldformat _time=strftime('_time', "%m/%d/%Y %T")
| dedup Account_Name&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;$time.earliest$&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;$time.latest$&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;row&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;chart&amp;gt;
        &amp;lt;title&amp;gt;Top LogIn Failures Destinations @ $boundary$ Boundary&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=wineventlog sourcetype="WinEventLog:Security" EventCode=4625 [| inputlookup boundary_servers_simple.csv WHERE Boundary="$boundary$" AND FQDN="$server$" | fields FQDN | dedup FQDN | rename FQDN as host]
| stats count by host
| top host showperc=f&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;$time.earliest$&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;$time.latest$&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;pie&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;302&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;

&amp;lt;chart&amp;gt;
        &amp;lt;title&amp;gt;Top LogIn Failures by User @ $boundary$ Boundary&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=wineventlog sourcetype="WinEventLog:Security" EventCode=4625 Account_Name!="*$" Account_Name!="SYSTEM" Account_Name!="LOCAL ACCOUNT" Account_Name!="HealthMail*" Account_Name!="Symantec*" Account_Name!="SMP*" Account_Name!="*POOL" Account_Name!="APPPOOL*" Account_Name!="NETWORK SERVICE" Account_Name!="GAdminAD" Account_Name!="GadminAD" Account_Name!="LOCAL SERVICE" [| inputlookup boundary_servers_simple.csv WHERE Boundary="$boundary$" AND FQDN="$server$" | fields FQDN | dedup FQDN | rename FQDN as host]
| where NOT LIKE(LOWER(Account_Name),"%svc")
| top Account_Name showperc=f&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;$time.earliest$&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;$time.latest$&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;pie&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;299&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;   

&amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;title&amp;gt;Top LogIn Failures Explicit by User @ $boundary$ Boundary&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=wineventlog sourcetype="WinEventLog:Security" EventCode=4648 Account_Name!="*$" Account_Name!="SYSTEM" Account_Name!="LOCAL ACCOUNT" Account_Name!="HealthMail*" Account_Name!="Symantec*" Account_Name!="SMP*" Account_Name!="*POOL" Account_Name!="APPPOOL*" Account_Name!="NETWORK SERVICE" Account_Name!="GAdminAD" Account_Name!="GadminAD" Account_Name!="LOCAL SERVICE" [| inputlookup boundary_servers_simple.csv WHERE Boundary="$boundary$" AND FQDN="$server$" | fields FQDN | dedup FQDN | rename FQDN as host]
| where NOT LIKE(LOWER(Account_Name),"%svc")
| top Account_Name showperc=f&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;$time.earliest$&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;$time.latest$&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;pie&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;300&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;

&amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
       &amp;lt;title&amp;gt;Top LogIn Failures SVC Account/s @ $boundary$ Boundary&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=wineventlog sourcetype="WinEventLog:Security" EventCode=4625 Account_Name!="*$" Account_Name!="SYSTEM" Account_Name!="LOCAL ACCOUNT" Account_Name!="HealthMail*" Account_Name!="Symantec*" Account_Name!="SMP*" Account_Name!="*POOL" Account_Name!="APPPOOL*" Account_Name!="NETWORK SERVICE" Account_Name!="GAdminAD" Account_Name!="GadminAD" Account_Name!="LOCAL SERVICE" [| inputlookup boundary_servers_simple.csv WHERE Boundary="$boundary$" AND FQDN="$server$" | fields FQDN | dedup FQDN | rename FQDN as host]
| where LIKE(LOWER(Account_Name),"%svc")
| top Account_Name showperc=f&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;$time.earliest$&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;$time.latest$&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;pie&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;300&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Apr 2018 00:32:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drop-Down-Menu-problem/m-p/344943#M41829</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2018-04-17T00:32:55Z</dc:date>
    </item>
  </channel>
</rss>

