Notify to user when es node goes up

How can we get notification when Elastic search node goes up after some time . I need a listener so we can add node at run time through java api.

There's no way to do that.

You'd need to use something like _cat/nodes and then track the nodes yourself to determine when a new node is added.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.