<?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: regex to extract multiple email addresses in splunk search in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/regex-to-extract-multiple-email-addresses-in-splunk-search/m-p/233953#M188451</link>
    <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Your current search giving above output | rex field=YourFieldContainingEmailAddressLine max_match=0 "(?&amp;lt;email&amp;gt;[\w\d\.\-]+\@[\w\d\.]+)" 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 23 Sep 2015 15:36:33 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2015-09-23T15:36:33Z</dc:date>
    <item>
      <title>regex to extract multiple email addresses in splunk search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/regex-to-extract-multiple-email-addresses-in-splunk-search/m-p/233952#M188450</link>
      <description>&lt;P&gt;How to list out all the email addresses in a splunk search which displays the following results.&lt;/P&gt;

&lt;P&gt;Storing shipConfirm email for &lt;A href="mailto:abcabac123@msn.com"&gt;abcabac123@msn.com&lt;/A&gt;&lt;BR /&gt;
Storing shipConfirm email for &lt;A href="mailto:lkgjdlgfk@hotmail.co.uk"&gt;lkgjdlgfk@hotmail.co.uk&lt;/A&gt;&lt;BR /&gt;
Storing shipConfirm email for &lt;A href="mailto:def.t.khv@gmail.co"&gt;def.t.khv@gmail.co&lt;/A&gt;&lt;BR /&gt;
and so on&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 14:51:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/regex-to-extract-multiple-email-addresses-in-splunk-search/m-p/233952#M188450</guid>
      <dc:creator>pavanae</dc:creator>
      <dc:date>2015-09-23T14:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: regex to extract multiple email addresses in splunk search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/regex-to-extract-multiple-email-addresses-in-splunk-search/m-p/233953#M188451</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Your current search giving above output | rex field=YourFieldContainingEmailAddressLine max_match=0 "(?&amp;lt;email&amp;gt;[\w\d\.\-]+\@[\w\d\.]+)" 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Sep 2015 15:36:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/regex-to-extract-multiple-email-addresses-in-splunk-search/m-p/233953#M188451</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-09-23T15:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: regex to extract multiple email addresses in splunk search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/regex-to-extract-multiple-email-addresses-in-splunk-search/m-p/233954#M188452</link>
      <description>&lt;P&gt;Thanks it worked&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 19:24:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/regex-to-extract-multiple-email-addresses-in-splunk-search/m-p/233954#M188452</guid>
      <dc:creator>pavanae</dc:creator>
      <dc:date>2015-09-23T19:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: regex to extract multiple email addresses in splunk search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/regex-to-extract-multiple-email-addresses-in-splunk-search/m-p/233955#M188453</link>
      <description>&lt;P&gt;I will suggest slightly improved version to cover some rare naming cases&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(?&amp;lt;email&amp;gt;[\w\d\.\-\_]+\@[\w\d\.\-\_]+\.[\w\d]+)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Jun 2018 14:45:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/regex-to-extract-multiple-email-addresses-in-splunk-search/m-p/233955#M188453</guid>
      <dc:creator>mkretsch</dc:creator>
      <dc:date>2018-06-14T14:45:02Z</dc:date>
    </item>
  </channel>
</rss>

