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

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -