Skip to content

Ingest events into Seq directly from Azure Event Hub

License

Notifications You must be signed in to change notification settings

Hinni/Seq.Input.AzureEventHub

Repository files navigation

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