In our production environment, we have an ELK stack, which we are using for monitoring our own log files.
We also have enabled g1-gc logging:
-Xloggc:${PATH_TO_LOG}/${FILE_PREFIX}-g1-gc.log
-XX:+UseGCLogFileRotation
-XX:GCLogFileSize=10M
-XX:+PrintGCTimeStamps
-XX:+PrintGCDetails
But, we are not yet analysing these log files. We are interested in having logstash process these files, so that we can begin making use of them.
Are there any example logstash input configurations that will work with the G1GC log files?
Thanks