<?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: query filter csv emails in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Search-filter-csv-emails-based-off-of-another-csv/m-p/633091#M14848</link>
    <description>&lt;P&gt;hi where do i add this line , because it is showing me all the results , not those which match the 123.csv?&lt;/P&gt;</description>
    <pubDate>Fri, 03 Mar 2023 03:08:27 GMT</pubDate>
    <dc:creator>sulaimancds</dc:creator>
    <dc:date>2023-03-03T03:08:27Z</dc:date>
    <item>
      <title>Search filter csv emails based off of another csv?</title>
      <link>https://community.splunk.com/t5/Alerting/Search-filter-csv-emails-based-off-of-another-csv/m-p/632909#M14836</link>
      <description>&lt;LI-CODE lang="markup"&gt;index=mail
| lookup email_domain_whitelist domain AS RecipientDomain output domain as domain_match
| where isnull(domain_match)
| table subject sender values(recipient) values(RecipientDomain) Count values(size)```
| stats values(recipient) values(subject) count by RecipientDomain sender
| sort -count&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have this search running daily. based on the results from the search,&amp;nbsp; i want to compare the&amp;nbsp;sender field result with another csv file call 123.csv in lookup , there is a field call Email Address in this csv, give me the results if there is a match.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 15:27:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Search-filter-csv-emails-based-off-of-another-csv/m-p/632909#M14836</guid>
      <dc:creator>sulaimancds</dc:creator>
      <dc:date>2023-03-02T15:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: query filter csv emails</title>
      <link>https://community.splunk.com/t5/Alerting/Search-filter-csv-emails-based-off-of-another-csv/m-p/632947#M14839</link>
      <description>&lt;P&gt;Am I missing something or isn't the answer in the question?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| lookup 123.csv "Email Address" as sender&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 02 Mar 2023 09:23:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Search-filter-csv-emails-based-off-of-another-csv/m-p/632947#M14839</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-02T09:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: query filter csv emails</title>
      <link>https://community.splunk.com/t5/Alerting/Search-filter-csv-emails-based-off-of-another-csv/m-p/633091#M14848</link>
      <description>&lt;P&gt;hi where do i add this line , because it is showing me all the results , not those which match the 123.csv?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 03:08:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Search-filter-csv-emails-based-off-of-another-csv/m-p/633091#M14848</guid>
      <dc:creator>sulaimancds</dc:creator>
      <dc:date>2023-03-03T03:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: query filter csv emails</title>
      <link>https://community.splunk.com/t5/Alerting/Search-filter-csv-emails-based-off-of-another-csv/m-p/633092#M14849</link>
      <description>&lt;P&gt;Add this to the bottom of your search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| lookup 123.csv "Email Address" as sender
| where isnotnull('Email Address')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;To filter the results for only the Email Addresses in 123.csv&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 03:21:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Search-filter-csv-emails-based-off-of-another-csv/m-p/633092#M14849</guid>
      <dc:creator>Tom_Lundie</dc:creator>
      <dc:date>2023-03-03T03:21:48Z</dc:date>
    </item>
  </channel>
</rss>

