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
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.