I am working with Elastic Search 5.5.0 on Spring boot 1.5.8.RELEASE using the Java Transport Client library.
The Elastic Search was deployed with docker in a contai
You can disable the Elasticsearch health check by adding the following line to your application.xml file
application.xml
management.health.elasticsearch.enabled: false