<?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: find last time dashboard run in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/find-last-time-dashboard-run/m-p/574361#M47134</link>
    <description>&lt;P&gt;Yes it's possible. You can start with this query, if you have access to _audit log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_audit user!=splunk-system-user app=* provenance="*" 
| stats last(_time) as _time count values(provenance) as Dashboard by app&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Nov 2021 09:24:46 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2021-11-10T09:24:46Z</dc:date>
    <item>
      <title>find last time dashboard run</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/find-last-time-dashboard-run/m-p/574331#M47120</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;is it possible to get a list of all the dashboards that was running for the last * days ?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 07:27:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/find-last-time-dashboard-run/m-p/574331#M47120</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-11-10T07:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: find last time dashboard run</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/find-last-time-dashboard-run/m-p/574361#M47134</link>
      <description>&lt;P&gt;Yes it's possible. You can start with this query, if you have access to _audit log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_audit user!=splunk-system-user app=* provenance="*" 
| stats last(_time) as _time count values(provenance) as Dashboard by app&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 09:24:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/find-last-time-dashboard-run/m-p/574361#M47134</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-11-10T09:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: find last time dashboard run</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/find-last-time-dashboard-run/m-p/574371#M47136</link>
      <description>&lt;P&gt;thanks, it looks good but i need the last time of each dashboard and not grouped by app&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 09:47:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/find-last-time-dashboard-run/m-p/574371#M47136</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-11-10T09:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: find last time dashboard run</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/find-last-time-dashboard-run/m-p/574374#M47138</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_audit user!=splunk-system-user app=* provenance="*" 
| stats last(_time) as _time count by provenance
| rename provenance as Dashboard&lt;/LI-CODE&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 09:58:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/find-last-time-dashboard-run/m-p/574374#M47138</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-11-10T09:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: find last time dashboard run</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/find-last-time-dashboard-run/m-p/574376#M47139</link>
      <description>&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;is it possible to add the user to this list ?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 10:04:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/find-last-time-dashboard-run/m-p/574376#M47139</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-11-10T10:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: find last time dashboard run</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/find-last-time-dashboard-run/m-p/574379#M47140</link>
      <description>&lt;LI-CODE lang="markup"&gt;index=_audit user!=splunk-system-user app=* provenance="*" 
| stats last(_time) as _time values(user) as users count by provenance
| rename provenance as Dashboard&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you haven't enough user experience about Splunk and SPL there are lot of trainings available. Some free and other payable. You can found Splunk's own training offerings from&amp;nbsp;&lt;A href="https://education.splunk.com/catalog" target="_blank"&gt;https://education.splunk.com/catalog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There is also lot of other training / learning material on other sites including YouTube.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 10:13:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/find-last-time-dashboard-run/m-p/574379#M47140</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-11-10T10:13:24Z</dc:date>
    </item>
  </channel>
</rss>

