<?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 know the search history by user, but only the searches you type in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-know-the-search-history-by-user-but-only-the-searches-you/m-p/422571#M167787</link>
    <description>&lt;P&gt;Thanks for your answer, check the 2 queries and they are showing me searches that are stored in dashboard and programmed.&lt;/P&gt;

&lt;P&gt;Check my history and I see many searches with | inputlookup ... which is not typed &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Aug 2018 14:21:20 GMT</pubDate>
    <dc:creator>efaundez</dc:creator>
    <dc:date>2018-08-21T14:21:20Z</dc:date>
    <item>
      <title>how to know the search history by user, but only the searches you type</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-know-the-search-history-by-user-but-only-the-searches-you/m-p/422569#M167785</link>
      <description>&lt;P&gt;Sorry for the inconvenience, but I'm looking for a query that only shows the searches typed by users, because when I check in the audit it shows me the querys programmed.&lt;/P&gt;

&lt;P&gt;your attention is appreciated.&lt;/P&gt;

&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 14:00:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-know-the-search-history-by-user-but-only-the-searches-you/m-p/422569#M167785</guid>
      <dc:creator>efaundez</dc:creator>
      <dc:date>2018-08-21T14:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to know the search history by user, but only the searches you type</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-know-the-search-history-by-user-but-only-the-searches-you/m-p/422570#M167786</link>
      <description>&lt;P&gt;@efaundez,&lt;/P&gt;

&lt;P&gt;Please find below search provided by @niketnilay in a comment in &lt;A href="https://answers.splunk.com/answers/170477/how-do-i-get-a-list-of-all-searches-performed-in-s.html"&gt;https://answers.splunk.com/answers/170477/how-do-i-get-a-list-of-all-searches-performed-in-s.html&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=_audit action=search info=granted search=* NOT "search_id='scheduler" NOT "search='|history" NOT "user=splunk-system-user" NOT "search='typeahead" NOT "search='| metadata type=sourcetypes | search totalCount &amp;gt; 0"
 | stats count by _time user search savedsearch_name  
 | where savedsearch_name=""
 | fields - savedsearch_name
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Aug 2018 14:11:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-know-the-search-history-by-user-but-only-the-searches-you/m-p/422570#M167786</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-08-21T14:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to know the search history by user, but only the searches you type</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-know-the-search-history-by-user-but-only-the-searches-you/m-p/422571#M167787</link>
      <description>&lt;P&gt;Thanks for your answer, check the 2 queries and they are showing me searches that are stored in dashboard and programmed.&lt;/P&gt;

&lt;P&gt;Check my history and I see many searches with | inputlookup ... which is not typed &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 14:21:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-know-the-search-history-by-user-but-only-the-searches-you/m-p/422571#M167787</guid>
      <dc:creator>efaundez</dc:creator>
      <dc:date>2018-08-21T14:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to know the search history by user, but only the searches you type</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-know-the-search-history-by-user-but-only-the-searches-you/m-p/422572#M167788</link>
      <description>&lt;P&gt;I think the posted answer will show saved searches, and not typed searches. I use this one, which is basically the same search as the answer&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_audit action=search info=granted search=* NOT "search_id='scheduler" NOT "search='|history" NOT "user=splunk-system-user" NOT "search='typeahead" NOT "search='| metadata type=* | search totalCount&amp;gt;1" 
| stats count by user search
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Aug 2018 16:53:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-know-the-search-history-by-user-but-only-the-searches-you/m-p/422572#M167788</guid>
      <dc:creator>JDukeSplunk</dc:creator>
      <dc:date>2018-08-21T16:53:11Z</dc:date>
    </item>
  </channel>
</rss>

