NxLog multiline use a blank line as a headerline

Tags:

#1 Deleted user

Is there a way to state a headerline to be blank while using multiline module? My data shows as:

data
data
(blank)
data
data
(blank)

Thanks

#2 b0ti Nxlog ✓
#1 Deleted user
Is there a way to state a headerline to be blank while using multiline module? My data shows as: data data (blank) data data (blank) Thanks

Sounds like this is a regular expression question: how do I match a blank line?

The following should do that:

HeaderLine /^\s*$/