<?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 Email count in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Email-count/m-p/669381#M229592</link>
    <description>&lt;P&gt;How do I count the number of emails from a search but only get recipients that received ten or more emails?&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2023 18:47:43 GMT</pubDate>
    <dc:creator>Benny611</dc:creator>
    <dc:date>2023-11-21T18:47:43Z</dc:date>
    <item>
      <title>Email count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Email-count/m-p/669381#M229592</link>
      <description>&lt;P&gt;How do I count the number of emails from a search but only get recipients that received ten or more emails?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 18:47:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Email-count/m-p/669381#M229592</guid>
      <dc:creator>Benny611</dc:creator>
      <dc:date>2023-11-21T18:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Email count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Email-count/m-p/669389#M229596</link>
      <description>&lt;P&gt;First count the number of recipients then filter out those with fewer than 10.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eventstats dc(emailID) as msg_count by recip
| where msg_count &amp;gt;= 10
| stats dc(emailID) as email_count&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 21 Nov 2023 20:08:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Email-count/m-p/669389#M229596</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-11-21T20:08:24Z</dc:date>
    </item>
  </channel>
</rss>

