Cluster stats

    The cluster stats API operation returns statistics about your cluster.

    All cluster stats parameters are optional.

    FieldDescription
    nodesHow many nodes returned in the response.
    cluster_nameThe cluster’s name.
    cluster_uuidThe cluster’s uuid.
    timestampThe Unix epoch time of when the cluster was last refreshed.
    statusThe cluster’s health status.
    indicesStatistics about the indexes in the cluster.
    indices.countHow many indexes are in the cluster.
    indices.shardsInformation about the cluster’s shards.
    indices.docsHow many documents are still in the cluster and how many documents are deleted.
    indices.storeInformation about the cluster’s storage.
    indices.fielddataInformation about the cluster’s field data
    indices.query_cacheData about the cluster’s query cache.
    indices.completionHow many bytes in memory are used to complete operations.
    indices.segmentsInformation about the cluster’s segments, which are small Lucene indexes.
    indices.mappingsMappings within the cluster.
    indices.analysisInformation about analyzers used in the cluster.
    nodesStatistics about the nodes in the cluster.
    nodes.countHow many nodes were returned from the request.
    nodes.versionsOpenSearch’s version number.
    nodes.osInformation about the operating systems used in the nodes.
    nodes.processThe processes the returned nodes use.
    nodes.jvmStatistics about the Java Virtual Machines in use.
    nodes.fsThe nodes’ file storage.
    nodes.pluginsThe OpenSearch plugins integrated within the nodes.
    nodes.network_typesThe transport and HTTP networks within the nodes.
    nodes.discovery_typeThe method the nodes use to find other nodes within the cluster.
    nodes.packaging_typesInformation about the nodes’ OpenSearch distribution.
    nodes.ingestInformation about the nodes’ ingest pipelines/nodes, if there are any.