Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 867 Bytes

File metadata and controls

16 lines (9 loc) · 867 Bytes

Seq.Input.AzureEventHub

A Seq custom input that pulls messages from Azure EventHub. Built by @Hinni, currently being experimentally updated to test with new dependencies and host versions.

Sending events to the input

The input accepts events in compact JSON format, encoded as UTF-8 text.

The Serilog.Sinks.AzureEventHub sink, along with the Serilog.Formatting.Compact formatter, can be used for this.

See the TestConsole project included in the repository for an example of client configuration that works with the default input configuration.

Documentation

https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-dotnet-standard-getstarted-receive-eph