stream

Test utility for streaming data via udp/tcp/tls/webhook/GCP Pub-Sub/Kafka.

APACHE-2.0 License

Stars
8
Committers
11

Bot releases are hidden (Show)

stream - v0.14.0

Published by efd6 9 months ago

Changes

Added

  • Added minify_json template helper function for minifying static JSON: #74

Changed

  • Update build to use Go 1.20. #75

Download

  • docker pull docker.elastic.co/observability/stream:v0.14.0
stream - v0.13.0

Published by marc-gr 12 months ago

Changes

Added

  • Added exit-on-unmatched-rule flag: #63
  • Added sequences to the http server: #64

Download

  • docker pull docker.elastic.co/observability/stream:v0.13.0
stream - v0.11.0

Published by efd6 about 1 year ago

Changes

Added

  • Added ability to specify disallowed parameters: #59

Download

  • docker pull docker.elastic.co/observability/stream:v0.11.0
stream - v0.10.0

Published by P1llus over 1 year ago

Changes

Added

  • Added content type support to GCS output: #51

Download

  • docker pull docker.elastic.co/observability/stream:v0.10.0
stream - v0.9.1

Published by P1llus over 1 year ago

Changes

Changed

  • Modified azureblobstorage output to use correct content type header: #50

Download

  • docker pull docker.elastic.co/observability/stream:v0.9.1
stream - v0.9.0

Published by P1llus almost 2 years ago

Changes

Added

  • Add GCS output support: #46
  • Added support for azure blob storage output: #47

Download

  • docker pull docker.elastic.co/observability/stream:v0.9.0
stream - v0.8.0

Published by andrewkroh about 2 years ago

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
stream - v0.7.0

Published by P1llus over 2 years ago

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
stream - v0.6.2

Published by andrewkroh almost 3 years ago

Fixed

  • Only message sent via TCP and TLS are framed using newlines. UDP messages will
    no longer contain a trailing newline. #31
stream - v0.6.1

Published by marc-gr about 3 years ago

Fixed

  • Fixed libdbus shared object error in Dockerfile. #30
stream - v0.6.0

Published by marc-gr about 3 years ago

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
stream - v0.5.0

Published by marc-gr over 3 years ago

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
stream - v0.4.0

Published by marc-gr over 3 years ago

Added

  • Added HTTP Server output. #19
stream - v0.0.1

Published by andrewkroh over 3 years ago

Added

  • Added pcap and log file inputs.
  • Added udp, tcp, and tls outputs.
stream - v0.1.0

Published by andrewkroh over 3 years ago

Added

  • Added webhook output option.
  • Added the ability to set all flags via environment variable.
stream - v0.2.0

Published by andrewkroh over 3 years ago

Added

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

Published by andrewkroh over 3 years ago

Added

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