From b14d01d0da74ce401a1935e9a2eb03f54f2313c8 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 25 Nov 2015 20:29:30 +0100 Subject: [PATCH] Added graylog as alternative to kibana --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 269760f..9aa56c5 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,8 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that log the behavior of an application.* * [Apache Log4j 2](http://logging.apache.org/log4j/) - Complete rewrite with a powerful plugin and configuration architecture. -* [kibana](https://www.elastic.co/products/kibana) - Analyzes and visualizes log files. +* [graylog](https://www.graylog.org/) - Open-source aggregator suited for extended role and permission management. +* [kibana](https://www.elastic.co/products/kibana) - Analyzes and visualizes log files. Some features require payment. * [Logback](http://logback.qos.ch/) - Robust logging library with interesting configuration options via Groovy. * [logstash](https://www.elastic.co/products/logstash) - Tool for managing log files. * [Metrics](https://github.com/dropwizard/metrics) - Expose metrics via JMX or HTTP and can send them to a database.