# Modify the match criteria to be more specific if needed.
# Modify the endpoint to include your pipeline_id.
# Modify the headers authorization key to match the key generated from the pipeline source.
# The FluentD source decoding method in your pipeline should be set to ndjson.
<match **>
@type http
@id http1
endpoint https://pipeline.mezmo.com/v1/<YOUR ROUTE ID>
open_timeout 2
headers {"Authorization": "<YOUR GENERATED ACCESS KEY>"}
<format>
@type json
</format>
<buffer>
flush_at_shutdown true
flush_interval 10s
</buffer>
</match>