<?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: Locate when user(s) accessed dasboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Locate-when-user-s-accessed-dasboard/m-p/268023#M16938</link>
    <description>&lt;P&gt;I think this will get you started.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source="*/splunkd_ui_access.log" "&amp;lt;myapp&amp;gt;/data/ui/views/&amp;lt;dashboard-name&amp;gt;" | table _time user uri_path
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 25 Mar 2016 17:35:52 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2016-03-25T17:35:52Z</dc:date>
    <item>
      <title>Locate when user(s) accessed dasboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Locate-when-user-s-accessed-dasboard/m-p/268022#M16937</link>
      <description>&lt;P&gt;We have a group that is required to record when they review their individual dashboard. We are trying to use Splunk to show they logged in and viewed their dashboard. I am having issues figuring out a search to determine when a dashboard was accessed and by whom.&lt;/P&gt;

&lt;P&gt;I just need the initial get of the dashboard, not every search that is in the dashboard.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 17:19:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Locate-when-user-s-accessed-dasboard/m-p/268022#M16937</guid>
      <dc:creator>ralphw_SAIC</dc:creator>
      <dc:date>2016-03-25T17:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Locate when user(s) accessed dasboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Locate-when-user-s-accessed-dasboard/m-p/268023#M16938</link>
      <description>&lt;P&gt;I think this will get you started.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source="*/splunkd_ui_access.log" "&amp;lt;myapp&amp;gt;/data/ui/views/&amp;lt;dashboard-name&amp;gt;" | table _time user uri_path
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Mar 2016 17:35:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Locate-when-user-s-accessed-dasboard/m-p/268023#M16938</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-03-25T17:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Locate when user(s) accessed dasboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Locate-when-user-s-accessed-dasboard/m-p/268024#M16939</link>
      <description>&lt;P&gt;I use this to track the same. (with some exclusion for settings type of dashboards)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" source=*access* user!="-" user=* host=sk*s* OR host=sk*u* source="*splunkd_ui_access.log" "en-US/app"  | table _time user referer | rex field=referer "en-US/app/(?&amp;lt;app&amp;gt;[^/]+)/(?&amp;lt;dashboard&amp;gt;[^?/\s]+)" | search dashboard!="job_management" dashboard!="dbinfo" dashboard!="dbquery" dashboard!="*en-US" dashboard!="search" dashboard!="home" dashboard!="alerts" dashboard!="dashboards" dashboard!="reports" dashboard!="report" 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Mar 2016 18:02:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Locate-when-user-s-accessed-dasboard/m-p/268024#M16939</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-03-25T18:02:34Z</dc:date>
    </item>
  </channel>
</rss>

