Hello,
I've a lot of xml-file containing log events and some of them are pretty large.
I'm trying to parse them with Logstash, but when the xml is too large, I get an xmlparsefailure and I got this error:
RuntimeError: entity expansion has grown too large.
Have you any idea to what can I do to handle this?
Thank you!