Releases: elastic/stream
Releases · elastic/stream
v0.8.0
Changes
Added
- Add lumberjack output support: #41
Changed
- Update build to use Go 1.19. #40
Download
docker pull docker.elastic.co/observability/stream:v0.8.0
v0.7.0
Fixed
- Update build to use Go 1.17.8, and update versions of runc and image-spec Go modules to fix dependabot #34
Added
- Add kafka output support: #33
v0.6.2
Fixed
- Only message sent via TCP and TLS are framed using newlines. UDP messages will
no longer contain a trailing newline. #31
v0.6.1
Fixed
- Fixed libdbus shared object error in Dockerfile. #30
v0.6.0
Added
- Added file template helper function. #25
- Added regular expression-based body matching #26
Fixed
- Ensure basic auth and body are only tested if explicitly set. #28
v0.5.0
Added
- Added option to set up custom buffer size for the log reader. #22
- Added support for glob patterns. #22
- Convert http-server output into a mock HTTP server. #23
v0.4.0
Added
- Added HTTP Server output. #19
v0.3.0
Added
- Added
--rate-limit
flag to control rate (in bytes/sec) of UDP streaming. #12
- Added
gcppubsub
output option. #13
v0.2.0
Added
- Added
--insecure
to disable TLS verification for the TLS and webhook outputs.
v0.1.0
Added
- Added webhook output option.
- Added the ability to set all flags via environment variable.