blob: 8ace0c2208de1a7e35db658fa0f4c9119b59dbea [file] [log] [blame] [view]
Michael Kutýe554d792014-04-12 21:54:46 +02001
2# Fluentd
3
4Many web/mobile applications generate huge amount of event logs (c,f. login, logout, purchase, follow, etc). Analyzing these event logs can be quite valuable for improving services. However, collecting these logs easily and reliably is a challenging task.
5
6Fluentd solves the problem by having: easy installation, small footprint, plugins reliable buffering, log forwarding, etc.
7
8### Sample pillar
9
Michael Kuty59f90a42014-05-04 11:46:24 +020010 fluentd:
11 server:
12 enabled: true
13 plugins:
14 - fluent-plugin-elasticsearch
15 - fluent-plugin-mongo
Michael Kutýe554d792014-04-12 21:54:46 +020016
17## Read more
18
19* http://fluentd.org/
20* http://docs.fluentd.org/
21* http://docs.fluentd.org/categories/recipes