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
27068fc6
Commit
27068fc6
authored
Jul 23, 2020
by
Ivan Tyagov
4
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add an example of MSGPack transmission to Wendelin from a file.
parent
2b1c718b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
21 deletions
+23
-21
example/to_wendelin.conf
example/to_wendelin.conf
+23
-21
No files found.
example/to_wendelin.conf
View file @
27068fc6
...
...
@@ -8,8 +8,9 @@
port
8888
</
source
>
#
output tag=sensor.** to Wendelin, t
his will match all HTTP request like so
#
T
his will match all HTTP request like so
# ivan@debian: ~$ curl -X POST -d 'json={"foo1":"bar1"}' http://localhost:8888/default_http_json
# then send to Wendelin and append as strings at Wendelin side
<
match
default_http_json
.**>
@
type
wendelin
@
id
wendelin_out
...
...
@@ -28,17 +29,18 @@
@
type
tail
path
test
.
log
pos_file
test
.
log
.
pos
tag
fluentd
-
1
tag
test_sensor
.
test_product
<
parse
>
@
type
none
</
parse
>
</
source
>
<
match
fluentd
-
1
>
# This will send and streo at Wendelin side in a MsgPack format
<
match
test_sensor
.
test_product
>
@
type
wendelin
@
id
wendelin
_out
streamtool_uri
<
Wendelin_URL
>/
erp5
/
portal_ingestion_policies
/
default
_http_json
@
id
fluentd
_out
streamtool_uri
<
Wendelin_URL
>/
erp5
/
portal_ingestion_policies
/
default
# TODO ^^^ do not check peer's certificate
user
<
your_wendelin_user
>
password
<
your_wendelin_password
>
...
...
Ivan Tyagov
@Tyagov
·
Jul 24, 2020
Developer
@klaus
, I completely agree. This is as state the overall goal.
@klaus , I completely agree. This is as state the overall goal.
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