Commit 0c26fb80 authored by Paul Graydon's avatar Paul Graydon

software/fluentd: Add time chunk key to output buffers

parent e17e69aa
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
# not need these here). # not need these here).
[instance-profile] [instance-profile]
filename = instance.cfg filename = instance.cfg
md5sum = a1eb619b5353fe7ca090c7d9a2992df7 md5sum = 9bb912ccc58047cbefe449f9d3783358
[template-fluentd] [template-fluentd]
filename = instance-fluentd.cfg filename = instance-fluentd.cfg
......
...@@ -83,7 +83,8 @@ init = ...@@ -83,7 +83,8 @@ init =
" streamtool_uri %s\n" " streamtool_uri %s\n"
" user %s\n" " user %s\n"
" password %s\n" " password %s\n"
" <buffer tag>\n" " <buffer tag,time>\n"
" timekey 1m\n"
" flush_mode interval\n" " flush_mode interval\n"
" flush_interval 1m\n" " flush_interval 1m\n"
" flush_thread_count 4\n" " flush_thread_count 4\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment