Elastic agent sending to second node if first node unreachable

in fleet outputs settings if modifiying the hosts section and add multiple hosts will that mean that agent will send data the the second hosts only when the first one is unreachable , or data will be sent to the both nodes at the same time if yes could that lead to duplicated data in th cluster

We use the go-elasticsearch client to connect to nodes.
Data is not sent to all nodes for each request.
Connections will be distributed by round-robin to each host
See Connecting | Elasticsearch Go Client [8.12] | Elastic for more info.

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