Created
March 12, 2021 19:42
-
-
Save sw-samuraj/dd904277012b286a8728f3ee67ee6ad1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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