elastic / stream

Test utility for streaming data via udp/tcp/tls/webhook/GCP Pub-Sub/Kafka.
https://container-library.elastic.co/r/observability/stream
Apache License 2.0
8 stars 13 forks source link

Add lumberjack output #39

Closed andrewkroh closed 2 years ago

andrewkroh commented 2 years ago

Add an output that streams events over the lumberjack protocol. The github.com/elastic/go-lumber library has a client that can be used for streaming events to a server.

Relates: https://github.com/elastic/integrations/pull/3796