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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Tyagov
fluent-plugin-wendelin
Commits
2b1c718b
Commit
2b1c718b
authored
Jul 22, 2020
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add an example of tailing a file and sending it to Wendelin.
parent
e661bab3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletion
+25
-1
example/to_wendelin.conf
example/to_wendelin.conf
+25
-1
No files found.
example/to_wendelin.conf
View file @
2b1c718b
...
...
@@ -8,7 +8,6 @@
port
8888
</
source
>
# output tag=sensor.** to Wendelin, this will match all HTTP request like so
# ivan@debian: ~$ curl -X POST -d 'json={"foo1":"bar1"}' http://localhost:8888/default_http_json
<
match
default_http_json
.**>
...
...
@@ -23,3 +22,28 @@
buffer_type
memory
flush_interval
5
s
</
match
>
# tail existing file and send its contents to Wendelin
<
source
>
@
type
tail
path
test
.
log
pos_file
test
.
log
.
pos
tag
fluentd
-
1
<
parse
>
@
type
none
</
parse
>
</
source
>
<
match
fluentd
-
1
>
@
type
wendelin
@
id
wendelin_out
streamtool_uri
<
Wendelin_URL
>/
erp5
/
portal_ingestion_policies
/
default_http_json
# TODO ^^^ do not check peer's certificate
user
<
your_wendelin_user
>
password
<
your_wendelin_password
>
use_keep_alive
true
buffer_type
memory
flush_interval
5
s
</
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