Sniffer component for Elasticsearch REST client that automatically discovers nodes in the cluster.
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client-sniffer</artifactId>
<version>9.4.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Sniffer to automatically discover Elasticsearch nodes and attach to a RestClient.
Close the Sniffer first, then the RestClient, typically in a try-with-resources block or finally block.
No dependency data recorded yet.