For installation instructions check out the getting started guide.
Added
- Anonymous telemetry data is now sent by Connect instances after running for >5 mins. Details about which data is sent, when it is sent, and how to disable it can be found in the telemetry README. (@Jeffail)
- Field
checksum_algorithm
added to theaws_s3
output. (@dom-lee-naimuri) - Field
nkey
added tonats
,nats_jetstream
,nats_kv
andnats_stream
components. (@ye11ow) - Field
private_key
added to thesnowflake_put
output. (@mihaitodor) - New
azure_data_lake_gen2
output. (@ooesili) - New
timeplus
output. (@ye11ow)
Fixed
- The
elasticsearch
output now performs retries for HTTP status code429
(Too Many Requests). (@kahoowkh) - The docs for the
collection
field of themongodb
output now specify support for interpolation functions. (@mihaitodor)
Changed
- All components with a default
path
field value (such as theaws_s3
output) containing the deprecated functioncount
have now been changed to use the new functioncounter
. This could potentially change behaviour in cases where multiple components are executing a mapping with acount
function sharing the same of the old default count, and these counters need to cascade. This is an extremely unlikely scenario, but for all users of these components it is recommended that yourpath
is defined explicitly, and in a future major version we will be removing the defaults.
The full change log can be found here.