extraspaces added after ; converting messages with multiline parser


#1 Dileep Nannapaneni (Last updated )

Hi team, 

i have converted auit messages in multiline to singleline using multiline parser. problem is two spaces are added instead of one space after semicolon.

 

message1;

message2;

 

single line: message1;. message2;

 

There is two space first simicolon and message2 instead of one how to remove extra space

#2 gahorvath Nxlog ✓

Hi,

Please share your configuration, input data and desired output format.

This is not enough information to give you a good answer, unfortunately.

You could use regex to convert double spaces to single ones, but it might be possible to not add duplicate spaces to begin with.

br,

Gabor