NxLog multiline use a blank line as a headerline
Tags:
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
#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*$/