Hello,
I want to process an exception log file but the problem is that the data is multiline with exception message, datetime etc in the first row and further random number of rows that is the stack trace. I want to pass a file containing such exeptions to logstash, but it passes it row by row. Is it possible to pass one exception as a unit?
DummyExample:
InsufficientFundsException - 2017-01-27
at Acc.withdraw(Whatever.java:25)
at Bank.main(WhatIsThis.java:13)
Thanks,
Best Regards
