Ali and Andreas each have half the answer. The Format String field uses $x notation to refer to capture groups in the Regex field, so you need to use $1, not 1 as your Format String. Just using "1" would set the value to a literal "1".
The Date Format also needs to be adjusted, it should be:
MMM dd HH:mm:ss
no dash/hyphen between "MMM" and "dd".
Cheers
Colin
------------------------------
COLIN HAY
------------------------------
Original Message:
Sent: Fri January 31, 2020 01:26 AM
From: Davit Ubilava
Subject: Regex Data Format
Hello community,
An actual raw log example is:
<142>Jan 30 15:27:47 mx2 bmserver: 1580383667|50538744-5afff7000000136c-c7-5e32bdb3d3ce|VERDICT|<none>|connection_class_1|default|static connection class 1
I need correct Date Format to parse Log Source Time
------------------------------
Davit Ubilava
System Administrator
Delta Consulting LLC
Tbilisi,Georgia
------------------------------