Hi Team
client = new PreBuiltTransportClient(Settings.builder()
.put("cluster.name", "testcluster")
.put("client.transport.sniff", true)
.build());
Am not able to Find the PreBuiltTransportClient in the package of import org.elasticsearch.client.transport.TransportClient;
Please suggest how to import it.