RSS Parrot

BETA

🦜 Structured Blog

@blog.datalust.co@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Seq — Machine data, for humans.

Your feed and you don't want it here? Just e-mail the birb.

Site URL: blog.datalust.co

Feed URL: blog.datalust.co/rss

Posts: 8

Followers: 1

Persistent logs and traces for the .NET Aspire Dashboard

Published: May 22, 2024 03:52

This post continues on from a previous post, Enhancing .NET Aspire Observability with Seq. Since that post was published, a Seq component has been included in .NET Aspire, making it even easier to include Seq in your .NET Aspire solution.The built-in…

Space-efficient indexing for immutable log data

Published: May 8, 2024 04:54

This post describes our approach to implementing a disk-backed hashmap in Rust for indexing high-cardinality predicates in our diagnostics product, Seq. If you've ever wondered how a hashmap works, or what makes a disk-backed datastructure different from…

Announcing Seq 2024.3

Published: May 3, 2024 04:41

TL;DR: With Seq 2024.3, Seq gains user-defined high-cardinality indexes, its first new index type since the introduction of signal indexes back in 2018! If you're eager to skip to the binaries and dig around for yourself, you can get MSIs at…

Faster searches with property indexes

Published: April 30, 2024 02:07

Now in preview, Seq 2024.3 introduces a new index type on event properties, known as expression indexes. Under the right circumstances, expression indexes reduce search time from minutes to milliseconds.Expression indexes are created using the context menu…

Seq 2024.2 released 🎉

Published: March 27, 2024 02:18

TL;DR: for the latest UX and performance improvements, pull datalust/seq:latest from Docker Hub, or grab the MSI from datalust.co/download.Seq 2024.2 is ready to go! Few releases come together as smoothly as this one has. We allocated some time after the…

Improved and updated email notifications

Published: February 29, 2024 23:15

Introducing the new Seq.App.Mail.* packages for SMTP and Microsoft365 email.A lot has changed since the first email notification plugin was written for Seq! SMTP is alive and well, but .NET's SmtpClient is all but dead and gone. Services like Amazon SES…

Working with Nested Event Properties

Published: February 22, 2024 03:55

Seq 2024.1 introduced a change to the default display of nested event properties. Previous versions of Seq rendered collapsed nested structures that could be expanded to access a context menu on the nested properties. The newer scheme flattens nested…

C# Tracing with Serilog and SerilogTracing

Published: February 15, 2024 21:35

Distributed tracing makes Seq even better for monitoring and troubleshooting the behavior and performance of complex distributed systems. The emerging standard for logging and tracing is OpenTelemetry, which Seq supports via the OpenTelemetry Protocol…