Splunk Search

Extract in Props.conf

pfabrizi
Path Finder

I am trying to extract a field from cisco:asa events in my props.conf.
Here is the event:

Jan 23 11:04:57 taaaaaaa %ASA-6-717022: Certificate was successfully validated. serial number: 21EB548E00000000994A, subject name:  cn=XXX1G,ou=CL,ou=LOB,dc=xxx,dc=xxxxx,dc=net.

here is my extract:

EXTRACT-serial_number = ^.*Certificate was successfully validated. serial number:.*\s([0-9A-Z]+)

parses fine in regex101

is this an acceptable regex?

I only want it for these events.

Tags (1)
0 Karma
1 Solution

MuS
Legend

Hi pfabrizi,

try this regex:

 Certificate was successfully validated\. serial number:\s+([0-9A-Z]+)

You missed to escape the .. If it is still not working, check if there is no typo in the assigned sourcetype, source or hostname for the props stanza.

Hope this helps ...

cheers, MuS

View solution in original post

0 Karma

MuS
Legend

Hi pfabrizi,

try this regex:

 Certificate was successfully validated\. serial number:\s+([0-9A-Z]+)

You missed to escape the .. If it is still not working, check if there is no typo in the assigned sourcetype, source or hostname for the props stanza.

Hope this helps ...

cheers, MuS

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...