<?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 I'm trying to find the top 50 email senders. Is my search correct? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-find-the-top-50-email-senders-Is-my-search-correct/m-p/223988#M65975</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;index=mail sourcetype="symantec:mail:syslog" sender "ML-DELIVERY" | stats values(sender) as sender by msg_id | eventstats dc(sender) as multi_sender by msg_id | where multi_sender &amp;gt; 50
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;We are have SMG in our company and it has been integrated successfully into Splunk as well. I am trying now to find out who are the top 50 email senders. Is the above search correct? If not, kindly let me know what has to be changed. &lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
Pradeep&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2016 12:26:42 GMT</pubDate>
    <dc:creator>seetharamanPr</dc:creator>
    <dc:date>2016-09-28T12:26:42Z</dc:date>
    <item>
      <title>I'm trying to find the top 50 email senders. Is my search correct?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-find-the-top-50-email-senders-Is-my-search-correct/m-p/223988#M65975</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=mail sourcetype="symantec:mail:syslog" sender "ML-DELIVERY" | stats values(sender) as sender by msg_id | eventstats dc(sender) as multi_sender by msg_id | where multi_sender &amp;gt; 50
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;We are have SMG in our company and it has been integrated successfully into Splunk as well. I am trying now to find out who are the top 50 email senders. Is the above search correct? If not, kindly let me know what has to be changed. &lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
Pradeep&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 12:26:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-find-the-top-50-email-senders-Is-my-search-correct/m-p/223988#M65975</guid>
      <dc:creator>seetharamanPr</dc:creator>
      <dc:date>2016-09-28T12:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: I'm trying to find the top 50 email senders. Is my search correct?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-find-the-top-50-email-senders-Is-my-search-correct/m-p/223989#M65976</link>
      <description>&lt;P&gt;Hi there @seetharamanPr&lt;/P&gt;

&lt;P&gt;Try like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=mail sourcetype="symantec:mail:syslog" sender "ML-DELIVERY" | stats count by sender | sort - count | head 50
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope it helps&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 19:44:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-find-the-top-50-email-senders-Is-my-search-correct/m-p/223989#M65976</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2016-09-28T19:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: I'm trying to find the top 50 email senders. Is my search correct?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-find-the-top-50-email-senders-Is-my-search-correct/m-p/223990#M65977</link>
      <description>&lt;P&gt;Thank you alemarzu&lt;/P&gt;

&lt;P&gt;the command works and I am able to see who is sending the most mails.&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
Pradeep&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 04:58:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-find-the-top-50-email-senders-Is-my-search-correct/m-p/223990#M65977</guid>
      <dc:creator>seetharamanPr</dc:creator>
      <dc:date>2016-09-29T04:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: I'm trying to find the top 50 email senders. Is my search correct?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-find-the-top-50-email-senders-Is-my-search-correct/m-p/223991#M65978</link>
      <description>&lt;P&gt;Nice, I'm glad it helped !&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 12:32:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-find-the-top-50-email-senders-Is-my-search-correct/m-p/223991#M65978</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2016-09-29T12:32:20Z</dc:date>
    </item>
  </channel>
</rss>

