@Override
 public BaseIngestTransportClient waitForCluster(ClusterHealthStatus status, TimeValue timeValue)
     throws IOException {
   ClientHelper.waitForCluster(client, status, timeValue);
   return this;
 }