-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Using any form of sniff with your ElasticSearch connection parameters results in it timing out almost immediately and failing to connect. Previous versions of this driver (1.6) worked fine.
Using the default configuration found in the docs
http://elasticsearch-py.readthedocs.org/en/master/index.html#sniffing
# you can also sniff periodically and/or after failure:
es = Elasticsearch(["seed1", "seed2"], sniff_on_start=True, sniff_on_connection_fail=True, sniffer_timeout=60)
Any combination of these parameters fails
Metadata
Metadata
Assignees
Labels
No labels