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
95efabf2
Commit
95efabf2
authored
Jul 29, 2020
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wendelin uses only one default Ingestion Policy thus adjust accordingly.
parent
27068fc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
31 deletions
+15
-31
example/to_wendelin.conf
example/to_wendelin.conf
+15
-31
No files found.
example/to_wendelin.conf
View file @
95efabf2
...
@@ -9,43 +9,27 @@
...
@@ -9,43 +9,27 @@
</
source
>
</
source
>
# This will match all HTTP request like so
# This will match all HTTP request like so
# ivan@debian: ~$ curl -X POST -d 'json={"foo1":"bar1"}' http://localhost:8888/
default_http_json
# ivan@debian: ~$ curl -X POST -d 'json={"foo1":"bar1"}' http://localhost:8888/
test_sensor.test_product
# then send to Wendelin and append as
strings
at Wendelin side
# then send to Wendelin and append as
MsgPack encoded string
at Wendelin side
<
match
default_http_json
.**>
<
match
test_sensor
.
test_product
.**>
@
type
wendelin
@
type
wendelin
@
id
wendelin_out
@
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
>
# tail existing file and send its contents to Wendelin
<
source
>
@
type
tail
path
test
.
log
pos_file
test
.
log
.
pos
tag
test_sensor
.
test_product
<
parse
>
@
type
none
</
parse
>
</
source
>
# This will send and streo at Wendelin side in a MsgPack format
<
match
test_sensor
.
test_product
>
@
type
wendelin
@
id
fluentd_out
streamtool_uri
<
Wendelin_URL
>/
erp5
/
portal_ingestion_policies
/
default
streamtool_uri
<
Wendelin_URL
>/
erp5
/
portal_ingestion_policies
/
default
# TODO ^^^ do not check peer's certificate
user
<
your_wendelin_user
>
user
<
your_wendelin_user
>
password
<
your_wendelin_password
>
password
<
your_wendelin_password
>
use_keep_alive
true
use_keep_alive
true
buffer_type
memory
buffer_type
memory
flush_interval
5
s
flush_interval
5
s
</
match
>
</
match
>
# Example: tailing existing file and send its contents to Wendelin
# Uncomment below to enable
#<source>
# @type tail
# path test.log
# pos_file test.log.pos
# tag test_sensor.test_product
# <parse>
# @type none
# </parse>
#</source>
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