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

Add _cat/recovery API endpoint #3969

Closed
dakrone opened this issue Oct 24, 2013 · 1 comment
Closed

Add _cat/recovery API endpoint #3969

dakrone opened this issue Oct 24, 2013 · 1 comment

Comments

@dakrone
Copy link
Member

dakrone commented Oct 24, 2013

We should add the _cat/recovery API endpoint to display information at the command line about recovering replica shards.

@ghost ghost assigned dakrone Oct 24, 2013
dakrone added a commit to dakrone/elasticsearch that referenced this issue Oct 28, 2013
This addes the _cat/recovery/{index} API endpoint, which displays
information about the status of recovering shards, an example of the
output:

index shard node                   target    recovered %
test2 0     Fwo7c_6MSdWM0uM1Ho4t-g 147304414 19236101  13.1%
test  0     Fwo7c_6MSdWM0uM1Ho4t-g 145891423 119640535 82.0%

Fixes elastic#3969
@dakrone
Copy link
Member Author

dakrone commented Oct 28, 2013

@drewr added "text-align:right;" and a check for the null primary size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant