起動 fluentd --setup ./fluent fluentd -c ./fluent/fluent.conf -vv & デーモンで起動させることも可能 confファイル source -> 標準入力、ファイル、ポート指定のHTTP通信など # $ echo <json> | fluent-cat <tag> <source> type forward </source> # http通信 <source> type http port 8888 </source> # ファイル # 例ではapacheのaccess-log <source> type all format apache path /var/log/httpd-access.log tag apache.access </source> # デバッグ出力 <source> type debug_agent por