fluentd-scr

fluentd source code reading

Stars
14

fluend-scr

  1. Fluentd の out_forward と heartbeat
  2. Fluentd の out_forward と BufferedOutput
  3. Fluentd の in_forward とプラグイン呼び出し
  4. fluent-agent-lite

前準備

https://github.com/fluent/fluentd を clone して動かせるようにしておこう ^^

ruby は入っているものとして、

$ git clone [email protected]:fluent/fluentd.git
$ cd fluentd
$ bundle
$ bundle exec fluentd -c fluent.conf # 動いてるっぽければとりあえずOK