Example #1
0
 public void GetServerHealth()
 {
     var client = new ElasticsearchClient();
     var result = client.CatHealth(param => param.V(true));
     Assert.IsNotNull(result);
 }