GL UI will shows only the GL nodes.
It doesn’t shows the ES nodes.
Under Elasticsearch cluster you see only the status of the ES cluster, not the nodes.
As I see you sent the ES config, so I think you talked about the ES cluster, not the Graylog.
Apart from fail over or load balancing, are there any other benefits to having a multi cluster graylog server. Reason for asking is I have a backup system and my environment is virtual which removes the need for fail over.
//At a simple way…
GL nodes working independently. You got only a common UI.
If a node got a message it will process the message, and write it to ES. So no connection with other nodes IN the processing.
So if you don’t need backup node, overbalancing, etc, you can run 1 node.