1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-01 03:01:29 +00:00
dockerfiles/benthos/data/config.yaml

19 lines
246 B
YAML
Raw Normal View History

2021-11-09 09:03:12 +00:00
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