Overview#

CLP’s core component contains the core code to compress, decompress, and search compressed logs. You can use it to try CLP on your logs before deploying a cluster.

There are currently two flavours of CLP, depending on the format of your logs. The guides below explain how to use each flavour.

CLP for unstructured logs

A flavour of CLP for unstructured (e.g., free-text) logs.

core-unstructured/index

CLP for JSON logs

A flavour of CLP for JSON logs.

core-clp-s

The guide below explains how to use a container to try either flavour.

Core container

A container for trying CLP’s core.

core-container