地方エンジニアの学習日記

興味ある技術の雑なメモだったりを書いてくブログ。たまに日記とガジェット紹介。

【Fluentd】プラグインを追加する

$ gem install fluent-plugin-s3 $ fluentd -c sample.conf 別のターミナルで以下のようにすると、

$ echo hello >> input.txt S3のバケットの中身を見ると、データが保存されているのが確認できます。chunk_limit_records 1なので、1ファイルに1レコードのみが含まれます。

$ aws s3 ls s3://xxx/ 2019-10-29 12:08:36 71 fluentd-sample-log20191029_0.gz $ aws s3 cp s3://xxx/fluentd-sample-log20191029_1.gz - | gunzip 2019-10-29T12:08:34+09:00 test {"message":"hello"}