ELBのアクセスログのfluentdプラグイン、fluent-plugin-elb-access-logを作りました。 https://github.com/winebarrel/fluent-plugin-elb-access-log 既存の同様のプラグイン、fluent-plugin-elb-logとの違いは aws sdk v2を使っている タグを変更できる プレフィックス付きでlist objectsする request lineのURIをパースする 設定ファイル以外のテストがある です。 使い方 fluentd.confは以下のように設定します。 <source> type elb_access_log account_id 123456789012 # required s3_bucket my-bucket # required region us-west-1 # requ