From b2b2c89899ab8b1c9d9287a9b41d59384786564a Mon Sep 17 00:00:00 2001 From: Benjamin Dos Santos Date: Sun, 22 Jun 2014 13:03:24 +0200 Subject: [PATCH 1/3] Add log management section and Logstash. Logstash is a tool for managing events and logs. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 98b4b1a..ee325af 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [LDAP](#ldap) * [Monitoring](#monitoring) * [Metric & Metric Collection](#metric--metric-collection) + * [Log management](#log-management) * [Network Configuration Management](#network-configuration-management) * [Newsletter](#newsletters) * [NoSQL](#nosql) @@ -182,6 +183,11 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [RRDtool](http://oss.oetiker.ch/rrdtool/) - Open source industry standard, high performance data logging and graphing system for time series data. * [Statsd](https://github.com/etsy/statsd/) - Application statistic listener. +## Log management +**Log management tools : collect, parse ...** + +* [Logstash](http://logstash.net/) - Logstash is a tool for managing events and logs. + ## Network Configuration Management *Network configuration management tools.* From 469b63ba1b0f8666221304d1a013aa508276843d Mon Sep 17 00:00:00 2001 From: Benjamin Dos Santos Date: Sun, 22 Jun 2014 13:07:29 +0200 Subject: [PATCH 2/3] Add Kibana to log management section. Visualize logs and time-stamped data. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee325af..d7159ed 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ **Log management tools : collect, parse ...** * [Logstash](http://logstash.net/) - Logstash is a tool for managing events and logs. +* [Kibana](http://www.elasticsearch.org/overview/kibana/) - Visualize logs and time-stamped data. ## Network Configuration Management *Network configuration management tools.* From 22de435ce46ebc34cfdafed92e5ae85ac173a8a5 Mon Sep 17 00:00:00 2001 From: Benjamin Dos Santos Date: Sun, 22 Jun 2014 13:12:05 +0200 Subject: [PATCH 3/3] Fix log management section description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7159ed..943e03e 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Statsd](https://github.com/etsy/statsd/) - Application statistic listener. ## Log management -**Log management tools : collect, parse ...** +*Log management tools : collect, parse, visualize ...* * [Logstash](http://logstash.net/) - Logstash is a tool for managing events and logs. * [Kibana](http://www.elasticsearch.org/overview/kibana/) - Visualize logs and time-stamped data.