Cluster Statistics

The Repositories and Views page displays a summary panel with cluster and storage statistics. These statistics represent searchable data within LogScale, including system logs and ingested data. The figures cover ingested raw data only and exclude replicated data stored on disk.

Dashboard panel displaying LogScale cluster storage statistics with metrics for merged subset data and total data. Shows uncompressed sizes, compressed sizes, and compression ratios for each category.

Figure 1. Cluster Statistics


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

  • Merged subset

    The ingested data that has been fully merged and compressed into segment files using Zstd.

    • Uncompressed

      The uncompressed size of the ingested data.

    • Compressed

      The compressed size of the ingested data.

    • Compression

      The compression ratio, calculated as Uncompressed divided by Compressed.

  • Total

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

    • Uncompressed

      The uncompressed size of the ingested data.

    • Compressed

      The compressed size of the ingested data.

    • Compression

      The compression ratio, calculated as Uncompressed divided by Compressed. The reported ratio is a mix of two compression formats because the data uses both LZ4 and Zstd compression methods.

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

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