Commit 0435da28 authored by Ivan Tyagov's avatar Ivan Tyagov

Parameterize.

parent af6c84cc
Pipeline #37635 passed with stage
in 0 seconds
<?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": "<FLUENTD-GATEWAY>", "port": 24224}</parameter>
<parameter id="input">{"name": "mqtt", "tag": "<TAG>", "port": 1883}</parameter>
<parameter id="output">{"name": "forward", "match": "ivan.mqtt", "host": "<FLUENTD-GATEWAY-IPv4>", "port": 24224}</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