Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
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
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
wendelin
Commits
de0b6658
Commit
de0b6658
authored
Nov 06, 2024
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add sample file for fluentd gateway with MQTT support. Used in the
tutorials.
parent
7d423e92
Pipeline
#37923
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
tutorial/fluentd-gateway-with-mqtt.xml
tutorial/fluentd-gateway-with-mqtt.xml
+39
-0
No files found.
tutorial/fluentd-gateway-with-mqtt.xml
0 → 100644
View file @
de0b6658
<?xml version="1.0" encoding="utf-8" ?>
<instance>
<parameter
id=
"conf-text"
>
<
source
>
@type forward
port 24224
bind
<FLUENTD-GATEWAY-IPv4>
<
/source
>
<
match *.sample-environment-raw-data
>
@type wendelin
streamtool_uri https://softinst
<INSTANCE_ID>
.host.vifib.net/erp5/portal_ingestion_policies/default
user
<USERNAME>
password
<PASSWORD>
<
buffer
>
flush_mode interval
@type file
path fluentd-temp-buffer-file/
flush_interval 5s
<
/buffer
>
<
/match
>
<
match *.mqtt
>
@type wendelin
streamtool_uri https://softinst
<INSTANCE_ID>
.host.vifib.net/erp5/portal_ingestion_policies/default_mqtt
user
<USERNAME>
password
<PASSWORD>
<
buffer
>
flush_mode interval
@type file
path fluentd-temp-buffer-file-mqtt/
flush_interval 5s
<
/buffer
>
<
/match
>
</parameter>
</instance>
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