singnet / offernet

Offer Networks simulation framework written in Java/Groovy/Gremlin
https://singnet.github.io/offernet/public/offernet-documentation/index.html
MIT License
8 stars 5 forks source link

Harmonized application level logging patterns + logstash pipeline for ingesting logs into ES #44

Closed kabirkbr closed 6 years ago

kabirkbr commented 6 years ago

Application logging is done via log4j into ./logs/OfferNet.log local file. There are three logging levels configured:

On ES side, this pull request includes the logstash pipeline written so that it parses log messages into key value pairs / fields. Since they end up in Elastic Search this allows them to be efficiently searched and analyzed in the future (and archived).

Relates to #37