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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...