How to load simple xml file in logstash

input

The result to be displayed as shown for the given xml
{
"number":"34", "name":"hey"
}
{
"number":"34", "name":"you"
}

waiting for your response,
thanks in advance

Check out the XML filter
https://www.elastic.co/guide/en/logstash/current/plugins-filters-xml.html

thanks for the reply,

can you please provide any sample input to get the out as shown above.

Regards,
Balu

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