Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fluent-plugin-wendelin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
fluent-plugin-wendelin
Commits
cb0153b8
Commit
cb0153b8
authored
Mar 17, 2022
by
Levin Zimmermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix README example
parent
0e476ffc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
13 deletions
+10
-13
README.md
README.md
+10
-13
No files found.
README.md
View file @
cb0153b8
...
...
@@ -22,19 +22,16 @@ A sample configuration to setup ingestion of data for a tag to Wendelin:
password <your_wendelin_password>
use_keep_alive <true or false>
# all parameters of BufferedOutput & Output classes are supported too, e.g.
# `buffer_type`, `flush_interval`, `num_threads`, `log_level`, etc - see
# their code near:
#
# https://github.com/fluent/fluentd/blob/aa79a4cd16bdab3190dd8fe8f5e2dc92a69c72ea/lib/fluent/compat/output.rb#L219
#
# logging setup description:
#
# http://docs.fluentd.org/articles/logging
buffer_type memory
#buffer_path "#{ENV['HOME']/var}"
flush_interval 5s
<buffer>
# For setting the behaviour of the buffer a wide range of parameters
# are available. The description for the parameters can be found in
# the fluentd documentation:
# https://docs.fluentd.org/output#buffering-retrying-parameters
flush_mode interval
flush_interval 5s
@type memory
path "#{ENV['HOME']/var}"
</buffer>
</match>
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment