New blog post! A first look at interactive metrics debugging with Seq: datalust.co/blog/seq-met...
New blog post! A first look at interactive metrics debugging with Seq: datalust.co/blog/seq-met...
The Seq Events screen showing the search expression @Elapsed > 1m.
Tip of the day: sleuthing for slow spans? Combine the @Elapsed built-in with duration expressions and π₯!
Seq's "What's New?" page has been cumulative since 2020.1.
If you've skipped a release or two, it's a fantastic way to catch up quickly on anything you might have missed π
datalust.co/docs/whats-new
Attendees and presenter in front of a slide titled "Column Oriented Database Internals"
This year we've been in the lucky intersection of features most requested by Seq users, and deeply interesting new tech to design and build.
Heading into 2026 we have a lot to unpack! @liammclennan.bsky.social started with an overview of column stores at @dddbrisbane.bsky.social this month.
Photograph of a busy lecture theater at DDD Brisbane with the presenter gesturing towards overhead slide projection.
The Seq team rounded out 2025 at DDD Adelaide and then DDD Brisbane a month later, both fantastic community-oriented conferences.
Here's Ashley Mannix sharing his experiences shepherding Seq's high-performance #rustlang codebase through back-to-back years of rapid growth.
December Engineering Update: datalust.co/blog/decembe...
At DDD Adelaide 2025 Ashley Mannix will be presenting Industrial Strength Testing for Complex Software
Have you ever thought about having unit tests for your unit tests? π€ If so, decent chance your testing isn't catching the bugs you need and is just slowing you down β±οΈ @Ashley Mannix at #DDDAdelaide 2025 shows how to test complex software, challenging what a test is π§ͺ
Hey that's @liammclennan.bsky.social from @datalust.co speaking at @dddadelaide.bsky.social !
Head over to dddadelaide.com to find out more and buy your ticket before they're all gone. Less than two weeks to go.
What are we working on, now? π datalust.co/blog/what-ar...
π A big thank you to Seq for coming on board as a Silver Sponsor for DDD Brisbane 2025!
Community events like DDD Brisbane wouldnβt be possible without the support of sponsors who believe in building and strengthening the local developer community.
Huge thanks to @datalust.co, makers of Seq, for continuing to support DDD events. One of only two tech companies that came to the table for our crazy outback experiment. πππ Check out Seq at datalust.co
A screenshot of the archived datalust/seq-forwarder repository on GitHub.
Seq Forwarder has moved!
Seq's own handy little store-and-forward ingestion proxy has been rewritten as the `seqcli forwarder` command group:
github.com/datalust/seq...
The original Seq Forwarder repository has been archived, but past releases will remain available there.
Superpower 3.1.0 is a maintenance release with updated TFMs, index/range support on TextSpan, and a new Text() combinator for character parsers:
github.com/datalust/sup...
Seq 2025.2 π
blog.datalust.co/seq-2025-2-r...
If you automate Seq deployments in your organization: we've tightened up initialization of new instances, so be sure to read the release notes this time around! βΊοΈ
Seq 2025.2 is on its way later today!
This patch includes a few changes that missed the cut-off for inclusion in 2025.1; you can check out what's coming in: github.com/datalust/seq...
Analyzing the distribution of elapsed time and other telemetry metrics: a primer on averages, percentiles, histograms and heatmaps π₯
blog.datalust.co/analyzing-th...
The Seq command palette, with "ran" typed in the filter box. The list shows the Custom Range, From Now, Next Range, Previous Range, and To Now shortcuts.
Today's tiny quality-of-life improvement:
If you regularly use the "From now" date range option, grab the latest 2025.1 patch and try Ctrl+Space N π‘
github.com/datalust/seq...
Work Sharing in Seq Clusters β¨
blog.datalust.co/work-sharing...
The Seq 2025.1 Events screen, in the "classic" light theme.
Fans of the "classic" light theme, we hear you! β€οΈ
The latest 2025.1 build brings this back; update, jump into your user preferences, and select "Classic Light" from the theme drop-down π
The nifty color palette we adopted here is based on Matteo Niccoli's perceptual rainbow palette, mycartablog.com/2013/02/21/p...
Introducing heatmaps: Seq now implements this popular visualization for three-dimensional data sets π
blog.datalust.co/introducing-...
Data Replication in Seq Clusters - a new post on our engineering blog:
blog.datalust.co/data-replica...
What's new in `seqcli`?
blog.datalust.co/whats-new-in...
And one more tiny one today, fixing a glitch in infinite scrolling under Chromium browsers: github.com/datalust/seq...
We've just pushed a tiny 2025.1 patch that fixes indexing on single-core machines/containers π
Multi-core boxes are unaffected and can ignore this one.
github.com/datalust/seq...
Self-hosting's "moment" is set to be a long one.
We saw the privacy advantages a decade ago, and the momentum is only getting stronger.
The components responsible for tracking node state and orchestrating transitions. A consensus module interacts with the external cluster state database, feeding triggers into the node state machine. Simultaneously, a clock component fires triggers in the state machine too. The state machine sends commands to a command queue, which is observed by a command queue monitor. The command dispatcher pulls commands from the queue, and orchestrates the storage engine and application components.
A peek into the delicate machinery that adapts a running Seq node to its role in the cluster: blog.datalust.co/leader-elect...
The first of a short series digging into how Seq 2025.1 implements HA and scale-out:
blog.datalust.co/leader-elect...
The Seq Events screen, showing the command palette dialog as an overlay. The dialog comprises a search box and a list of matching commands. The search box has been filled with the word "signal", and the command list shows matches including "Add to Signal", "Clear All", "Exclude", "Save", and "Signals", each with help text. Beside the matching command names are the shortcut key sequences for each command, for example Add to Signal is Ctrl Space, A.
Ctrl-K, or Cmd-K on macOS, puts a stack of Seq features in reach without picking up a mouse β¨
This is a Seq update not to miss! Check all of the details at blog.datalust.co/announcing-s...