I have logstash pointing to a round robin DNS record:
elasticsearch {
hosts => my.cluster.com
index => "myindex"
....etc
How can I confirm logstash is load balancing across all those servers? Or more importantly if its only going to one of those servers?