<?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: Static drop down menu for dashboard isn't working, need help. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277045#M53105</link>
    <description>&lt;P&gt;Downlaod the dashboard examples app and check out the &lt;CODE&gt;Dropdown Form Input Element&lt;/CODE&gt; example:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2016 15:26:28 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2016-07-21T15:26:28Z</dc:date>
    <item>
      <title>Static drop down menu for dashboard isn't working, need help.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277040#M53100</link>
      <description>&lt;P&gt;I've created a dashboard which can read pageviews the number of users for an application the most frequent users. I'm trying to create a drop down menu which will narrow the searches in the dashboard down by a field extracted (application) so that users can see the dashboards as they pertain to their specific app. I created one but for some reason its not functioning.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 14:51:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277040#M53100</guid>
      <dc:creator>pladamsplunk</dc:creator>
      <dc:date>2016-07-21T14:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Static drop down menu for dashboard isn't working, need help.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277041#M53101</link>
      <description>&lt;P&gt;Within the Static options area i have 'all' with value *, and app1 and app2 with their respective field values for the app. for my token I used 'fieldname' and for the token prefix i have the 'fieldname='. &lt;/P&gt;

&lt;P&gt;The issue is that when i switch from app1 and app2 it doesn't try and re-search. My 'search of change' box is also checked. &lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:07:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277041#M53101</guid>
      <dc:creator>pladamsplunk</dc:creator>
      <dc:date>2016-07-21T15:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Static drop down menu for dashboard isn't working, need help.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277042#M53102</link>
      <description>&lt;P&gt;Post your dashboard XML.  How are we supposed to help otherwise?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:16:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277042#M53102</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-21T15:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Static drop down menu for dashboard isn't working, need help.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277043#M53103</link>
      <description>&lt;P&gt;Visitor Information&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="time" token="field1"&amp;gt;
  &amp;lt;label/&amp;gt;
  &amp;lt;default&amp;gt;
    &amp;lt;earliestTime&amp;gt;0&amp;lt;/earliestTime&amp;gt;
    &amp;lt;latestTime/&amp;gt;
  &amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;input type="dropdown" token="Isam_app" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;Application&amp;lt;/label&amp;gt;
  &amp;lt;choice value="herculesct"&amp;gt;herculesct&amp;lt;/choice&amp;gt;
  &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;choice value="databusqa"&amp;gt;databusqa&amp;lt;/choice&amp;gt;
  &amp;lt;prefix&amp;gt;Isam_app=&amp;lt;/prefix&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;


&amp;lt;panel&amp;gt;
  &amp;lt;table&amp;gt;
    &amp;lt;title&amp;gt;Pages and User Information&amp;lt;/title&amp;gt;
    &amp;lt;searchString&amp;gt;index=isamdev eventtype=pageview_usportal http_method=GET user="*" http_request="*" | stats count AS Pages, dc(user) AS Users | eval "Pages/User"=Pages/Users&amp;lt;/searchString&amp;gt;
    &amp;lt;earliestTime&amp;gt;$field1.earliest$&amp;lt;/earliestTime&amp;gt;
    &amp;lt;latestTime&amp;gt;$field1.latest$&amp;lt;/latestTime&amp;gt;
    &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
    &amp;lt;option name="rowNumbers"&amp;gt;false&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;cell&amp;lt;/option&amp;gt;
    &amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;
  &amp;lt;/table&amp;gt;
&amp;lt;/panel&amp;gt;


&amp;lt;panel&amp;gt;
  &amp;lt;chart&amp;gt;
    &amp;lt;title&amp;gt;Top Users&amp;lt;/title&amp;gt;
    &amp;lt;searchString&amp;gt;index=isamdev eventtype=pageview_usportal NOT unauthenticated user="*" | top limit=5 user&amp;lt;/searchString&amp;gt;
    &amp;lt;earliestTime&amp;gt;$field1.earliest$&amp;lt;/earliestTime&amp;gt;
    &amp;lt;latestTime&amp;gt;$field1.latest$&amp;lt;/latestTime&amp;gt;
    &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY2.enabled"&amp;gt;false&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY2.scale"&amp;gt;inherit&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart"&amp;gt;pie&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.stackMode"&amp;gt;default&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.legend.placement"&amp;gt;right&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;Pageviews&amp;lt;/title&amp;gt;
    &amp;lt;searchString&amp;gt;index=isamdev eventtype=pageview_usportal user="*" http_request="*" | timechart dc(http_request) AS Pageviews&amp;lt;/searchString&amp;gt;
    &amp;lt;earliestTime&amp;gt;$field1.earliest$&amp;lt;/earliestTime&amp;gt;
    &amp;lt;latestTime&amp;gt;$field1.latest$&amp;lt;/latestTime&amp;gt;
    &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY2.enabled"&amp;gt;false&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY2.scale"&amp;gt;inherit&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart"&amp;gt;line&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.stackMode"&amp;gt;default&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.legend.placement"&amp;gt;right&amp;lt;/option&amp;gt;
  &amp;lt;/chart&amp;gt;
&amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:17:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277043#M53103</guid>
      <dc:creator>pladamsplunk</dc:creator>
      <dc:date>2016-07-21T15:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Static drop down menu for dashboard isn't working, need help.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277044#M53104</link>
      <description>&lt;P&gt;What do you think?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:24:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277044#M53104</guid>
      <dc:creator>pladamsplunk</dc:creator>
      <dc:date>2016-07-21T15:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Static drop down menu for dashboard isn't working, need help.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277045#M53105</link>
      <description>&lt;P&gt;Downlaod the dashboard examples app and check out the &lt;CODE&gt;Dropdown Form Input Element&lt;/CODE&gt; example:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:26:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277045#M53105</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-21T15:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Static drop down menu for dashboard isn't working, need help.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277046#M53106</link>
      <description>&lt;P&gt;You need to actually use the token inside of your search, like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;searchString&amp;gt;index=isamdev eventtype=pageview_usportal http_method=GET $Isam_app$ user="*" http_request="*" | stats count AS Pages, dc(user) AS Users | eval "Pages/User"=Pages/Users&amp;lt;/searchString&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:40:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277046#M53106</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-21T15:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Static drop down menu for dashboard isn't working, need help.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277047#M53107</link>
      <description>&lt;P&gt;thank you for spotting my mistake. It works now&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:43:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277047#M53107</guid>
      <dc:creator>pladamsplunk</dc:creator>
      <dc:date>2016-07-21T15:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Static drop down menu for dashboard isn't working, need help.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277048#M53108</link>
      <description>&lt;P&gt;Just a note: that style of XML is deprecated in at least 6.4, and I think 6.3 (iirc) Here is the updated xml:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;search&amp;gt;
    &amp;lt;query&amp;gt;index=isamdev eventtype=pageview_usportal user="*" http_request="*" | timechart dc(http_request) AS Pageviews&amp;lt;/query&amp;gt;
     &amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;
     &amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;
  &amp;lt;/search&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Jul 2016 16:02:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Static-drop-down-menu-for-dashboard-isn-t-working-need-help/m-p/277048#M53108</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2016-07-21T16:02:10Z</dc:date>
    </item>
  </channel>
</rss>

