Browse Source

Merge pull request #10672 from smatvienko-tb/health-check-elasticsearch-disable

manage ElasticsearchRestClientHealthIndicator HealthCheck (default is disabled)
pull/10748/head
Andrew Shvayka 2 years ago
committed by GitHub
parent
commit
b66fe125e5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      application/src/main/resources/thingsboard.yml

4
application/src/main/resources/thingsboard.yml

@ -1767,3 +1767,7 @@ management:
exposure:
# Expose metrics endpoint (use value 'prometheus' to enable prometheus metrics).
include: '${METRICS_ENDPOINTS_EXPOSE:info}'
health:
elasticsearch:
# Enable the org.springframework.boot.actuate.elasticsearch.ElasticsearchRestClientHealthIndicator.doHealthCheck
enabled: "false"

Loading…
Cancel
Save