cerebro icon indicating copy to clipboard operation
cerebro copied to clipboard

not seeing all nodes in overview -- related to issue #91

Open rful011 opened this issue 3 years ago • 2 comments

Hi, just added a new "cold" node to the cluster which has roles [ data-cold] and nothing else. This seems to be the only way to stop ES dumping hot indexes onto my slow disks.

The new node shows up in the nodes listing but not in the overview where I really want it to check which indexes are on that node.

The node display shows all the nodes as in the explanation on #91

Adding the generic "data" role show the node in overview but immediately ES starts moving hot indexes on to the node.

I think what is needed is to display in overview if any roles contains /^data/.

And thanks for cerebro. I use it every day and for years I managed a cluster primarily using it. :)

rful011 avatar Feb 26 '21 00:02 rful011

Hi, just added a new "cold" node to the cluster which has roles [ data-cold] and nothing else. This seems to be the only way to stop ES dumping hot indexes onto my slow disks.

The new node shows up in the nodes listing but not in the overview where I really want it to check which indexes are on that node.

The node display shows all the nodes as in the explanation on #91

Adding the generic "data" role show the node in overview but immediately ES starts moving hot indexes on to the node.

I think what is needed is to display in overview if any roles contains /^data/.

And thanks for cerebro. I use it every day and for years I managed a cluster primarily using it. :)

i had the same issue: you need to upgrade to version 0.9.4 to be able to see cold nodes in overview

treknado avatar Jun 29 '21 13:06 treknado

I can confirm this is working as expected with 0.9.4

leeclemens avatar Mar 16 '22 18:03 leeclemens