CLP v0.1.0
A release containing several new features including a new subsystem for compressing JSON logs, a web interface, a server for aggregations, and more!
Note that the release now includes two tarballs:
- clp-json for compressing and searching JSON logs
- clp-text for compressing and searching unstructured text logs
Docs
The docs for this release are available here.
Highlights
- Added a subsystem for compressing and searching JSON logs. (#217)
- Added a web interface for searching logs and viewing compression statistics. (#250)
- Added support for ingesting CLP IR streams generated by our logging library plugins. (#152)
- Added a reducer worker to support aggregation jobs like
count
. (#221) - Added support for tagging archives and filtering archives by tags and/or timestamps. (#138, #285)
- Replaced the scheduler with separate compression and search schedulers for improved robustness and performance. (#238, #240)
This release also includes many other improvements and fixes. View the full changelog for more details.
Thanks to @abvarun226, @davemarco, @davidlion, @diy1, @gibber9809, @haiqi96, @junhaoliao, @kirkrodrigues, @LinZhihao-723, @OliverSM95, @SharafMohamed, and @wraymo for their contributions!