blob: cd634ec34ad7312deb3be5b1cdb31d87a0c20e33 [file] [log] [blame]
Jakub Pavlike7d12cd2015-09-03 19:02:45 +02001
2============
3Heka Formula
4============
5
6Heka is an open source stream processing software system developed by Mozilla. Heka is a Swiss Army Knife type tool for data processing
7
8Sample pillars
9==============
10
11.. code-block:: yaml
12
13 heka:
14 router:
15 enabled: true
16 bind:
17 address: 0.0.0.0
18 port: 4352
Jakub Pavlik6014f912015-09-03 19:05:05 +020019 output:
20 elasticsearch01:
21 engine: elasticsearch
22 host: localhost
23 port: 9200
24 input:
25 rabbitmq:
26 engine: amqp
27 host: localhost
28 user: guest
29 password: guest
Jakub Pavlike7d12cd2015-09-03 19:02:45 +020030
31
32Read more
33=========
34
35* https://hekad.readthedocs.org/en/latest/index.html