<?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: How to get a list of reports and searches run by a specific user? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-to-get-a-list-of-reports-and-searches-run-by-a-specific-user/m-p/388387#M6615</link>
    <description>&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Search/SupervisejobswiththeJobspage"&gt;Manage search jobs&lt;/A&gt; may also be of interest given the formatting and filtering already implemented for you.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jun 2018 12:57:04 GMT</pubDate>
    <dc:creator>sloshburch</dc:creator>
    <dc:date>2018-06-20T12:57:04Z</dc:date>
    <item>
      <title>How to get a list of reports and searches run by a specific user?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-get-a-list-of-reports-and-searches-run-by-a-specific-user/m-p/388383#M6611</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I need a report that shows what searches and scheduled reports that a user has run over a timeframe.  I thought it was in the DMC, but I don't see it.   Can someone help me?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 18:14:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-get-a-list-of-reports-and-searches-run-by-a-specific-user/m-p/388383#M6611</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2018-06-19T18:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of reports and searches run by a specific user?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-get-a-list-of-reports-and-searches-run-by-a-specific-user/m-p/388384#M6612</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=_audit action=search search=* NOT "typeahead" NOT metadata NOT " | history" NOT "AUTOSUMMARY" | table _time, user, search
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can reduce that to a specific user:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_audit action=search search=* NOT "typeahead" NOT metadata NOT " user=${user_of_interest} | history" NOT "AUTOSUMMARY" | table _time,  search
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Jun 2018 18:32:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-get-a-list-of-reports-and-searches-run-by-a-specific-user/m-p/388384#M6612</guid>
      <dc:creator>solarboyz1</dc:creator>
      <dc:date>2018-06-19T18:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of reports and searches run by a specific user?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-get-a-list-of-reports-and-searches-run-by-a-specific-user/m-p/388385#M6613</link>
      <description>&lt;P&gt;Correct a terrible paste accident in the "specific user" search syntax above:&lt;/P&gt;

&lt;P&gt;index=_audit action=search search=*  user=${user_of_interest}  NOT "typeahead" NOT metadata NOT " | history" NOT "AUTOSUMMARY" | table _time,  search&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:05:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-get-a-list-of-reports-and-searches-run-by-a-specific-user/m-p/388385#M6613</guid>
      <dc:creator>solarboyz1</dc:creator>
      <dc:date>2020-09-29T20:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of reports and searches run by a specific user?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-get-a-list-of-reports-and-searches-run-by-a-specific-user/m-p/388386#M6614</link>
      <description>&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 18:47:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-get-a-list-of-reports-and-searches-run-by-a-specific-user/m-p/388386#M6614</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2018-06-19T18:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of reports and searches run by a specific user?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-get-a-list-of-reports-and-searches-run-by-a-specific-user/m-p/388387#M6615</link>
      <description>&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Search/SupervisejobswiththeJobspage"&gt;Manage search jobs&lt;/A&gt; may also be of interest given the formatting and filtering already implemented for you.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 12:57:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-get-a-list-of-reports-and-searches-run-by-a-specific-user/m-p/388387#M6615</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2018-06-20T12:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of reports and searches run by a specific user?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-get-a-list-of-reports-and-searches-run-by-a-specific-user/m-p/388388#M6616</link>
      <description>&lt;P&gt;Except......that report will only contain the jobs that haven't expired.  Its based on the artifacts in the dispatch directory I believe.  To get historic data, you would need to use logs. &lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 13:45:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-get-a-list-of-reports-and-searches-run-by-a-specific-user/m-p/388388#M6616</guid>
      <dc:creator>solarboyz1</dc:creator>
      <dc:date>2018-06-20T13:45:43Z</dc:date>
    </item>
  </channel>
</rss>

