elk stack - How can I configure logstash to parse G1GC loggc files -


in our production environment, have elk stack, using monitoring our own log files.

we have enabled g1-gc logging:

-xloggc:${path_to_log}/${file_prefix}-g1-gc.log -xx:+usegclogfilerotation -xx:gclogfilesize=10m -xx:+printgctimestamps -xx:+printgcdetails 

but, not yet analysing these log files. interested in having logstash process these files, can begin making use of them.

are there example logstash input configurations work g1gc log files?

thanks


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -