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

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -