fluent-plugin-out-http icon indicating copy to clipboard operation
fluent-plugin-out-http copied to clipboard

Add support for including the chunk timestamp in request parameters

Open mgcleveland opened this issue 4 months ago • 0 comments

Adds a new enable_chunk_time configuration boolean parameter.

When set to true, any endpoint_url with CHUNK_TIME_PLACEHOLDER will have that string literal replaced with the timestamp at which the buffer chunk was created. This information may be useful to upstream recipients of the HTTP request to gain insight on the age of the data contained in the payload.

mgcleveland avatar Sep 30 '25 18:09 mgcleveland