Commit de0b6658 authored by Ivan Tyagov's avatar Ivan Tyagov

Add sample file for fluentd gateway with MQTT support. Used in the

tutorials.
parent 7d423e92
Pipeline #37923 failed with stage
in 0 seconds
<?xml version="1.0" encoding="utf-8" ?>
<instance>
<parameter id="conf-text">
&lt;source&gt;
@type forward
port 24224
bind <FLUENTD-GATEWAY-IPv4>
&lt;/source&gt;
&lt;match *.sample-environment-raw-data&gt;
@type wendelin
streamtool_uri https://softinst<INSTANCE_ID>.host.vifib.net/erp5/portal_ingestion_policies/default
user <USERNAME>
password <PASSWORD>
&lt;buffer&gt;
flush_mode interval
@type file
path fluentd-temp-buffer-file/
flush_interval 5s
&lt;/buffer&gt;
&lt;/match&gt;
&lt;match *.mqtt&gt;
@type wendelin
streamtool_uri https://softinst<INSTANCE_ID>.host.vifib.net/erp5/portal_ingestion_policies/default_mqtt
user <USERNAME>
password <PASSWORD>
&lt;buffer&gt;
flush_mode interval
@type file
path fluentd-temp-buffer-file-mqtt/
flush_interval 5s
&lt;/buffer&gt;
&lt;/match&gt;
</parameter>
</instance>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment