Splunk Search

Incorrect Imail Events

jknowles
Engager

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

Examples:

SMTP-(b200000069dbca52)

SMTP-(2edb0000685cc69c)

SMTPD(2edb0000685cc69c)

SMTPD(0000000000000000)

I have tried the Field Extraction Generator but it hasnot been able to correctly identfify the connection ID.

Tags (1)
0 Karma

jedinerd
New Member

try piping your query to | rex field=_raw "SMTP[-D]((?[a-f0-9]*))"
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.

Hope that helps!

0 Karma
Get Updates on the Splunk Community!

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Automatic Discovery Part 2: Setup and Best Practices

In Part 1 of this series, we covered what Automatic Discovery is and why it’s critical for observability at ...