Hinni / Seq.Input.AzureEventHub

Ingest events into Seq directly from Azure Event Hub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ingest events into Seq directly from Azure Event Hub

License:Other


Languages

Language:C# 84.0%Language:PowerShell 16.0%