Skip to content

Timestamp Components

This release adds the ability to extract hour, minute, and day components from timestamps.

Download the release on GitHub.

Add hour, minute, and second time component extraction

Section titled “Add hour, minute, and second time component extraction”

The hour, minute, and second functions extract the respective components of a time value, and compliment the existing year, month, and day functions. The second function includes subsecond precision.

By @dominiklohmann in #5190.

Users of the Sovereign Edition of Tenzir can now use workspace tokens to connect their Tenzir Nodes to the Tenzir Platform.

By @lava in #5149.

We removed the deprecated <duration>.as_secs() function which has been superseded by <duration>.count_seconds() quite some time ago. The count_seconds() function provides the same functionality with a more consistent naming convention that aligns with other duration-related functions like count_minutes(), count_hours(), etc.

By @dominiklohmann in #5190.

We fixed a regression in the if statement that caused it to indefinitely withhold the last batch of events when its input stalled.

By @dominiklohmann in #5196.

We now gracefully handle a panic in write_syslog, when structured_data does not have the expected shape.

By @raxyte in #5191.

Last updated: