public class ElasticsearchHealthIndicator extends AbstractHealthIndicator
HealthIndicator
for an Elasticsearch cluster.Constructor and Description |
---|
ElasticsearchHealthIndicator(org.elasticsearch.client.Client client,
long responseTimeout,
List<String> indices)
Create a new
ElasticsearchHealthIndicator instance. |
ElasticsearchHealthIndicator(org.elasticsearch.client.Client client,
long responseTimeout,
String... indices)
Create a new
ElasticsearchHealthIndicator instance. |
Modifier and Type | Method and Description |
---|---|
protected void |
doHealthCheck(Health.Builder builder)
Actual health check logic.
|
health
public ElasticsearchHealthIndicator(org.elasticsearch.client.Client client, long responseTimeout, List<String> indices)
ElasticsearchHealthIndicator
instance.client
- the Elasticsearch clientresponseTimeout
- the request timeout in millisecondsindices
- the indices to checkpublic ElasticsearchHealthIndicator(org.elasticsearch.client.Client client, long responseTimeout, String... indices)
ElasticsearchHealthIndicator
instance.client
- the Elasticsearch clientresponseTimeout
- the request timeout in millisecondsindices
- the indices to checkprotected void doHealthCheck(Health.Builder builder) throws Exception
AbstractHealthIndicator
doHealthCheck
in class AbstractHealthIndicator
builder
- the Health.Builder
to report health status and detailsException
- any Exception
that should create a Status.DOWN
system status.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.