<?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 can I search top 10 users of  splunk ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293782#M88692</link>
    <description>&lt;P&gt;Users running more adhoc searches? &lt;/P&gt;

&lt;P&gt;Users running more schedule searches? &lt;/P&gt;

&lt;P&gt;Users logging in more times? &lt;/P&gt;

&lt;P&gt;Users visiting more dashboards? &lt;BR /&gt;
 @ssievert&lt;/P&gt;</description>
    <pubDate>Wed, 11 Oct 2017 17:08:58 GMT</pubDate>
    <dc:creator>splunker969</dc:creator>
    <dc:date>2017-10-11T17:08:58Z</dc:date>
    <item>
      <title>How can I search top 10 users of  splunk ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293775#M88685</link>
      <description>&lt;P&gt;How can I search top 10 users of  splunk ? Any query Help ?? Iam not sure below query  is correct ?&lt;/P&gt;

&lt;P&gt;index=_audit action="success" info=succeeded | stats count by user | sort - count | head 10&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 13:28:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293775#M88685</guid>
      <dc:creator>splunker969</dc:creator>
      <dc:date>2017-10-11T13:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I search top 10 users of  splunk ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293776#M88686</link>
      <description>&lt;P&gt;What do you mean by top 10 users? There are different dimension to this.&lt;/P&gt;

&lt;P&gt;Probably you can combine all of the below to achieve what you are looking at&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Users running more adhoc searches? - audit logs&lt;/LI&gt;
&lt;LI&gt;Users running more schedule searches? - scheduler logs&lt;/LI&gt;
&lt;LI&gt;Users logging in more times? - audit logs&lt;/LI&gt;
&lt;LI&gt;Users visiting more dashboards? - web access logs&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 11 Oct 2017 13:34:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293776#M88686</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2017-10-11T13:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I search top 10 users of  splunk ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293777#M88687</link>
      <description>&lt;P&gt;Try Below query &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/authentication/httpauth-tokens splunk_server=local |stats count by userName |sort - count | head 10
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It will work&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 13:47:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293777#M88687</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2017-10-11T13:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I search top 10 users of  splunk ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293778#M88688</link>
      <description>&lt;P&gt;Can you  please help me with query @gpradeepkumararreddy&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 13:50:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293778#M88688</guid>
      <dc:creator>splunker969</dc:creator>
      <dc:date>2017-10-11T13:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I search top 10 users of  splunk ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293779#M88689</link>
      <description>&lt;P&gt;Thanks @493669 .Since i am looking for above @ @gpradeepkumararreddy mentioned .The query that you sent will help to check which splunk servers user are logging .Thanks for the query &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 14:28:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293779#M88689</guid>
      <dc:creator>splunker969</dc:creator>
      <dc:date>2017-10-11T14:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can I search top 10 users of  splunk ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293780#M88690</link>
      <description>&lt;P&gt;@somesoni2 any help ?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 15:21:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293780#M88690</guid>
      <dc:creator>splunker969</dc:creator>
      <dc:date>2017-10-11T15:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I search top 10 users of  splunk ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293781#M88691</link>
      <description>&lt;P&gt;Is the &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.0/SearchReference/Top"&gt;top command&lt;/A&gt; what you are looking for?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 17:00:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293781#M88691</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-10-11T17:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I search top 10 users of  splunk ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293782#M88692</link>
      <description>&lt;P&gt;Users running more adhoc searches? &lt;/P&gt;

&lt;P&gt;Users running more schedule searches? &lt;/P&gt;

&lt;P&gt;Users logging in more times? &lt;/P&gt;

&lt;P&gt;Users visiting more dashboards? &lt;BR /&gt;
 @ssievert&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 17:08:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-search-top-10-users-of-splunk/m-p/293782#M88692</guid>
      <dc:creator>splunker969</dc:creator>
      <dc:date>2017-10-11T17:08:58Z</dc:date>
    </item>
  </channel>
</rss>

