Spring boot and Graylog
Graylog is a platform (free and enterprise) that is useful for log management of aggregated data. It is based on Elasticsearch, MongoDB and Scala. It can display messages and histograms. To send data to a graylog server through an HTTP appender with log4J2, i used the GELF layout with the following configuration : I had … Read more