Modify solr host and port for Spring Boot actuator heath check -
i have solr server running on different host , port traditional. there way configure them through application.properties file, health returns correct status?
the solr health indicator uses auto-configured solrserver
instance check solr's health. can configure ip address/hostname , port, etc using spring.data.solr.host
property. example:
spring.data.solr.host=http://192.168.1.2:3456/solr
Comments
Post a Comment