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.18.0/zed-v1.18.0.linux-amd64.tar.gz
tar xzvf zed-v1.18.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 shown to a user when a
zed
command is run but there's no pool/branch set for use (#5198) - Improve the performance of the
load
operator by removing an unnecessary/inefficient merge (#5200) - Improve the
sort
operator to allow different ordering for each key (#5203, #5262) - Update the Zeek reference shaper docs to incorporate changes for Zeek v7.0.0 logs (#5212)
- Update the
summarize
operator docs to show the use ofby
without an aggregate function (#5216) - Update the
grok
function docs with additional examples and guidance (#5243) - Update the Lateral Subquery docs with an emphasis on when primitive values or arrays are returned by Lateral Expressions (#5264)
- The terms "pipeline" and "branch" are now used throughout the Zed docs instead of "dataflow" and "leg" (#5272)
- Add docs for
lake
output format andzed ls
(#5187) - Add docs for the
top
operator (#5276) - Add
fluentd
integration docs (#5190, #5195) - Add a
strftime
function to formattime
values into strings (#5197, #5204) - Add a
DATESTAMP_ISO8601
pattern for use with thegrok
function (#5232) - Fix an issue where CSV files without a final newline could not be read (#5185)
- Fix an issue where comparisons against union values produced incorrect results (#5210)
- Fix an issue where concurrent Zed lake operations could cause a service crash (#5279)