Heka教程
2015年8月24日
没有评论
1.Heka是什么
Heka is an open source stream processing software system developed by Mozilla.
- Loading and parsing log files from a file system.
- Accepting statsd type metrics data for aggregation and forwarding to upstream time series data stores such as graphite or InfluxDB.
- Launching external processes to gather operational data from the local system.
- Performing real time analysis, graphing, and anomaly detection on any data flowing through the Heka pipeline.
- Shipping data from one location to another via the use of an external transport (such as AMQP) or directly (via TCP).
- Delivering processed data to one or more persistent data stores.
2.如何安装
- 二进制安装,直接从这里下载对应的安装包即可,方便。
- 源码安装
3.怎么用
参见官方的Getting Started,后续将此文译成中文。
4.更详细的介绍