Currently elasticsearch is autoconfigured by mentioning this property in application.yml file
spring:
elasticsearch:
rest:
uris:
But my requirement is to not keep this property in this file while still have health check enabled. How to manually configure that?