Dealing with "tags" => [ [0] "multiline" ] in xml filter for logstash

Hi,

I have setup xml filter for logstash (in config file) however how can i avoid below from getting displayed:

"tags" => [
[0] "multiline"
]

Regards
Amol

That is nothing to do with the xml filter. It is the default tag added by a multiline codec. If you set it to an empty string then it will not get added

multiline_tag => ""

Thanks.
This worked perfectly.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.