/seq-apps

Plug-in apps that act on event streams in the Seq log server

Primary LanguageC#Apache License 2.0Apache-2.0

Seq Apps Build status Join the chat at https://gitter.im/datalust/seq NuGet tag

Apps for the Seq event server. You can find installable versions of these by searching for the seq-app tag on NuGet.

Important note: The 2.x versions of the Seq App packages require Seq 3.3 or later. For earlier Seq versions, install packages from the Seq Apps 1.x series.

Currently in this repository you'll find:

  • Email+ - send log events as HTML email messages when they arrive
  • File Archive - copy incoming log events into a set of rolling text files
  • First of Type - raise an event the first time a new event type is seen
  • Replication - forward incoming events to another Seq server
  • Thresholds - raise an event if the frequency of matched events exceeds a threshold

Also from Datalust:

  • Digest Email - send multiple events as a single HTML email (Requires Seq 3.4)