Parse Java logs

Hello all,

I'm new to this framework. I'm trying to parse java log files (which is not in JSON) lookin for errors in the build. Trying to add statistics for the kind of failure over time. Is this possible to achieve?

Please advice :frowning:

[04-08 16:57:35]  Server supplied invocation method name: dequeued, invocation parameters: 
[04-09 03:29:54]  Test case assertion error
org.junit.ComparisonFailure: at org.junit.Assert.assertEquals(Assert.java:115)

json is not a requirement for parsing logs,

What you have in your logstash config already? What have you tried so far?

You probably want to be writing grok regex's which you can test write them here
https://grokdebug.herokuapp.com/

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