For installation instructions check out the getting started guide.
Added
- The
create
subcommand now supports a--small
/-s
flag that reduces the output down to only core components and common fields. - Go Plugins API: Added method
Overlay
to the public Bloblang package. - The
http_server
input now adds path parameters (/{foo}/{bar}
) to the metadata of ingested messages. - The
stdout
output now has acodec
field. - New Bloblang methods
format_timestamp_strftime
andparse_timestamp_strptime
. - New experimental
nats_jetstream
input and output.
Fixed
- Go Plugins API: Bloblang method and function plugins now automatically resolve dynamic arguments.
The full change log can be found here.