Skip to content

Instantly share code, notes, and snippets.

@sw-samuraj
Created March 12, 2021 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sw-samuraj/dd904277012b286a8728f3ee67ee6ad1 to your computer and use it in GitHub Desktop.
Save sw-samuraj/dd904277012b286a8728f3ee67ee6ad1 to your computer and use it in GitHub Desktop.
<match cloudsql.cell.app>
@type exec
command /fluentd/bin/fluentd-objectstore
<format>
@type json
</format>
<buffer>
@type file
path /var/log/fluentd-buffers/objectstore.buffer
flush_interval 10s
chunk_limit_size 100MB
compress gzip
</buffer>
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment