<?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 Address filter email in Other Usage</title>
    <link>https://community.splunk.com/t5/Other-Usage/Address-filter-email/m-p/643544#M492</link>
    <description>&lt;P&gt;index=mail [ | inputlookup Updated.csv | rename address AS query | fields query ]&lt;BR /&gt;| dedup MessageTraceId&lt;BR /&gt;| lookup email_domain_whitelist domain AS RecipientDomain output domain as domain_match&lt;BR /&gt;| where isnull(domain_match)&lt;BR /&gt;| lookup all_email_provider_domains domain AS RecipientDomain output domain as domain_match2&lt;BR /&gt;| where isnotnull(domain_match2)&lt;BR /&gt;| stats values(RecipientAddress) as Recipient values(Subject) as Subject earliest(_time) AS "Earliest" latest(_time) AS "Latest" values(Status) as Status values(EventDate) as Resigned Date by RecipientDomain SenderAddress&lt;BR /&gt;| eval subject_count=mvcount(Subject)&lt;BR /&gt;| sort - subject_count&lt;BR /&gt;| convert ctime("Latest")&lt;BR /&gt;| convert ctime("Earliest")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;currently i have this query, which is working well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the csv , i have another column called event date,. based on the results generated i would like to show the even date as well when running the query.&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 02:35:36 GMT</pubDate>
    <dc:creator>sulaimancds</dc:creator>
    <dc:date>2023-05-18T02:35:36Z</dc:date>
    <item>
      <title>Address filter email</title>
      <link>https://community.splunk.com/t5/Other-Usage/Address-filter-email/m-p/643544#M492</link>
      <description>&lt;P&gt;index=mail [ | inputlookup Updated.csv | rename address AS query | fields query ]&lt;BR /&gt;| dedup MessageTraceId&lt;BR /&gt;| lookup email_domain_whitelist domain AS RecipientDomain output domain as domain_match&lt;BR /&gt;| where isnull(domain_match)&lt;BR /&gt;| lookup all_email_provider_domains domain AS RecipientDomain output domain as domain_match2&lt;BR /&gt;| where isnotnull(domain_match2)&lt;BR /&gt;| stats values(RecipientAddress) as Recipient values(Subject) as Subject earliest(_time) AS "Earliest" latest(_time) AS "Latest" values(Status) as Status values(EventDate) as Resigned Date by RecipientDomain SenderAddress&lt;BR /&gt;| eval subject_count=mvcount(Subject)&lt;BR /&gt;| sort - subject_count&lt;BR /&gt;| convert ctime("Latest")&lt;BR /&gt;| convert ctime("Earliest")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;currently i have this query, which is working well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the csv , i have another column called event date,. based on the results generated i would like to show the even date as well when running the query.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 02:35:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Address-filter-email/m-p/643544#M492</guid>
      <dc:creator>sulaimancds</dc:creator>
      <dc:date>2023-05-18T02:35:36Z</dc:date>
    </item>
  </channel>
</rss>

