Skip to content

cluster.routing.allocation.exclude metrics are not exposed #941

Open
@alinix-alinix

Description

@alinix-alinix

Hello! For some reasons cluster.routing.allocation.exclude._ip is not exposed with exporter, version 1.8.
It exposes watermarks though.

$ > curl -u user:pass -XGET http://localhost:9200/_cluster/settings?pretty | grep -C 10 allocation
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   600  100   600    0     0   264k      0 --:--:-- --:--:-- --:--:--  585k
{
  "persistent" : {
    "cluster" : {
      "routing" : {
        "allocation" : {
          "disk" : {
            "watermark" : {
              "low" : "0.85",
              "flood_stage" : "0.95",
              "high" : "0.9"
            }
          },
          "exclude" : {
            "_ip" : "10.178.3.100"
          }
--
      "info" : {
        "update" : {
          "interval" : "1m"
        }
      }
    }
  },
  "transient" : {
    "cluster" : {
      "routing" : {
        "allocation" : {
          "exclude" : {
            "_ip" : ""
          }
        }
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions