
1 hustlzp OP logstash应该就是我想要的: http://logstash.net/ |
2 honovationeric Jun 15, 2014 ELK stack: logstash聚合日志,发给elasticsearch存储并索引,通过kibana展现 |
3 hanks315 Jun 15, 2014 之前做的小工具,把supervisord的错误日志发送到即时通信里,当然其它类型的日志也可以进行提取 https://github.com/hanks/Supervisord_Notifier 使用到supervisord自带的event listener的功能 |
4 hustlzp OP |