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