Status: {
    active_shards_percent: string;
    cluster: string;
    epoch: number;
    init: number;
    max_task_wait_time: number;
    "node.data": number;
    "node.total": number;
    pending_tasks: number;
    pri: number;
    relo: number;
    shards: number;
    status: "red" | "yellow" | "green";
    timestamp: string;
    unassign: number;
}[]

Status

Type declaration

  • active_shards_percent: string

    Active number of shards in percent

  • cluster: string

    Cluster name

  • epoch: number

    Timestamp

  • init: number

    Number of initializing nodes

  • max_task_wait_time: number

    Wait time of longest task pending

  • node.data: number

    Number of nodes than can store data

  • node.total: number

    Total number of nodes

  • pending_tasks: number

    Number of pending tasks

  • pri: number

    Number of primary shards

  • relo: number

    Number of relocating nodes

  • shards: number

    Number of shards

  • status: "red" | "yellow" | "green"

    Health status

  • timestamp: string

    Timestamp

  • unassign: number

    Number of unassigned shards