v1.13.0
Quick Start
Visit the Brim Data download page to find the package for your platform.
Zed is distributed as a TGZ/ZIP file of command line executables for each supported platform. To install, unpack with with the appropriate utility for your platform. For example, on Linux:
curl -OL https://github.com/brimdata/zed/releases/download/v1.13.0/zed-v1.13.0.linux-amd64.tar.gz
tar xzvf zed-v1.13.0.linux-amd64.tar.gz
If you've installed the Zui desktop app and want to work with its Zed lake from the command line, we recommend using the Zed executables included with the app to ensure compatibility. See this Zui docs article for their location.
Release Notes
- Improve the error message when
zed manage -monitor
is attempted on a local lake (#4979) - The
zed serve
log now includes version, storage root, and auth info at startup (#4988) - Add docs for the
zed manage
command to compact data for improved performance (#4961) - Add the ability to cast to Zed's
type
type (#4980, #4985) - Add the ability to
yield
a Zederror
literal (#4998) - Fix an issue with accessing values inside complex literals (#4953)
- Fix an issue where cast of an empty string to a
duration
value incorrectly yielded0s
(#4965) - Fix an issue where a
zed vacuum
on a large amount of data could crash the Zed service (#4974) - Fix an issue where some IPv6 values of Zed's
net
type were not parsed correctly in Zed queries (#4992) - Fix an issue where output of certain union-typed values was not consistent (#4995)
- Fix an issue where parsing of
type
literals inside oftype
literals was incorrectly permitted (#4996) - Fix an issue where the
grok()
function would panic when encountering optional fields (#5010)