1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/benthos/data/config.yaml
2021-11-09 17:03:12 +08:00

19 lines
246 B
YAML

input:
mqtt:
urls:
- tcp://broker.hivemq.com:1883
topics:
- easypi
pipeline:
processors:
- jq:
query: .
- http:
url: https://httpbin.org/post
verb: POST
output:
stdout:
codec: lines