<?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 Incorrect Imail Events in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Incorrect-Imail-Events/m-p/43162#M10144</link>
    <description>&lt;P&gt;I am trying to have my Imail Logs indexed correctly. Right now there is no order to the events. They should be separated by Connection ID&lt;/P&gt;

&lt;P&gt;Examples:&lt;/P&gt;

&lt;P&gt;SMTP-(b200000069dbca52)&lt;/P&gt;

&lt;P&gt;SMTP-(2edb0000685cc69c)&lt;/P&gt;

&lt;P&gt;SMTPD(2edb0000685cc69c)&lt;/P&gt;

&lt;P&gt;SMTPD(0000000000000000)&lt;/P&gt;

&lt;P&gt;I have tried the Field Extraction Generator but it hasnot been able to correctly identfify the connection ID.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jul 2011 20:19:36 GMT</pubDate>
    <dc:creator>jknowles</dc:creator>
    <dc:date>2011-07-14T20:19:36Z</dc:date>
    <item>
      <title>Incorrect Imail Events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Incorrect-Imail-Events/m-p/43162#M10144</link>
      <description>&lt;P&gt;I am trying to have my Imail Logs indexed correctly. Right now there is no order to the events. They should be separated by Connection ID&lt;/P&gt;

&lt;P&gt;Examples:&lt;/P&gt;

&lt;P&gt;SMTP-(b200000069dbca52)&lt;/P&gt;

&lt;P&gt;SMTP-(2edb0000685cc69c)&lt;/P&gt;

&lt;P&gt;SMTPD(2edb0000685cc69c)&lt;/P&gt;

&lt;P&gt;SMTPD(0000000000000000)&lt;/P&gt;

&lt;P&gt;I have tried the Field Extraction Generator but it hasnot been able to correctly identfify the connection ID.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2011 20:19:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Incorrect-Imail-Events/m-p/43162#M10144</guid>
      <dc:creator>jknowles</dc:creator>
      <dc:date>2011-07-14T20:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Imail Events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Incorrect-Imail-Events/m-p/43163#M10145</link>
      <description>&lt;P&gt;try piping your query to  | rex field=_raw "SMTP[-D]((?&lt;CONNECTIONID&gt;[a-f0-9]*))"&lt;BR /&gt;
That should extract the connection id to its own field.  If that works i would suggest using that regex as a field extraction in props.conf.&lt;/CONNECTIONID&gt;&lt;/P&gt;

&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2011 22:42:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Incorrect-Imail-Events/m-p/43163#M10145</guid>
      <dc:creator>jedinerd</dc:creator>
      <dc:date>2011-07-14T22:42:19Z</dc:date>
    </item>
  </channel>
</rss>

