github / elasticsearch-srv-discovery

Elasticsearch discovery with SRV records
MIT License
34 stars 33 forks source link

Add config for servers and protocol #1

Closed grantr closed 9 years ago

grantr commented 9 years ago

Adds discovery.srv.servers to specifying DNS servers to contact and discovery.srv.protocol to specify TCP or UDP queries.

TCP is the default since Consul only returns 3 records when querying via UDP.