<?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 Dashboard usage metrics in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-usage-metrics/m-p/21308#M770</link>
    <description>&lt;P&gt;Is there a way to get the metrics for dashboard usage ?&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jan 2011 04:36:13 GMT</pubDate>
    <dc:creator>hmahendrakumar</dc:creator>
    <dc:date>2011-01-06T04:36:13Z</dc:date>
    <item>
      <title>Dashboard usage metrics</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-usage-metrics/m-p/21308#M770</link>
      <description>&lt;P&gt;Is there a way to get the metrics for dashboard usage ?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2011 04:36:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-usage-metrics/m-p/21308#M770</guid>
      <dc:creator>hmahendrakumar</dc:creator>
      <dc:date>2011-01-06T04:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard usage metrics</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-usage-metrics/m-p/21309#M771</link>
      <description>&lt;P&gt;What kind of metrics are you looking for?  Search performance?  Frequency of user access?  Something else entirely?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2011 04:43:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-usage-metrics/m-p/21309#M771</guid>
      <dc:creator>southeringtonp</dc:creator>
      <dc:date>2011-01-06T04:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard usage metrics</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-usage-metrics/m-p/21310#M772</link>
      <description>&lt;P&gt;Here's a search I use to analyze which pages are being hit on the splunk web server.  I'm not 100% sure that what your looking for though.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype="splunk_web_access" "GET /en-US/app/" status=200 
| rex field=uri "/app/(?&amp;lt;app&amp;gt;[\w_]+)/(?&amp;lt;view_name&amp;gt;[\w._-]+)[/? ]"
| replace "report_builder_*" with "report_builder" in view_name
| stats count, dc(clientip) as clients, min(_time) as first_hit, max(_time) as last_hit by app,view_name
| convert ctime(*_hit)
| sort -count,app,view_name
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note that I have "en-US" hard coded in there.  I forget why exactly, I think it gave me a  performance boost and everyone around here only speaks English, so it isn't a big deal.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2011 09:36:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-usage-metrics/m-p/21310#M772</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2011-01-06T09:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard usage metrics</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-usage-metrics/m-p/21311#M773</link>
      <description>&lt;P&gt;Yes. I am looking for frequency of user access in this case.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2011 07:21:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-usage-metrics/m-p/21311#M773</guid>
      <dc:creator>hmahendrakumar</dc:creator>
      <dc:date>2011-01-18T07:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard usage metrics</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-usage-metrics/m-p/21312#M774</link>
      <description>&lt;P&gt;If you want, you can use the following search in order to find dashboards being clicked and belonging apps, and by which user.  &lt;/P&gt;

&lt;P&gt;index="_internal" user!="-"  sourcetype=splunkd_ui_access&lt;BR /&gt;&lt;BR /&gt;
| rex field=uri "/app/(?[^/]+)/(?[^?/\s]+)" &lt;BR /&gt;
| search dashboard!="search" dashboard!="home" dashboard!="alert" dashboard!="lookup_edit" dashboard!="@go" dashboard!="data_lab" dashboard!="dataset" dashboard!="datasets" dashboard!="alerts" dashboard!="dashboards" dashboard!="reports" dashboard!="report"&lt;BR /&gt;
| stats values(user) AS user count AS hits BY app dashboard&lt;BR /&gt;
| join type=left dashboard &lt;BR /&gt;
[ | rest /servicesNS/-/-/data/ui/views&lt;BR /&gt;
| search isDashboard=1 isVisible=1 disabled=0&lt;BR /&gt;
| table title eai:appName eai:acl.sharing&lt;BR /&gt;
| rename title AS dashboard eai:appName AS app eai:acl.sharing AS appSharing]&lt;BR /&gt;
| table app dashboard appSharing user hits&lt;BR /&gt;
| sort 0 app&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-usage-metrics/m-p/21312#M774</guid>
      <dc:creator>achille83</dc:creator>
      <dc:date>2020-09-30T01:00:39Z</dc:date>
    </item>
  </channel>
</rss>

