タイムスタンプの付加などをせずに、データを単に集約したいだけの場合は format directive@type single_value を指定してやれば良い模様。

<match ${pattern}>
  @type file
  path /var/log/fluent/myapp
  time_slice_format %Y%m%d
  compress gzip
  <format>
    @type single_value
  </format>
</match>

参考資料

About

ウェブ界隈でエンジニアとして労働活動に励んでいる @gomi_ningen 個人のブログです

Copyright © 53ningen.com