https://github.com/hinni/seq.input.azureeventhub
Ingest events into Seq directly from Azure Event Hub
https://github.com/hinni/seq.input.azureeventhub
azure eventhub input seq
Last synced: 6 months ago
JSON representation
Ingest events into Seq directly from Azure Event Hub
- Host: GitHub
- URL: https://github.com/hinni/seq.input.azureeventhub
- Owner: Hinni
- License: other
- Created: 2019-02-05T21:48:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T17:36:25.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T05:49:30.706Z (over 1 year ago)
- Topics: azure, eventhub, input, seq
- Language: C#
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/serilog/serilog-formatting-compact#format-details), encoded as UTF-8 text.
The [_Serilog.Sinks.AzureEventHub_ sink](https://github.com/serilog/serilog-sinks-azureeventhub), along with the [_Serilog.Formatting.Compact_ formatter](https://github.com/serilog/serilog-formatting-compact), 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