mirror of https://github.com/apache/lucene.git
example of healthcheck file config
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380325 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c03c23bc41
commit
4a52b6acc1
|
@ -188,6 +188,10 @@
|
||||||
<defaultQuery>solr</defaultQuery>
|
<defaultQuery>solr</defaultQuery>
|
||||||
<gettableFiles>solrconfig.xml schema.xml</gettableFiles>
|
<gettableFiles>solrconfig.xml schema.xml</gettableFiles>
|
||||||
<pingQuery>q=id:0&start=0&rows=0</pingQuery>
|
<pingQuery>q=id:0&start=0&rows=0</pingQuery>
|
||||||
|
|
||||||
|
<!-- configure a healthcheck file for servers behind a loadbalancer
|
||||||
|
<healthcheck type="file">server-enabled</healthcheck>
|
||||||
|
-->
|
||||||
</admin>
|
</admin>
|
||||||
|
|
||||||
</config>
|
</config>
|
||||||
|
|
Loading…
Reference in New Issue