<?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: Display top 3 Employees by Class Frequency in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Display-top-3-Employees-by-Class-Frequency/m-p/28062#M5507</link>
    <description>&lt;P&gt;| top limit=3 Class_Frequency by Employee_ID showcount=f showperc=f&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 18:22:43 GMT</pubDate>
    <dc:creator>jfreund</dc:creator>
    <dc:date>2020-09-28T18:22:43Z</dc:date>
    <item>
      <title>Display top 3 Employees by Class Frequency</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-top-3-Employees-by-Class-Frequency/m-p/28059#M5504</link>
      <description>&lt;P&gt;I have 2 fields in CSV that I want to only display the top 3 employees by the Class frequency. I know the Top command will suffice, but not sure of the syntax.&lt;/P&gt;

&lt;P&gt;Here is a sampling of data:&lt;BR /&gt;
   Employee_ID          Class_Frequency&lt;BR /&gt;
    tsmith                   2388&lt;BR /&gt;
    mjones                    81&lt;BR /&gt;
    smurphy                  6591&lt;BR /&gt;
    tpayne                   1309&lt;BR /&gt;
    jjones                    109&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:12:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-top-3-Employees-by-Class-Frequency/m-p/28059#M5504</guid>
      <dc:creator>efelder0</dc:creator>
      <dc:date>2020-09-28T12:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Display top 3 Employees by Class Frequency</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-top-3-Employees-by-Class-Frequency/m-p/28060#M5505</link>
      <description>&lt;PRE&gt;&lt;CODE&gt; * | chart count(Employee_ID) as count by Class_Frequency | sort - count | head 3

or


 * | stats count(Employee_ID) by Class_Frequency | sort - count | head 3
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 07 Aug 2012 15:58:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-top-3-Employees-by-Class-Frequency/m-p/28060#M5505</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2012-08-07T15:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Display top 3 Employees by Class Frequency</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-top-3-Employees-by-Class-Frequency/m-p/28061#M5506</link>
      <description>&lt;P&gt;sort - Classification_Frequency | head 3 worked..&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2012 17:44:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-top-3-Employees-by-Class-Frequency/m-p/28061#M5506</guid>
      <dc:creator>efelder0</dc:creator>
      <dc:date>2012-08-07T17:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Display top 3 Employees by Class Frequency</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-top-3-Employees-by-Class-Frequency/m-p/28062#M5507</link>
      <description>&lt;P&gt;| top limit=3 Class_Frequency by Employee_ID showcount=f showperc=f&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:22:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-top-3-Employees-by-Class-Frequency/m-p/28062#M5507</guid>
      <dc:creator>jfreund</dc:creator>
      <dc:date>2020-09-28T18:22:43Z</dc:date>
    </item>
  </channel>
</rss>

