A release that adds support for viewing JSON search results in context by opening the archive that contains them using the log viewer. This release also includes some features that improve usability.
A release with support for viewing text search results in context by opening the file that contains
The CLP release includes two tars:
- 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.
New features
- Support for viewing JSON search results in context by opening the archive that contains them using the log viewer. (#569, #584, #596, #600, #615)
- Note that the log viewer doesn’t open the archive directly but rather CLP decompresses the archive into chunks of JSONL files that the log viewer opens. In a future release, these chunks will be IR files to lower resource usage.
- clp-json: Support for querying fields whose keys contain periods by escaping them with a backslash. (#560, #617)
- Support for deleting archives that are entirely within a time range. (#594)
Bug fixes & improvements
- Homebrew path detection for
mariadb-connector-c
to fix macOS build failures. (#582)
View the full changelog for more details.
Thanks to @AVMatthews, @Bill-hbrhbr, @LinZhihao-723, @anlowee, @gibber9809, @haiqi96, @junhaoliao, @kirkrodrigues, and @wraymo for their contributions.