<?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 How to show search history of ALL users but one specific APP? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-search-history-of-ALL-users-but-one-specific-APP/m-p/243579#M189030</link>
    <description>&lt;P&gt;I would like to search the history of one specific app. It is irrelevant which user performed the search.&lt;BR /&gt;
How can I get this information?&lt;/P&gt;

&lt;P&gt;| history &lt;BR /&gt;
gives the searches of one specific app, but also one specific user&lt;/P&gt;

&lt;P&gt;| index=_audit action=search info=granted search=* &lt;BR /&gt;
gives me all the searches, but I do not know how to filter for searches of one specific app only.&lt;/P&gt;

&lt;P&gt;If you can  help me, please do,..Thanks so much for your time!&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2016 10:13:21 GMT</pubDate>
    <dc:creator>annakeuchenius</dc:creator>
    <dc:date>2016-05-12T10:13:21Z</dc:date>
    <item>
      <title>How to show search history of ALL users but one specific APP?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-search-history-of-ALL-users-but-one-specific-APP/m-p/243579#M189030</link>
      <description>&lt;P&gt;I would like to search the history of one specific app. It is irrelevant which user performed the search.&lt;BR /&gt;
How can I get this information?&lt;/P&gt;

&lt;P&gt;| history &lt;BR /&gt;
gives the searches of one specific app, but also one specific user&lt;/P&gt;

&lt;P&gt;| index=_audit action=search info=granted search=* &lt;BR /&gt;
gives me all the searches, but I do not know how to filter for searches of one specific app only.&lt;/P&gt;

&lt;P&gt;If you can  help me, please do,..Thanks so much for your time!&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 10:13:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-search-history-of-ALL-users-but-one-specific-APP/m-p/243579#M189030</guid>
      <dc:creator>annakeuchenius</dc:creator>
      <dc:date>2016-05-12T10:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to show search history of ALL users but one specific APP?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-search-history-of-ALL-users-but-one-specific-APP/m-p/243580#M189031</link>
      <description>&lt;P&gt;This seems to work in most cases:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=_audit action=search info=granted action=search | rex field=_raw "REST:\s+/(?&amp;lt;appName&amp;gt;.*)/jobs/"| table user appName
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 May 2016 21:08:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-search-history-of-ALL-users-but-one-specific-APP/m-p/243580#M189031</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-12T21:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to show search history of ALL users but one specific APP?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-search-history-of-ALL-users-but-one-specific-APP/m-p/243581#M189032</link>
      <description>&lt;P&gt;Your answer only gives the app in which the search is executed, which is always the search app. It does not specify in which app the search results will be returned. You did great by coming up with this search, but the results are unfortunately not what they are supposed to be.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 13:01:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-search-history-of-ALL-users-but-one-specific-APP/m-p/243581#M189032</guid>
      <dc:creator>DonaldvdHoogenb</dc:creator>
      <dc:date>2016-05-13T13:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to show search history of ALL users but one specific APP?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-search-history-of-ALL-users-but-one-specific-APP/m-p/243582#M189033</link>
      <description>&lt;P&gt;Ah good point... im looking at the rest endpoint not the app name&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 13:09:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-search-history-of-ALL-users-but-one-specific-APP/m-p/243582#M189033</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-13T13:09:26Z</dc:date>
    </item>
  </channel>
</rss>

