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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...