issues
search
y-scope
/
clp
Compressed Log Processor (CLP) is a free log management tool capable of compressing logs and searching the compressed logs without decompression.
https://yscope.com
Apache License 2.0
871
stars
70
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat(clp-package): Support JSON log viewing in webui (Draft)
#596
haiqi96
opened
44 minutes ago
3
test: Adding end-to-end test case for clp-s
#595
AVMatthews
opened
5 hours ago
1
feat(clp-package): Add support for deleting archives based on timestamp.
#594
haiqi96
opened
3 days ago
3
test(core): Update `network_reader_with_valid_http_header_kv_pairs` to verify the return value before parsing the read content into a JSON object.
#593
LinZhihao-723
closed
3 days ago
1
Any plans to create an otel exporter that supports clp compression over GRPC or HTTP?
#592
amosomokpo
opened
4 days ago
0
Add LZMA compression flow
#591
Bill-hbrhbr
opened
4 days ago
2
clp-s: Several issues searching for logs that contain escaped characters.
#590
gibber9809
opened
5 days ago
1
clp-s: Make error handling for invalid JSON during ingestion consistent regardless of underlying error.
#589
gibber9809
opened
5 days ago
0
clp-s: Search for empty JSON object and JSON array not working as expected.
#588
gibber9809
opened
5 days ago
0
ci: Add GH workflow to validate PR titles follow Conventional Commits.
#587
LinZhihao-723
closed
6 days ago
2
docs(ffi): Update `ffi::ir_stream::Serializer`'s doc string to remove "work-in-progress".
#586
LinZhihao-723
closed
6 days ago
1
Support for retention periods / pruning old archives
#585
kirkrodrigues
opened
6 days ago
0
feat: Record log-order at compression time for clp-s.
#584
gibber9809
opened
1 week ago
7
ci: Schedule GitHub workflows to daily run to detect failures due to upgraded dependencies or environments.
#583
LinZhihao-723
closed
1 week ago
1
fix(cmake): Add Homebrew path detection for `mariadb-connector-c` to fix macOS build failure.
#582
LinZhihao-723
closed
1 week ago
1
refactor(ffi): Make `get_schema_subtree_bitmap` a public method of `KeyValuePairLogEvent`.
#581
LinZhihao-723
closed
1 week ago
1
fix(taskfiles): Update `yscope-log-viewer` sources in `log-viewer-webui-clients` sources list (fixes #576).
#580
junhaoliao
closed
1 week ago
2
fix(ffi): Correct `clp::ffi::ir_stream::Deserializer::deserialize_next_ir_unit`'s return value when failing to read the next IR unit's type tag.
#579
LinZhihao-723
closed
1 week ago
3
fix(taskfiles): Trim trailing slash from URL prefix in `download-and-extract-tar` (fixes #577).
#578
kirkrodrigues
closed
1 week ago
1
`download-and-extract-tar` task inserts extra slash, causing some downloads to fail
#577
kirkrodrigues
closed
1 week ago
0
Taskfile: yscope-log-viewer sources are out of sync in task `log-viewer-webui-clients`.
#576
junhaoliao
closed
1 week ago
0
build(core): Upgrade msgpack to v7.0.0.
#575
LinZhihao-723
closed
1 week ago
1
chore: Update to the latest version of yscope-dev-utils.
#574
junhaoliao
closed
1 week ago
1
feat(ffi): Update IR stream protocol version handling in preparation for releasing the kv-pair IR stream format:
#573
LinZhihao-723
closed
1 week ago
1
ffi: Support retrieving node ID from a `clp::ffi::SchemaTree::NodeLocator`.
#572
junhaoliao
opened
1 week ago
1
string_utils requires an awkward include path in dependent projects
#571
kirkrodrigues
opened
2 weeks ago
0
ffi: Fix `Serializer` to invalidate msgpack maps with non-string keys and msgpack arrays with unsupported types.
#570
LinZhihao-723
opened
2 weeks ago
1
feat(clp-package): Add support for extracting JSON streams from archives.
#569
haiqi96
closed
11 hours ago
2
core: Add support for user-defined HTTP headers in `NetworkReader`.
#568
anlowee
closed
2 weeks ago
1
docs: Update the required version of task.
#567
haiqi96
closed
1 week ago
1
ci: Switch GitHub macOS build workflow to use macos-13 (x86) and macos-14 (ARM) runners.
#566
kirkrodrigues
closed
2 weeks ago
2
log-viewer-webui: Update `yscope-log-viewer` to the latest version.
#565
kirkrodrigues
closed
3 weeks ago
2
clp-core: Add custom headers support for NetworkReader
#564
anlowee
closed
2 weeks ago
1
clp-s: Add the write path for single-file archive
#563
wraymo
opened
3 weeks ago
2
log-viewer-webui: Update `yscope-log-viewer` to the latest version (which uses `clp-ffi-js`).
#562
junhaoliao
closed
3 weeks ago
4
clp: Add missing C++ standard library includes in IR parsing files.
#561
LinZhihao-723
closed
3 weeks ago
1
feat: Add support for escaping characters in KQL key names.
#560
gibber9809
closed
5 days ago
1
can not serach on nesteld json
#559
mohamadassadeq
closed
4 weeks ago
2
ffi: Add support for auto/user-generated key-value pairs and fix duplicated key detection issues on non-leaf nodes in `KeyValuePairLogEvent`.
#558
LinZhihao-723
opened
1 month ago
2
ffi: Add support for serializing/deserializing auto-generated and user-generated schema tree node IDs.
#557
LinZhihao-723
closed
1 month ago
1
ffi: Add support for auto-generated keys in key-value pair IR format.
#556
LinZhihao-723
opened
1 month ago
0
Temporarily lock Sphinx to v8.0.2 to resolve docs build failure.
#555
LinZhihao-723
closed
1 month ago
1
ffi: Move `SchemaTreeNode` into `SchemaTree`; Use an `optional` for the parent ID in the schema tree node to track nodes which have no parents (the root).
#554
LinZhihao-723
closed
1 month ago
1
Handle exceptions from std::filesystem::canonical in FileCompressor.cpp
#553
coderabbitai[bot]
opened
1 month ago
0
gh-actions: Remove pre-installed Go binaries that conflict with brew's installs on macOS (fixes #551).
#552
LinZhihao-723
closed
1 month ago
1
GH: macOS build workflow fail.
#551
LinZhihao-723
closed
1 month ago
0
Add make-dictionaries-readable utility to release
#550
Ckram
opened
1 month ago
2
ffi: Redesign `Deserializer` API to deserialize key-value pair IR streams one IR unit at a time (fixes #539).
#549
LinZhihao-723
closed
1 month ago
1
core: Extract `TransactionManager` from `clp::ffi::ir_stream::Deserializer`; Improve class' docs and require nothrow for its handlers.
#548
LinZhihao-723
closed
1 month ago
3
[WIP] Add support for ingesting logs from Kafka
#547
gibber9809
opened
1 month ago
3
Next