clp
clp copied to clipboard
Compressed Log Processor (CLP) is a free log management tool capable of compressing text logs and searching the compressed logs without decompression.
# References # Description - Previously, general purpose heuristics were applied for determining variables within logs. This change adds an initial implementation to specify a user defined schema for determining...
# References # Description # Validation performed
# References # Description Changed ErrorCode enum to an enum class in ErrorCode.hpp # Validation performed Validated that compression and decompression operated as normal
According to the paper, we can pass following configs for CLP. 1. delimiters 2. dictionary_variables 3. non_dictionary_variables But, AFAIU, there is no way to pass these for `clg` and `clp`...
# References Compression job statuses are currently only displayed to users by the `compress.sh` script. # Description This PR adds a Compression Job Table in Ingestion View and the corresponding...
# Description This PR makes several changes in sql_adapter.py and search_scheduler.py to improve resilience with database connection issues. In SQL_Adapter we introduce an option to create a connection pool using...
# References 1. #309 integrated reducer server and added support for count aggregations. 2. #331 added support for the time bucketed count aggregation. # Description 1. Add timeline for visualizing...
# References Internally, it was discovered that: 1. When the job is cancelled by the user, the progress bar is still running. 2. There are delays in UI updates after...
# References #344 # Description Users of clp (the "clp" storage engine in the CLP package) expect to be able to quote their queries so that delimiters like spaces are...
# References # Description This PR implements a ReaderInterface that directly streams data from a valid URL using `libcurl`. It can be used to stream data from a pre-signed S3...