Skip to content

datalust/seq-input-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6619f9f · Jan 31, 2025

History

37 Commits
Jan 21, 2025
Feb 5, 2019
Jan 21, 2025
Jan 31, 2025
Feb 5, 2019
Feb 4, 2019
Jan 21, 2025
Jan 21, 2025
Feb 5, 2019
Jan 21, 2025
Jan 21, 2025

Repository files navigation

Seq.Input.RabbitMQ CI

A Seq custom input that pulls events from RabbitMQ. Requires Seq 5.1+.

Getting started

The app is published to NuGet as Seq.Input.RabbitMQ. Follow the instructions for installing a Seq App and start an instance of the app, providing your RabbitMQ server details.

Sending events to the input

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

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

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