Splunk Search

error on field extraction using regex !!

sg5258
Explorer

Hi,

i am trying to use regex to extract field.. and i facing some problem when it has null value on the field.. i will give example on the following:

field1      field2           field3
AAAAA       BBBBB            CCCCC
DDDDD                        EEEEE
FFFFF                        
GGGGG       HHHHH 

i use regex in my transform.conf as follow

[transform-impressio]
REGEX = (.{5})(.{12})(.{17})
FORMAT = field1::"$1" field2::"$2 field3::"$3

Basically this regex does for everything from the first 5 character belong to field1 and next 12 belong to field 2 and next 17 belong to field 3

However, when i search on splunk it return me.

field1     field 2      field 3
AAAAA      BBBBB        CCCCC
DDDDD                   EEEEE

it missing the another 2 row

And i understand it is because that if it has empty space on last field then this regex couldn't work!!..
anyone has good suggestion on it?

thanks

Tags (2)
0 Karma

kristian_kolb
Ultra Champion

As Ayn said, always post sample events in order to get any decent help on regex questions. Also, there seems to be some unbalanced double-quotes in your FORMAT =. Not sure you need quotes at all.

/k

0 Karma

Ayn
Legend

You should consider splitting this up into separate regex for each field instead of one huge regex containing all matches. Could you paste some actual events that you want to match on?

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...