What does that * in my node means?

I've been trying out working with more than one node and once checked them in DevTools I found this * in one of my nodes. It's a silly thing but I want to avoid any misconception, so what does it mean?

Image

Hi!!

Execute:

GET /_cat/nodes?v=true

Read more here.

master , m

(Default) Indicates whether the node is the elected master node. Returned values include * (elected master) and - (not elected master).

1 Like

Hello team!

Piggybacking on this to ask something.

I have set up 3 nodes (elastic,elastic-2 and elastic-3) and specified the 3 as "initial master nodes", but each time elastic-2 is * (master).
Is there a parameter I can add or specify to make it so that my first node(the original one) "elastic" is the master one?
I'm using ELK 8.1.3
Kind regards,

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