Commit cb0153b8 authored by Levin Zimmermann's avatar Levin Zimmermann

Fix README example

parent 0e476ffc
...@@ -22,19 +22,16 @@ A sample configuration to setup ingestion of data for a tag to Wendelin: ...@@ -22,19 +22,16 @@ A sample configuration to setup ingestion of data for a tag to Wendelin:
password <your_wendelin_password> password <your_wendelin_password>
use_keep_alive <true or false> use_keep_alive <true or false>
# all parameters of BufferedOutput & Output classes are supported too, e.g. <buffer>
# `buffer_type`, `flush_interval`, `num_threads`, `log_level`, etc - see # For setting the behaviour of the buffer a wide range of parameters
# their code near: # are available. The description for the parameters can be found in
# # the fluentd documentation:
# https://github.com/fluent/fluentd/blob/aa79a4cd16bdab3190dd8fe8f5e2dc92a69c72ea/lib/fluent/compat/output.rb#L219 # https://docs.fluentd.org/output#buffering-retrying-parameters
# flush_mode interval
# logging setup description: flush_interval 5s
# @type memory
# http://docs.fluentd.org/articles/logging path "#{ENV['HOME']/var}"
</buffer>
buffer_type memory
#buffer_path "#{ENV['HOME']/var}"
flush_interval 5s
</match> </match>
``` ```
......
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