Hi In current Beta Version, parameter discovery_scheme is not taken in account anymore. In ElasticsearchHostsSniffer, currently it's the default contrustor that is used : public ElasticsearchHostsSniffer(RestClient restClient) It may be switch to public ElasticsearchHostsSniffer(RestClient restClient, long sniffRequestTimeoutMillis, Scheme scheme) Thanks in advance |