how should be the conf for Sending data to ES cluster (of 3 nodes) from Logstash
should i give all the urls of the cluster in output as:
output {
elasticsearch { hosts => ["es-client-01:9200","es-master-01:9200","es-data-01"] }
}
or
only a single ES instance is enough?
pls explain the internals of Load balancing
thanks
soumya