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
disable the health indicator auto configuration
@SpringBootApplication(exclude = { ElasticSearchRestHealthIndicatorAutoConfiguration.class }) public class YourApplication