Apps and library updates (2023 Edition)
I've been slack in maintenance and haven't had new feature ideas as I've been somewhat abstracted from development in my current role. Nonetheless, I have gone through and updated dependencies for all apps and libraries that make sense to update. The goal here is to keep things current, although I don't have much opportunity to test things like my various Seq apps. Nonetheless, all the Lurgle libraries are updated, and therefore apps that depend on them are also in turn updated.
Here's the big long list of updated apps, below, with a couple of external apps not included that have had existing pull requests updated. Note that you should definitely test the Seq apps before using in production; I have updated their dependencies and allowed them to run through the CI/CD pipeline, but I simply have not tested them in any version of Seq. The apps that run as services outside of Seq are almost definitely fine to use - this is only for apps hosted within Seq itself.
The Lurgle libraries continue to maintain existing compatibility, which means that for some framework versions, dependencies will be at older versions to allow their continued use. I don't have Visual Studio 2022 so I have not added .NET 6.0 and beyond support.
Except for fixes in the dev build of Seq.Client.EventLog resulting from a pull request, there are no new features, although I have updated code where there were conventions changed by dependencies in the interim.
App | Download |
---|---|
Seq.App.EventTimeout Event Timeout for Seq | |
Seq.App.EventThreshold Event Threshold for Seq | |
Seq.App.EventSchedule Event Schedule for Seq | |
Seq.App.OpsGenieHeartbeat OpsGenie Heartbeat for Seq | |
Lurgle.Logging Standardised Serilog implementation with extra goodies! | |
Lurgle.Alerting Standardised FluentEmail implementation with extra goodies! | |
Lurgle.Transfer Standardised SSH.NET, FluentFTP, and SMBLibrary implementation with extra goodies! | |
Lurgle.Dates Standardised common date library for date parsing, expressions, and tokens! | |
Seq.Client.Reporter Seq Reporter - Email scheduled reports using queries from your Seq structured logs | |
Seq.Client.EventLog (Dev build) Enhancement to Seq.Client.EventLog that dynamically processes Windows event logs and sends them to Seq with all Windows event log properties as properties within structured events | |
Seq.App.EmailPlus-Enhanced This is likely orphaned as a result of the official app being updated, but maintained for anyone continuing to use it. | |
Seq.Client.WindowsLogins Look for successful interactive console and RDP logins and send them to Seq for alerting | |
Mailbox Reporter Windows service that collects email metadata from configured on-premise Exchange mailboxes and loads them to a SQL database for reporting purposes | |
NLB Manager Windows service that automatically manages Windows network load balancing (NLB) based on whether a service is started or stopped. |
Comments