Hi, I'm using Elastic Cloud on Kubernetes (version 1.1.2 according to the operator). I want to have a coordinating-only node in my cluster. For the config, I have set node.master
, node.data
, node.ingest
, node.ml
, node.transform
and node.remote_cluster_client
to false.
The node in my cluster is now Online and doesn't have any shard which makes sense. I'm opening some Dashboards in Kibana and there's nothing appearing in Logs for this node. I'm wondering if it's doing its job. Maybe I need to connect Kibana directly to this node in some way or something else is missing?
I want to be sure it's doing its job meaning doing all the coordinating job for the cluster. How can I verify that?
Thanks a lot in advance for the help.