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
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
Paul Graydon
wendelin
Commits
af6c84cc
Commit
af6c84cc
authored
4 months ago
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Parameterize.
parent
2e52536d
Changes
3
Show 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>
This diff is collapsed.
Click to expand it.
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
...
...
This diff is collapsed.
Click to expand it.
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
>
...
...
This diff is collapsed.
Click to expand it.
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