blob: c8749d6a572a144455d64dfe657e134ab239fa6e [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
19 inputs:
20 ...
21 outputs:
22 engine: elasticsearch
23 host: localhost
24 port: 9200
25
26
27Read more
28=========
29
30* https://hekad.readthedocs.org/en/latest/index.html