<?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: Do we have any search query which tells dashboards not being used since more than 30 days? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Do-we-have-any-search-query-which-tells-dashboards-not-being/m-p/434365#M123974</link>
    <description>&lt;P&gt;Try:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd_ui_access method=post ui/views
  | table user, req_time, file 
  | rename file as dashboard req_time as editTime
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&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
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 01 Jun 2018 22:34:15 GMT</pubDate>
    <dc:creator>Azeemering</dc:creator>
    <dc:date>2018-06-01T22:34:15Z</dc:date>
    <item>
      <title>Do we have any search query which tells dashboards not being used since more than 30 days?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Do-we-have-any-search-query-which-tells-dashboards-not-being/m-p/434364#M123973</link>
      <description>&lt;P&gt;We are looking for some stats which tell dashboards name that are not being used since last 30 days for some clean up. as dashboards are piled upto more than 300-400.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 21:10:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Do-we-have-any-search-query-which-tells-dashboards-not-being/m-p/434364#M123973</guid>
      <dc:creator>manishmittal12</dc:creator>
      <dc:date>2018-06-01T21:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Do we have any search query which tells dashboards not being used since more than 30 days?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Do-we-have-any-search-query-which-tells-dashboards-not-being/m-p/434365#M123974</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd_ui_access method=post ui/views
  | table user, req_time, file 
  | rename file as dashboard req_time as editTime
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&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
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Jun 2018 22:34:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Do-we-have-any-search-query-which-tells-dashboards-not-being/m-p/434365#M123974</guid>
      <dc:creator>Azeemering</dc:creator>
      <dc:date>2018-06-01T22:34:15Z</dc:date>
    </item>
  </channel>
</rss>

