fix #2124 add indices.breaker.total.limit
This commit is contained in:
parent
ec0eec9af2
commit
ed52c2ca7e
1 changed files with 1 additions and 8 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue