<?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: Ever wonder which dashboards are being used and what users are using them? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262300#M16497</link>
    <description>&lt;P&gt;this query doesn't seem to work for me &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;query&amp;gt;index="_internal" source=*access* user!="-" $user$ source="/opt/splunk/var/log/splunk/splunkd_ui_access.log" "en-US/app"  | rex field=referer "en-US/app/(?&amp;amp;lt;app&amp;amp;gt;[^/]+)/(?&amp;amp;lt;dashboard&amp;amp;gt;[^?/\s]+)" | search app="search" dashboard!="job_management" dashboard!="dbinfo" dashboard!="*en-US" dashboard!="search" dashboard!="home" dashboard!="alerts" dashboard!="dashboards" dashboard!="reports" dashboard!="report" | bucket _time span=1d | stats dc(dashboard) as c by dashboard user _time  | timechart span=1d limit=25 useother=f count by dashboard&amp;lt;/query&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;even with the modification &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Replace all source references using splunkd_ui_acc.log references to just "`sourcetype=splunkd_ui_access`"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 16 Sep 2016 20:05:23 GMT</pubDate>
    <dc:creator>dbcase</dc:creator>
    <dc:date>2016-09-16T20:05:23Z</dc:date>
    <item>
      <title>Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262291#M16488</link>
      <description>&lt;P&gt;The dashboard below should help answer that question for you.&lt;/P&gt;

&lt;P&gt;The User dropdown uses a &lt;CODE&gt;|rest&lt;/CODE&gt; search to get a list of LDAP users so if you don't have access to run &lt;CODE&gt;| rest&lt;/CODE&gt; or aren't using LDAP then that dropdown won't populate but the dashboard will still work fine you just won't be able to look at all dashboard usage for a single user.&lt;/P&gt;

&lt;P&gt;You can drilldown on any dashboard that shows in the chart to see the specific users that are using the dashboard per day. To go back to the main chart select the "Reset Drilldown" button. &lt;/P&gt;

&lt;P&gt;NOTE - You will need the tokenlinks.js available for the reset button to work. I got it from the 6.x Dashboard Examples App.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;form script="tokenlinks.js"&amp;gt;
    &amp;lt;label&amp;gt;Dashboard Usage&amp;lt;/label&amp;gt;
    &amp;lt;fieldset submitButton="true"&amp;gt;
      &amp;lt;input type="time" token="field1"&amp;gt;
        &amp;lt;label&amp;gt;Max is 30 days back&amp;lt;/label&amp;gt;
        &amp;lt;default&amp;gt;
          &amp;lt;earliest&amp;gt;-3d@d&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;input type="multiselect" token="user"&amp;gt;
        &amp;lt;label&amp;gt;User&amp;lt;/label&amp;gt;
        &amp;lt;choice value="*"&amp;gt;All Users&amp;lt;/choice&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|rest /services/authentication/users splunk_server=local 
   |fields title type realname|rename title as userName|rename realname as Name | search type=LDAP | eval display=userName+" - "+Name | fields userName display&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;fieldForLabel&amp;gt;display&amp;lt;/fieldForLabel&amp;gt;
        &amp;lt;fieldForValue&amp;gt;userName&amp;lt;/fieldForValue&amp;gt;
        &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
        &amp;lt;prefix&amp;gt;user=&amp;lt;/prefix&amp;gt;
        &amp;lt;delimiter&amp;gt; OR user=&amp;lt;/delimiter&amp;gt;
      &amp;lt;/input&amp;gt;
    &amp;lt;/fieldset&amp;gt;
    &amp;lt;search id="baseDashboardUse"&amp;gt;
        &amp;lt;query&amp;gt;index="_internal" user!="-"  sourcetype=splunkd_ui_access "en-US/app"  | rex field=referer "en-US/app/(?&amp;lt;app&amp;gt;[^/]+)/(?&amp;lt;dashboard&amp;gt;[^?/\s]+)" | search  dashboard!="job_management" dashboard!="dbinfo" dashboard!="*en-US" dashboard!="search" dashboard!="home" dashboard!="alerts" dashboard!="dashboards" dashboard!="reports" dashboard!="report" | bucket _time span=1d | stats dc(dashboard) as c by dashboard user _time  &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;
    &amp;lt;row&amp;gt;
      &amp;lt;panel depends="$field1.earliest$" rejects="$dashboard$"&amp;gt;
        &amp;lt;title&amp;gt;Distinct count of users that visited each dashboard per day - (Top 25)&amp;lt;/title&amp;gt;
        &amp;lt;chart&amp;gt;
          &amp;lt;title&amp;gt;Select a dashboard to see more info about it&amp;lt;/title&amp;gt;
          &amp;lt;search base="baseDashboardUse"&amp;gt;
            &amp;lt;query&amp;gt;search $user$ | timechart span=1d limit=25 useother=f count by dashboard&amp;lt;/query&amp;gt;           
          &amp;lt;/search&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;90&amp;lt;/option&amp;gt;
          &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;collapsed&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;0&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;column&amp;lt;/option&amp;gt;
          &amp;lt;option name="charting.chart.bubbleMaximumSize"&amp;gt;50&amp;lt;/option&amp;gt;
          &amp;lt;option name="charting.chart.bubbleMinimumSize"&amp;gt;10&amp;lt;/option&amp;gt;
          &amp;lt;option name="charting.chart.bubbleSizeBy"&amp;gt;area&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.showDataLabels"&amp;gt;none&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;stacked&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;drilldown&amp;gt;
            &amp;lt;set token="dashboard"&amp;gt;$click.name2$&amp;lt;/set&amp;gt;
          &amp;lt;/drilldown&amp;gt;
          &amp;lt;option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option&amp;gt;
          &amp;lt;option name="charting.layout.splitSeries.allowIndependentYRanges"&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;option name="height"&amp;gt;800&amp;lt;/option&amp;gt;
        &amp;lt;/chart&amp;gt;
      &amp;lt;/panel&amp;gt;
    &amp;lt;/row&amp;gt;
    &amp;lt;row&amp;gt;
      &amp;lt;panel depends="$dashboard$"&amp;gt;
        &amp;lt;title&amp;gt;Distinct count of users that visited each dashboard per day&amp;lt;/title&amp;gt;
        &amp;lt;chart&amp;gt;
          &amp;lt;search base="baseDashboardUse"&amp;gt;
            &amp;lt;query&amp;gt;search dashboard=$dashboard$ | timechart span=1d limit=25 useother=f count by dashboard&amp;lt;/query&amp;gt;           
          &amp;lt;/search&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;90&amp;lt;/option&amp;gt;
          &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;collapsed&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;0&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;column&amp;lt;/option&amp;gt;
          &amp;lt;option name="charting.chart.bubbleMaximumSize"&amp;gt;50&amp;lt;/option&amp;gt;
          &amp;lt;option name="charting.chart.bubbleMinimumSize"&amp;gt;10&amp;lt;/option&amp;gt;
          &amp;lt;option name="charting.chart.bubbleSizeBy"&amp;gt;area&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.showDataLabels"&amp;gt;none&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;stacked&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;none&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.layout.splitSeries.allowIndependentYRanges"&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;bottom&amp;lt;/option&amp;gt;
          &amp;lt;option name="height"&amp;gt;400&amp;lt;/option&amp;gt;
        &amp;lt;/chart&amp;gt;
      &amp;lt;/panel&amp;gt;
    &amp;lt;/row&amp;gt;
    &amp;lt;row&amp;gt;
      &amp;lt;panel&amp;gt;
        &amp;lt;title&amp;gt;Distinct users that visited $dashboard$&amp;lt;/title&amp;gt;
        &amp;lt;html depends="$dashboard$"&amp;gt;
           &amp;lt;button class="btn" data-unset-token="dashboard"&amp;gt;Reset Drilldown&amp;lt;/button&amp;gt;
        &amp;lt;/html&amp;gt;
        &amp;lt;table depends="$dashboard$"&amp;gt;
         &amp;lt;search base="baseDashboardUse"&amp;gt;
            &amp;lt;query&amp;gt;search dashboard=$dashboard$ | stats values(user) as "Unique Users" by _time&amp;lt;/query&amp;gt;           
         &amp;lt;/search&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;/row&amp;gt;
  &amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&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/719iEE49C7B2E30E33E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;BR /&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/720iA40A10CA53AFF9A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 15:06:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262291#M16488</guid>
      <dc:creator>MattZerfas</dc:creator>
      <dc:date>2015-10-08T15:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262292#M16489</link>
      <description>&lt;P&gt;If this helped you upvote this to show that it would be nice to have more dashboards like this out of the box for admins to see what users are doing. If you used this and made any enhancements/changes please comment below so all of us can benefit from them. &lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 13:09:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262292#M16489</guid>
      <dc:creator>MattZerfas</dc:creator>
      <dc:date>2015-10-09T13:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262293#M16490</link>
      <description>&lt;P&gt;This is very useful.  However, to make it work on a Windows install I had to change:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;source="/opt/splunk/var/log/splunk/splunkd_ui_access.log"&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;to&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;source="*splunkd_ui_access.log"&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:46:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262293#M16490</guid>
      <dc:creator>willisiw</dc:creator>
      <dc:date>2020-09-29T10:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262294#M16491</link>
      <description>&lt;P&gt;Dumb question, but where do I add tokenlinks.js? If I add it to appserver/static, I still don't see a reset button.&lt;BR /&gt;
Edit: leaving this up here because I'm impatient. It does show up.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 19:16:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262294#M16491</guid>
      <dc:creator>banderson7</dc:creator>
      <dc:date>2016-09-16T19:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262295#M16492</link>
      <description>&lt;P&gt;This is good. Here are my changes:-&lt;/P&gt;

&lt;P&gt;1) Replace all source references using splunkd_ui_acc.log references to just "&lt;CODE&gt;sourcetype=splunkd_ui_access&lt;/CODE&gt;", as it'll always work regardless of OS, install directory etc. changes.&lt;BR /&gt;
2) Remove app=search filter as there can be dashboard in different app&lt;BR /&gt;
3) Used post-process for performance improvement.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:01:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262295#M16492</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-09-29T11:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262296#M16493</link>
      <description>&lt;P&gt;Odd, I see the dropdowns but I get Search returned no results.....   We aren't using LDAP and I'm admin.  I did a straight copy/paste.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 19:48:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262296#M16493</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-16T19:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262297#M16494</link>
      <description>&lt;P&gt;If you're not using LDAP authentication then update the multiselect query to change &lt;CODE&gt;| search type=LDAP&lt;/CODE&gt; with &lt;CODE&gt;| search type=Splunk&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 19:54:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262297#M16494</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-09-16T19:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262298#M16495</link>
      <description>&lt;P&gt;will give that a try....   I hacked at the first query and came up with this  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal"  sourcetype=splunkd_ui_access   |rex field=referer "en-US/app/(?&amp;lt;app&amp;gt;[^/]+)/(?&amp;lt;dashboard&amp;gt;[^?/\s]+)" `|search app="search" dashboard!="job_management" dashboard!="dbinfo" dashboard!="*en-US" dashboard!="search" dashboard!="home" dashboard!="alerts" dashboard!="dashboards" dashboard!="reports" dashboard!="report" |`bucket _time span=1d | stats dc(dashboard) as c by dashboard user _time  | timechart span=1d limit=25 useother=f count by dashboard
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but it fails at the section below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; |search app="search" dashboard!="job_management" dashboard!="dbinfo" dashboard!="*en-US" dashboard!="search" dashboard!="home" dashboard!="alerts" dashboard!="dashboards" dashboard!="reports" dashboard!="report" |
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Sep 2016 20:00:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262298#M16495</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-16T20:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262299#M16496</link>
      <description>&lt;P&gt;using &lt;CODE&gt;| search type=Splunk&lt;/CODE&gt; got the users to populate, thanks!  Dashboard is still returning zero results when ALL users is selected.  If I select a single user (me) I get the same blank dashboard result.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 20:03:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262299#M16496</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-16T20:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262300#M16497</link>
      <description>&lt;P&gt;this query doesn't seem to work for me &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;query&amp;gt;index="_internal" source=*access* user!="-" $user$ source="/opt/splunk/var/log/splunk/splunkd_ui_access.log" "en-US/app"  | rex field=referer "en-US/app/(?&amp;amp;lt;app&amp;amp;gt;[^/]+)/(?&amp;amp;lt;dashboard&amp;amp;gt;[^?/\s]+)" | search app="search" dashboard!="job_management" dashboard!="dbinfo" dashboard!="*en-US" dashboard!="search" dashboard!="home" dashboard!="alerts" dashboard!="dashboards" dashboard!="reports" dashboard!="report" | bucket _time span=1d | stats dc(dashboard) as c by dashboard user _time  | timechart span=1d limit=25 useother=f count by dashboard&amp;lt;/query&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;even with the modification &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Replace all source references using splunkd_ui_acc.log references to just "`sourcetype=splunkd_ui_access`"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Sep 2016 20:05:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262300#M16497</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-16T20:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262301#M16498</link>
      <description>&lt;P&gt;appears it is the rex..... it is extracting any fields....  I'll poke at it&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 20:11:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262301#M16498</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-16T20:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262302#M16499</link>
      <description>&lt;P&gt;errrr correction....  it is NOT extracting any fields&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 20:11:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262302#M16499</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-16T20:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262303#M16500</link>
      <description>&lt;P&gt;appears I do not have a referer field for the rex to extract from.   I wonder if this is because that I'm using Splunk Cloud?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;rex field=referer  &amp;lt;-referer field does not exist on our instance of Splunk Cloud
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Sep 2016 20:16:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262303#M16500</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-16T20:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262304#M16501</link>
      <description>&lt;P&gt;Which mode are you running your search on? These are internal events and all Field extractions should be setup.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 20:47:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262304#M16501</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-09-16T20:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262305#M16502</link>
      <description>&lt;P&gt;I'm running in Verbose mode.  If I run a very basic query&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal"  sourcetype=splunkd_ui_access
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There is no referer field&lt;/P&gt;

&lt;P&gt;Simplifying the query even further&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I get more fields but still no referer field.&lt;/P&gt;

&lt;P&gt;I checked "more fields" each time as well&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 21:07:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262305#M16502</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-16T21:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262306#M16503</link>
      <description>&lt;P&gt;How about this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd_ui_access referer=*
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Sep 2016 21:34:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262306#M16503</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-09-16T21:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262307#M16504</link>
      <description>&lt;P&gt;using &lt;CODE&gt;index=_internal sourcetype=splunkd_ui_access referer=*&lt;/CODE&gt;  &lt;/P&gt;

&lt;P&gt;No results found&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 21:39:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262307#M16504</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-16T21:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262308#M16505</link>
      <description>&lt;P&gt;Very strange.... I can see the same fields in my Splunk Cloud (trial), so that's not the issue. Under which app you're running the search?..&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 21:52:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262308#M16505</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-09-16T21:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262309#M16506</link>
      <description>&lt;P&gt;I'm running this query under just the plain ole search app.   &lt;/P&gt;

&lt;P&gt;I got further along by this query&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal"   sourcetype=splunkd_ui_access   | rex "en-US/app/(?&amp;lt;app&amp;gt;[^/]+)/(?&amp;lt;dashboard&amp;gt;[^?/\s]+)"  |search app="search" dashboard!="job_management" dashboard!="dbinfo" dashboard!="*en-US" dashboard!="search" dashboard!="home" dashboard!="alerts" dashboard!="dashboards" dashboard!="reports" dashboard!="report"| bucket _time span=1d|stats dc(dashboard) as c by dashboard
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but when I add user after dashboard it falls over because..... there is no user field.....  &lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 22:02:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262309#M16506</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-16T22:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Ever wonder which dashboards are being used and what users are using them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262310#M16507</link>
      <description>&lt;P&gt;there is however a form_user field that contains my username&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 22:07:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ever-wonder-which-dashboards-are-being-used-and-what-users-are/m-p/262310#M16507</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-16T22:07:55Z</dc:date>
    </item>
  </channel>
</rss>

