Skip to content

Releases: elastic/stream

v0.8.0

15 Sep 16:25
Compare
Choose a tag to compare

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

23 Mar 17:06
6a0fe91
Compare
Choose a tag to compare

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

23 Nov 20:24
Compare
Choose a tag to compare

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

04 Oct 15:23
21e682e
Compare
Choose a tag to compare

Fixed

  • Fixed libdbus shared object error in Dockerfile. #30

v0.6.0

30 Sep 13:54
a3da098
Compare
Choose a tag to compare

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

08 Jun 09:04
2b77360
Compare
Choose a tag to compare

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

31 May 08:39
ac0680b
Compare
Choose a tag to compare

Added

  • Added HTTP Server output. #19

v0.3.0

02 Mar 15:17
Compare
Choose a tag to compare

Added

  • Added --rate-limit flag to control rate (in bytes/sec) of UDP streaming. #12
  • Added gcppubsub output option. #13

v0.2.0

02 Mar 15:18
158e02a
Compare
Choose a tag to compare

Added

  • Added --insecure to disable TLS verification for the TLS and webhook outputs.

v0.1.0

02 Mar 15:19
41f27a4
Compare
Choose a tag to compare

Added

  • Added webhook output option.
  • Added the ability to set all flags via environment variable.