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.
### Bug Timestamped and un-timestamped segments are built in parallel, and clp relies on their sequential order for decompression. As a result, large split files with timestamped and un-timestamped sections...
### Request Currently, CLP/CLG only supports writing to/reading from files under a specific directory structure in a POSIX file system. However, some FSless applications may wish to store/read data to/from...
I'm able to exxcute start-clp and compress scripts, I have imported the sample Hive Data set, when I try to search for following sbin % ./search "Task *" query, I'm...
### Request Hello, Recently, I saw that Uber uses the CLP tool for log data compression, and the ratio is quite impressive. Our company also wants to try it, but...
### Bug We are using CLP for compressing logs generated by our Kubernetes cluster which are in JSON format. A sample log is given below: { "log_time": "2023-08-29T13:55:09.477456Z", "stream": "stdout",...
### Bug If the unit tests are run outside the build directory, e.g.: `./build/unitTest` instead of `cd build && ./unitTest` you will get 11 failures related to missing schema files....
### Request I want to try using CLP on Android,for compressing log on Android ### Possible implementation provide a library like jar,or program for android 64bit os. tks
# Description Added 5 new files for buffer classes. - Buffer.hpp provides the structure of the buffer class, with storage for a static buffer and a vector of dynamic buffers....
# Description This PR: * Adds code to serve the client (from `CLIENT_DIR`) using the server, but only in production mode. * For ease of development, in development mode, the...
# Description # Validation performed Launched the package, verified that compression, decompression, ir extraction and search still work from command line