fix #2124 add indices.breaker.total.limit

This commit is contained in:
Shinsuke Sugaya 2019-05-23 11:51:27 +09:00
parent ec0eec9af2
commit ed52c2ca7e

View file

@ -6,17 +6,10 @@
<property name="settings">
{"http.cors.enabled":"true",
"http.cors.allow-origin":"*",
"indices.breaker.total.limit":"100%",
"discovery.seed_hosts":"127.0.0.1:9301",
"cluster.initial_master_nodes":"127.0.0.1:9301",
"action.auto_create_index":"-*"}
<!--
{"http.cors.enabled":"true",
"http.cors.allow-origin":"*",
"searchguard.ssl.transport.pemkey_filepath":"/path/to/the/key",
"searchguard.ssl.transport.pemcert_filepath":"/path/to/the/CERTIFICATE",
"searchguard.ssl.transport.pemtrustedcas_filepath":"/path/to/the/CA"
}
-->
</property>
<!-- Dictionaries -->
<postConstruct name="addConfigFile">