Skip to content

Version 2.1 "sniff_on_start" failure.  #293

@KsaRedFx

Description

@KsaRedFx

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions