Commit af6c84cc authored by Ivan Tyagov's avatar Ivan Tyagov

Parameterize.

parent 2e52536d
Pipeline #37603 failed with stage
in 0 seconds
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<instance> <instance>
<parameter id="input">{"name": "mqtt", "tag": "ivan.mqtt", "port": 1883}</parameter> <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> </instance>
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
&lt;source&gt; &lt;source&gt;
@type forward @type forward
port 24224 port 24224
bind <IPv4> bind <FLUENTD-GATEWAY-IPv4>
&lt;/source&gt; &lt;/source&gt;
&lt;match *.temp&gt; &lt;match *.temp&gt;
@type wendelin @type wendelin
streamtool_uri https://softinst<INSTANCE_ID>.host.vifib.net/erp5/portal_ingestion_policies/default streamtool_uri https://softinst<INSTANCE_ID>.host.vifib.net/erp5/portal_ingestion_policies/default
user zope user <USERNAME>
password <PASSWORD> password <PASSWORD>
&lt;buffer&gt; &lt;buffer&gt;
flush_mode interval flush_mode interval
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
@type forward @type forward
&lt;server&gt; &lt;server&gt;
name fluentd-gw name fluentd-gw
host <IPv4> host <FLUENTD-GATEWAY-IPv4>
port 24224 port 24224
&lt;/server&gt; &lt;/server&gt;
&lt;/match&gt; &lt;/match&gt;
......
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