Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster Health: Add wait time for pending task and recovery percentage #11393

Commits on Jun 22, 2015

  1. Cluster Health: Add wait time for pending task and recovery percentage

    In order to get a quick overview using by simply checking the cluster state
    and its corresponding cat API, the following two attributes have been added
    to the cluster health response:
    
    * task max waiting time, the time value of the first task of the
      queue and how long it has been waiting
    * active shards percent: The percentage of the number of shards that are in
      initializing state
    
    This makes the cluster health API handy to check, when a fully restarted
    cluster is back up and running.
    
    Closes elastic#10805
    spinscale committed Jun 22, 2015
    Copy the full SHA
    c85557e View commit details
    Browse the repository at this point in the history