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
af6c84cc
Commit
af6c84cc
authored
Oct 22, 2024
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Parameterize.
parent
2e52536d
Pipeline
#37603
failed with stage
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
tutorial/fluent-bit-mqtt-broker.xml
tutorial/fluent-bit-mqtt-broker.xml
+1
-1
tutorial/fluentd-gateway.xml
tutorial/fluentd-gateway.xml
+2
-2
tutorial/fluentd-sensor.xml
tutorial/fluentd-sensor.xml
+1
-1
No files found.
tutorial/fluent-bit-mqtt-broker.xml
View file @
af6c84cc
<?xml version="1.0" encoding="UTF-8"?>
<instance>
<parameter
id=
"input"
>
{"name": "mqtt", "tag": "ivan.mqtt", "port": 1883}
</parameter>
<parameter
id=
"output"
>
{"name": "forward", "match": "ivan.mqtt", "host": "
192.168.0.117
", "port": 24224}
</parameter>
<parameter
id=
"output"
>
{"name": "forward", "match": "ivan.mqtt", "host": "
<FLUENTD-GATEWAY>
", "port": 24224}
</parameter>
</instance>
tutorial/fluentd-gateway.xml
View file @
af6c84cc
...
...
@@ -4,13 +4,13 @@
<
source
>
@type forward
port 24224
bind
<IPv4>
bind
<
FLUENTD-GATEWAY-
IPv4>
<
/source
>
<
match *.temp
>
@type wendelin
streamtool_uri https://softinst
<INSTANCE_ID>
.host.vifib.net/erp5/portal_ingestion_policies/default
user
zope
user
<USERNAME>
password
<PASSWORD>
<
buffer
>
flush_mode interval
...
...
tutorial/fluentd-sensor.xml
View file @
af6c84cc
...
...
@@ -15,7 +15,7 @@
@type forward
<
server
>
name fluentd-gw
host
<IPv4>
host
<
FLUENTD-GATEWAY-
IPv4>
port 24224
<
/server
>
<
/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