Cluster statistics

The Repositories and views page displays a summary panel that shows basic information about the cluster and storage statistics. These storage statistics represent the searchable data within LogScale. The statistics include LogScale system logs and data. The figures cover the raw data ingested, and dont give an indication of the amount of data stored on disk that would include replicated data.

Cluster Statistics

Figure 7. Cluster Statistics


The information shown includes the following data for all data ingested, including segments stored in bucket storage.

  • Merged subset

    Shows the amount of ingested data that has been fully merged and compressed into segment files. Segment files are comprssed using LZ4.

    • Uncompressed

      The uncompressed size of the ingested data.

    • Compressed

      The compressed size of the ingested data.

    • Compression

      The compression ratio of the data (Uncompressed/Compressed)

  • Total

    The total amount of data in mini-segments (compressed using ZStd) and segments (compressed using LZ4).

    • Uncompressed

      The uncompressed size of the ingested data.

    • Compressed

      The compressed size of the ingested data.

    • Compression

      The compression ratio of the data (Uncompressed/Compressed). Because the data is compressed using two different compression methods, the reported compression ratio is a mix of the two compression formats.

For more information on how LogScale stores data, see Ingesting Data.

For more detailed statistics on stored data, see Cluster nodes.