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 Routing table data to node view #35

Closed
royrusso opened this issue Jun 10, 2013 · 0 comments
Closed

Add Routing table data to node view #35

royrusso opened this issue Jun 10, 2013 · 0 comments
Assignees
Milestone

Comments

@royrusso
Copy link
Member

Should be added as a button next to the "i" icon for node settings information that opens a modal with the information in tabular format.

http://localhost:9200/_cluster/state?filter_blocks=true&filter_nodes=true&filter_metadata=true&filter_indices=true

ie...

routing_nodes: {
unassigned: [ ],
nodes: {
RzcgOdHRSlO3hw5-pVCPMw: [
{
state: "STARTED",
primary: true,
node: "RzcgOdHRSlO3hw5-pVCPMw",
relocating_node: null,
shard: 0,
index: "twitter"
},
{
state: "STARTED",
primary: false,
node: "RzcgOdHRSlO3hw5-pVCPMw",
relocating_node: null,
shard: 2,
index: "twitter"
},
{

@ghost ghost assigned royrusso Jun 10, 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