MQTT
Last updated
Was this helpful?
Was this helpful?
mosquitto_pub -m '{"key1": 123, "key2": 456}' -t some/topicpipeline:
inputs:
- name: mqtt
tag: data
listen: 0.0.0.0
port: 1883
outputs:
- name: stdout
match: '*'[INPUT]
Name mqtt
Tag data
Listen 0.0.0.0
Port 1883
[OUTPUT]
Name stdout
Match *