<?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: symantec Brightmail gateway- SBG field extraction in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513672#M144149</link>
    <description>&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/Splunk-TA-for-Symantec-Brightmail/td-p/477649" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/Splunk-TA-for-Symantec-Brightmail/td-p/477649&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So you got a TA, right?&lt;/P&gt;</description>
    <pubDate>Wed, 12 Aug 2020 07:25:20 GMT</pubDate>
    <dc:creator>to4kawa</dc:creator>
    <dc:date>2020-08-12T07:25:20Z</dc:date>
    <item>
      <title>symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/131778#M35944</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I am getting the logs from SBG,but splunk couldnt able to index those logs. I need to index those logs. I did field extraction for first 3 fields are common in every event. The main problem is The next fields depend up on the 3rd field that is action. Now i want to extract those fields and i need to name it for search purpose. below are the example events.&lt;BR /&gt;
1&amp;gt; jul  7 04:02:01 wipro-blr-out01 ecelerity: 1404685921|cb5bdd57-f792c6d000001154-e6-53b9ce619b84|&lt;STRONG&gt;ACCEPT&lt;/STRONG&gt;|203.91.221.85:50090&lt;/P&gt;

&lt;P&gt;2&amp;gt; Jul  7 04:02:01 wipro-blr-out01 ecelerity: 1404685921|cb5bdd57-f792c6d000001154-e7-53b9ce61f951|&lt;STRONG&gt;IRCPTACTION&lt;/STRONG&gt;|&lt;A href="mailto:oceane-ias@orange.com" target="_blank"&gt;oceane-ias@orange.com&lt;/A&gt;|annotate&lt;/P&gt;

&lt;P&gt;3&amp;gt;Jul  7 04:02:01 wipro-blr-out01 bmserver: 1404685921|cb5bdd57-f792c6d000001154-e7-53b9ce61f951|&lt;STRONG&gt;VERDICT&lt;/STRONG&gt;|&lt;A href="mailto:oceane-ias@orange.com" target="_blank"&gt;oceane-ias@orange.com&lt;/A&gt;|content_300|default|legal disclaimer&lt;/P&gt;

&lt;P&gt;if u see above events fisrt 3 fields are common so i named it. Now i want name the rest of fields by using following search.&lt;/P&gt;

&lt;P&gt;index=main sourcetype=ec_sbg_outbound action=accept----- now i will get all the events of action=accept it has only one field after action so i need to name for that field.&lt;BR /&gt;
like that i have to do all the action types..&lt;BR /&gt;
please help me&lt;BR /&gt;
in advance thanks.....&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:00:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/131778#M35944</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-09-28T17:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/131779#M35945</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Did you ever find a way to parse these logs?&lt;/P&gt;

&lt;P&gt;Best&lt;BR /&gt;
Soren&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2015 23:13:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/131779#M35945</guid>
      <dc:creator>sorenmaigaard</dc:creator>
      <dc:date>2015-01-02T23:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/131780#M35946</link>
      <description>&lt;P&gt;Since you have the extraction for the first three fields, I suspect you can make the extraction for the remaining ones, you just need to know how to do that and make it work right.&lt;/P&gt;

&lt;P&gt;In &lt;CODE&gt;$splunkhome/etc/apps/myappname/local/transforms.conf&lt;/CODE&gt; (or wherever) you will need to create several REGEX statements.  You have log lines like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;jul 7 04:02:01 wipro-blr-out01 ecelerity: 1404685921|cb5bdd57-f792c6d000001154-e6-53b9ce619b84|ACCEPT|203.91.221.85:50090
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So, use your REGEX you have for the first three fields, only don't extract the third field yet.  Instead, include &lt;STRONG&gt;from the third field to the end of the line&lt;/STRONG&gt; as something like "sbg_extra_info".    BTW, I assume there's some "header" type of information that's not really "field1" - i.e. timestamp and so on.  It doesn't matter for my explanation, I just mention it to prevent confusion below.&lt;/P&gt;

&lt;P&gt;Some "pseudo regex"  - meaning you may have to escape pipes, and honestly I just whipped it up so it's probably totally wrong, but it's close enough for our purposes:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sbg-message-parse]
REGEX = ^(?&amp;lt;timestamp&amp;gt;[^ ]*\s+[^ ]*\s+[^ ]*)\s+(?&amp;lt;host&amp;gt;[^ ]*)\s+(?&amp;lt;some_other_field&amp;gt;[^ :]*)[:]\s+(?&amp;lt;field1&amp;gt;[^|]*)|(?&amp;lt;field2&amp;gt;[^ ]*)\s+(?&amp;lt;sbg_extra_info&amp;gt;.*)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But the important part was field1, field 2, then "everything else" as sbg_extra_info.  &lt;/P&gt;

&lt;P&gt;Now, also in that same transforms, create more stanzas, one for each of the type of service (ACCEPT, IRCPTACTION, VERDICT, etc...).  Use "SOURCE_KEY = sbg_extra_info" to &lt;EM&gt;start&lt;/EM&gt; by using that field for this extraction.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sbg-extrainfo-accept-parse]
SOURCE_KEY = sbg_extra_info
REGEX = (?&amp;lt;service&amp;gt;ACCEPT)|(?&amp;lt;accept_field1&amp;gt;[^|]*)(?&amp;lt;accept_field2&amp;gt;...

[sbg-extrainfo-ircptaction-parse]
SOURCE_KEY = sbg_extra_info
REGEX = (?&amp;lt;service&amp;gt;IRCPTACTION)|(?&amp;lt;ircptaction_field1&amp;gt;[^|]*)(?&amp;lt;ircptaction_field2&amp;gt;...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Notice in each of those, I pull out the "service" (IRCPTACTION, ACCEPT... ) as well, then the rest of the REGEX just extracts whatever appropriate for the rest of the message.  Add more fied extractions and stanzas as required.&lt;/P&gt;

&lt;P&gt;Lastly, you have to call of these from props.conf.  Order is important in that you have to pull out your sbg_extra_info FIRST.  All the rest are on equal footing because there's no "nested" dependencies, just that one field needs to be created first.  So, in &lt;CODE&gt;$splunkhome/etc/apps/myappname/local/props.conf&lt;/CODE&gt;, call them all.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mysourcetype]
REPORT-sbg_info = sbg-message-parse,sbg-extrainfo-accept-parse,sbg-extrainfo-ircptaction-parse,...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That should be it.  I usually recommend getting the main sbg-message-parse right first, then proceeding with the rest.  That way you can tweak each regex as a rex in a search directly and get it just right before committing it to your transforms.conf file.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:38:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/131780#M35946</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2020-09-29T07:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/131781#M35947</link>
      <description>&lt;P&gt;I created this regex extraction, that extracts fields for the majority of Symantec Messaging Gateway's logs:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;^&amp;lt;142&amp;gt;(?P&amp;lt;date&amp;gt;\w+\s+\d+)\s+(?P&amp;lt;time&amp;gt;[^ ]+)\s+(?P&amp;lt;server&amp;gt;\w+)\s+(?P&amp;lt;process_name&amp;gt;[a-z]+)\[(?P&amp;lt;process_number&amp;gt;\d+)[^ \n]* (?P&amp;lt;process_id&amp;gt;[^\|]+)\|(?P&amp;lt;message_id&amp;gt;[^\|]+)\|(?P&amp;lt;action&amp;gt;IRCPTACTION|VERDICT|UNTESTED|FIRED|SENDER|LOGICAL_IP|EHLO|MSG_SIZE|MSGID|SOURCE|SUBJECT|ORCPTS|TRACKERID|ATTACH|UNSCANNABLE|VIRUS|DELIVER|ACCEPT)(?:(?:(?&amp;lt;=ACCEPT|DELIVER|LOGICAL_IP)\|(?P&amp;lt;src&amp;gt;[^:\s]+)(?::(?P&amp;lt;port&amp;gt;[0-9]+))?(?:\|(?P&amp;lt;to&amp;gt;[^\s]+))?)|(?:(?&amp;lt;=FIRED|IRCPTACTION|ORCPTS|TRACKERID|UNTESTED|VERDICT)\|(?P&amp;lt;recipient&amp;gt;[^\s\|]+)(?:\|)?(?P&amp;lt;result&amp;gt;[a-z][^\|\s]+)?(?:\|(?P&amp;lt;result_2&amp;gt;[a-z][^\|]+))?(?:\|(?P&amp;lt;result_3&amp;gt;.+))?)|(?:(?&amp;lt;=SENDER)\|(?P&amp;lt;from&amp;gt;[^\s]+))|(?:(?&amp;lt;=MSG_SIZE)\|(?P&amp;lt;msg_size&amp;gt;\w+))|(?:(?&amp;lt;=SUBJECT)\|(?P&amp;lt;subject&amp;gt;.*))|(?:(?&amp;lt;=ATTACH)\|(?P&amp;lt;attachment&amp;gt;.+))|(?:(?&amp;lt;=UNSCANNABLE)\|(?P&amp;lt;reason&amp;gt;.+))|(?:(?&amp;lt;=VIRUS)\|(?P&amp;lt;virus_name&amp;gt;.+))|(?:(?&amp;lt;=EHLO)\|(?P&amp;lt;fqdn&amp;gt;.+)))?
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I wrote a short blog post about it here: &lt;A href="http://alec.dhuse.com/?p=217"&gt;http://alec.dhuse.com/?p=217&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 15:01:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/131781#M35947</guid>
      <dc:creator>alecdhuse</dc:creator>
      <dc:date>2016-09-22T15:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/510998#M143121</link>
      <description>&lt;P&gt;Yes, I have created a TA which extracts only required event types.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2020 05:49:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/510998#M143121</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-07-26T05:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513659#M144144</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;thambisetty,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to share this TA ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alex Ling&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 02:54:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513659#M144144</guid>
      <dc:creator>alexling75</dc:creator>
      <dc:date>2020-08-12T02:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513661#M144146</link>
      <description>&lt;P&gt;how can I share?&lt;/P&gt;&lt;P&gt;I will try to upload to Splunkbase.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 05:40:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513661#M144146</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-12T05:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513662#M144147</link>
      <description>&lt;P&gt;Hi&amp;nbsp;thambisetty,&lt;/P&gt;&lt;P&gt;Can send to my email cwlingatyahoo.com?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Alex Ling&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 05:43:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513662#M144147</guid>
      <dc:creator>alexling75</dc:creator>
      <dc:date>2020-08-12T05:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513671#M144148</link>
      <description>&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/5181/" target="_blank"&gt;https://splunkbase.splunk.com/app/5181/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 07:12:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513671#M144148</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-12T07:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513672#M144149</link>
      <description>&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/Splunk-TA-for-Symantec-Brightmail/td-p/477649" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/Splunk-TA-for-Symantec-Brightmail/td-p/477649&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So you got a TA, right?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 07:25:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513672#M144149</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-08-12T07:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513673#M144150</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unable to see the page in splunkbase.&lt;/P&gt;&lt;P&gt;Can assist?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;AL&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 07:28:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513673#M144150</guid>
      <dc:creator>alexling75</dc:creator>
      <dc:date>2020-08-12T07:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513678#M144151</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/198178"&gt;@alexling75&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have emailed you.&lt;/P&gt;&lt;P&gt;the one I uploaded to splunkbase is still pending for Splunkbase engineer review.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 08:21:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513678#M144151</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-12T08:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513680#M144152</link>
      <description>&lt;P&gt;Hi Balaji,&lt;/P&gt;&lt;P&gt;I am grateful for your kind sharing.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;AL&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 08:27:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513680#M144152</guid>
      <dc:creator>alexling75</dc:creator>
      <dc:date>2020-08-12T08:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513887#M144228</link>
      <description>&lt;P&gt;i cannot download the add-on&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 12:05:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/513887#M144228</guid>
      <dc:creator>mshakeb</dc:creator>
      <dc:date>2020-08-13T12:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/515304#M144668</link>
      <description>&lt;P&gt;The Add-on is available now&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/5181/" target="_blank"&gt;https://splunkbase.splunk.com/app/5181/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 20:19:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/515304#M144668</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-20T20:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/520521#M146553</link>
      <description>&lt;P&gt;try, i used the logic:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;DIV class="alerts search-searchflashmessages"&gt;&lt;DIV class="alert alert-error"&gt;Error in 'SearchParser': Missing a search command before '^'. Error at position '151' of search query 'search source="tcp:3514" index="prueba" sourcetype...{snipped} {errorcontext = (?P&amp;lt;time&amp;gt;[^ ]+)\s+(?P}'.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="job-status-container"&gt;&lt;DIV class="shared-jobstatus"&gt;&lt;DIV class="clearfix"&gt;&lt;DIV class="pull-left jobstatus-status-grouping"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="pull-left jobstatus-status-grouping"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 20 Sep 2020 20:17:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/520521#M146553</guid>
      <dc:creator>J9h0m0e8</dc:creator>
      <dc:date>2020-09-20T20:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: symantec Brightmail gateway- SBG field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/520531#M146555</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this add-on&amp;nbsp; for symantec Messaging gateway&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/5215/" target="_blank"&gt;https://splunkbase.splunk.com/app/5215/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 01:54:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-Brightmail-gateway-SBG-field-extraction/m-p/520531#M146555</guid>
      <dc:creator>mshakeb</dc:creator>
      <dc:date>2020-09-21T01:54:57Z</dc:date>
    </item>
  </channel>
</rss>

