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 Index Health to Index Tab screen #30

Closed
royrusso opened this issue Jun 3, 2013 · 1 comment
Closed

Add Index Health to Index Tab screen #30

royrusso opened this issue Jun 3, 2013 · 1 comment
Assignees
Milestone

Comments

@royrusso
Copy link
Member

royrusso commented Jun 3, 2013

http://www.elasticsearch.org/guide/reference/api/admin-cluster-health/

for specific index:

The API can also be executed against one or more indices to get just the specified indices health:

$ curl -XGET 'http://localhost:9200/_cluster/health/test1,test2'

@royrusso
Copy link
Member Author

For simplicity, add this data under the metrics tab per index.

{
cluster_name: "elasticsearch",
status: "green",
timed_out: false,
number_of_nodes: 3,
number_of_data_nodes: 3,
active_primary_shards: 5,
active_shards: 10,
relocating_shards: 0,
initializing_shards: 0,
unassigned_shards: 0
}

@ghost ghost assigned royrusso Jun 10, 2013
royrusso added a commit that referenced this issue Jul 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant