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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...