diff --git a/README.md b/README.md
index 68fdf054711bbf91eec3d104c9cc6d4360a0afad..b322824c04823c9ec5cd8e7b693a606d45795308 100644
--- a/README.md
+++ b/README.md
@@ -185,8 +185,10 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
 *Log management tools: collect, parse, visualize ...*
 
 * [Elasticsearch](http://www.elasticsearch.org/) - A Lucene Based Document store mainly used for log indexing, storage and analysis.
-* [Fluentd](http://www.fluentd.org/) - Log Collector and Shipper
+* [Fluentd](http://www.fluentd.org/) - Log Collector and Shipper.
+* [Flume](https://flume.apache.org/) - Distributed log collection and aggregation system.
 * [Graylog2](http://graylog2.org/) - Pluggable Log and Event Analysis Server with Alerting options.
+* [Heka](http://hekad.readthedocs.org/en/latest/) - Stream processing system which may be used for log aggregation.
 * [Kibana](http://www.elasticsearch.org/overview/kibana/) - Visualize logs and time-stamped data.
 * [Logstash](http://logstash.net/) - Tool for managing events and logs.