benthos.yaml http: address: enabled: true root_path: /benthos debug_endpoints: true input: resource: input_src pipeline: processors: [] output: resource: output_src input_resources: - label: input_src http_server: address: 0.0.0.0:4197 path: /post allowed_verbs: - POST output_resources: - label: output_src elasticsearch: urls: - http://127.0.0.1:9200 index: my_index id: ${!count("elastic_ids")}-..