1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00
dockerfiles/benthos/data/config.yaml

19 lines
246 B
YAML
Raw Normal View History

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