<?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: Splunk Dashboard Usage &amp;amp; Audit in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-find-out-which-dashboards-across-all/m-p/648443#M53083</link>
    <description>&lt;P&gt;Of course if your retention for *access.logs are too low then this query didn’t found those entries and show more than expected.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2023 20:22:35 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2023-06-27T20:22:35Z</dc:date>
    <item>
      <title>Is there a way to find out which dashboards across all applications aren't being used through Splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-find-out-which-dashboards-across-all/m-p/647683#M52973</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I need to find out which dashboards across all applications aren't being used. Is there a way to do this through Splunk?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 01:56:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-find-out-which-dashboards-across-all/m-p/647683#M52973</guid>
      <dc:creator>idp</dc:creator>
      <dc:date>2023-06-22T01:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard Usage &amp; Audit</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-find-out-which-dashboards-across-all/m-p/647723#M52977</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you could try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /servicesNS/-/-/data/ui/views splunk_server=&amp;lt;your SH server e.g. local&amp;gt; 
| search isDashboard=1 
| fields title eai:acl.app 
| join type=left title 
    [| search index=_internal sourcetype=splunk_web_access host=* user=* 
    | rex field=uri_path ".*/(?&amp;lt;title&amp;gt;[^/]*)$" 
    | stats latest(_time) as _time by title
        ] 
| where isnull(_time)&lt;/LI-CODE&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 08:13:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-find-out-which-dashboards-across-all/m-p/647723#M52977</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-21T08:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard Usage &amp; Audit</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-find-out-which-dashboards-across-all/m-p/647807#M52990</link>
      <description>&lt;P&gt;Hello, this returned all the dashboards within my environment. Any way to maybe add the # of user visits?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 14:59:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-find-out-which-dashboards-across-all/m-p/647807#M52990</guid>
      <dc:creator>idp</dc:creator>
      <dc:date>2023-06-21T14:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard Usage &amp; Audit</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-find-out-which-dashboards-across-all/m-p/647814#M52991</link>
      <description>&lt;P&gt;That subsearch find the last access times for those dashboards. If there is no access, then it shows that dashboard (last where is null). If you want all then remove that “where” and keep _time to see last access time.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 15:21:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-find-out-which-dashboards-across-all/m-p/647814#M52991</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-21T15:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard Usage &amp; Audit</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-find-out-which-dashboards-across-all/m-p/648443#M53083</link>
      <description>&lt;P&gt;Of course if your retention for *access.logs are too low then this query didn’t found those entries and show more than expected.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 20:22:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-find-out-which-dashboards-across-all/m-p/648443#M53083</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-27T20:22:35Z</dc:date>
    </item>
  </channel>
</rss>

