<?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: Does Splunk log the SEARCH MODE (Verbose, Fast...) for each user's search. in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Does-Splunk-log-the-SEARCH-MODE-Verbose-Fast-for-each-user-s/m-p/402180#M3430</link>
    <description>&lt;P&gt;Hi splunkclarium,&lt;/P&gt;

&lt;P&gt;I usually use something like this to get the &lt;CODE&gt;search.mode&lt;/CODE&gt; :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd_ui_access q!="" 
| rex field=uri_query "display\.page\.search\.mode=(?&amp;lt;search_mode&amp;gt;[^\&amp;amp;]+)" 
| table _time host user q search_mode 
| eval q=urldecode(q)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2019 21:11:26 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2019-04-08T21:11:26Z</dc:date>
    <item>
      <title>Does Splunk log the SEARCH MODE (Verbose, Fast...) for each user's search.</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Does-Splunk-log-the-SEARCH-MODE-Verbose-Fast-for-each-user-s/m-p/402179#M3429</link>
      <description>&lt;P&gt;I would like to determine the search mode (Verbose, Fast...) for each user's search.&lt;/P&gt;

&lt;P&gt;I am currently using this search from GoSplunk.c0m but I am having difficulty locating the search mode.  &lt;/P&gt;

&lt;P&gt;Can anyone assist?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_audit action=search sourcetype=audittrail search_id=* NOT (user=splunk-system-user) search!="'typeahead*"
| rex "search\=\'(search|\s+)\s(?P[\n\S\s]+?(?=\'))"
| rex field=search "sourcetype\s*=\s*\"*(?[^\s\"]+)" 
| rex field=search "index\s*=\s*\"*(?[^\s\"]+)"
| stats latest(_time) as Latest by user search SourcetypeUsed IndexUsed
| convert ctime(Latest)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Apr 2019 16:40:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Does-Splunk-log-the-SEARCH-MODE-Verbose-Fast-for-each-user-s/m-p/402179#M3429</guid>
      <dc:creator>splunkclarium</dc:creator>
      <dc:date>2019-04-08T16:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk log the SEARCH MODE (Verbose, Fast...) for each user's search.</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Does-Splunk-log-the-SEARCH-MODE-Verbose-Fast-for-each-user-s/m-p/402180#M3430</link>
      <description>&lt;P&gt;Hi splunkclarium,&lt;/P&gt;

&lt;P&gt;I usually use something like this to get the &lt;CODE&gt;search.mode&lt;/CODE&gt; :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd_ui_access q!="" 
| rex field=uri_query "display\.page\.search\.mode=(?&amp;lt;search_mode&amp;gt;[^\&amp;amp;]+)" 
| table _time host user q search_mode 
| eval q=urldecode(q)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 21:11:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Does-Splunk-log-the-SEARCH-MODE-Verbose-Fast-for-each-user-s/m-p/402180#M3430</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2019-04-08T21:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk log the SEARCH MODE (Verbose, Fast...) for each user's search.</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Does-Splunk-log-the-SEARCH-MODE-Verbose-Fast-for-each-user-s/m-p/402181#M3431</link>
      <description>&lt;P&gt;It did.  THanks!!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 13:09:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Does-Splunk-log-the-SEARCH-MODE-Verbose-Fast-for-each-user-s/m-p/402181#M3431</guid>
      <dc:creator>splunkclarium</dc:creator>
      <dc:date>2019-04-09T13:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk log the SEARCH MODE (Verbose, Fast...) for each user's search.</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Does-Splunk-log-the-SEARCH-MODE-Verbose-Fast-for-each-user-s/m-p/402182#M3432</link>
      <description>&lt;P&gt;The accepted query is not working all the time. In certain internal logs for few user searches we doesn't have "q" field in the logs and search mode field is also not defined.&lt;/P&gt;

&lt;P&gt;By using restAPI we are able to check the saved search result and user activity but it is server specific.&lt;/P&gt;

&lt;P&gt;Could you provide a way to track each user's search and the mode of search(In particular Verbose) and the query ran for a particular peroid for a clustered envirnoment.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 13:32:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Does-Splunk-log-the-SEARCH-MODE-Verbose-Fast-for-each-user-s/m-p/402182#M3432</guid>
      <dc:creator>amounika</dc:creator>
      <dc:date>2019-11-05T13:32:42Z</dc:date>
    </item>
  </channel>
</rss>

