For installation instructions check out the getting started guide.
Added
- Field
nack_reject_patterns
added to theamqp_0_9
input. - New experimental
mongodb
input. - Field
cast
added to thexml
processor andparse_xml
bloblang method. - New experimental
gcp_bigquery_select
processor. - New
assign
bloblang method. - The
protobuf
processor now supportsAny
fields in protobuf definitions. - The
azure_queue_storage
input fieldqueue_name
now supports interpolation functions.
Fixed
- Fixed an issue where manually clearing errors within a
catch
processor would result in subsequent processors in the block being skipped. - The
cassandra
output should now automatically matchfloat
columns. - Fixed an issue where the
elasticsearch
output would collapse batched messages of matching ID rather than send as individual items. - Running streams mode with
--no-api
no longer removes the/ready
endpoint.
Changed
- The
throttle
processor has now been marked as deprecated.
The full change log can be found here.