blob: 421aff5e7c4def922fc292b2a5b6875e782864ec [file] [log] [blame]
Michael Kutýe554d792014-04-12 21:54:46 +02001
Aleš Komárekac2c0fb2017-04-11 10:14:46 +02002===============
3Fluentd Formula
4===============
Michael Kutýe554d792014-04-12 21:54:46 +02005
Aleš Komárekac2c0fb2017-04-11 10:14:46 +02006Many web/mobile applications generate huge amount of event logs
7(c,f. login, logout, purchase, follow, etc). Analyzing these event
8logs can be quite valuable for improving services. However, collecting
9these logs easily and reliably is a challenging task.
Michael Kutýe554d792014-04-12 21:54:46 +020010
Aleš Komárekac2c0fb2017-04-11 10:14:46 +020011Fluentd solves the problem by having: easy installation, small footprint,
12plugins reliable buffering, log forwarding, etc.
Michael Kutýe554d792014-04-12 21:54:46 +020013
Aleš Komárekac2c0fb2017-04-11 10:14:46 +020014Sample Pillars
15==============
16
17.. code-block:: yaml
Michael Kutýe554d792014-04-12 21:54:46 +020018
Michael Kuty59f90a42014-05-04 11:46:24 +020019 fluentd:
20 server:
21 enabled: true
22 plugins:
23 - fluent-plugin-elasticsearch
24 - fluent-plugin-mongo
Michael Kuty5a2f6c52014-05-04 13:00:37 +020025 config:
26 - name: forward
27 type: input
28 bind:
29 port: 24224
30 host: 0.0.0.0
31 - name: elasticsearch
32 type: output
33 bind:
34 port: 9200
35 host: localhost
36 - name: mongodb
37 type: output
38 bind:
39 port: localhost
40 host: localhost
Michael Kutýe554d792014-04-12 21:54:46 +020041
Aleš Komárekac2c0fb2017-04-11 10:14:46 +020042More Information
43================
Michael Kutýe554d792014-04-12 21:54:46 +020044
45* http://fluentd.org/
46* http://docs.fluentd.org/
Aleš Komárekac2c0fb2017-04-11 10:14:46 +020047* http://docs.fluentd.org/categories/recipes