Przeglądaj źródła

fix #2124 add indices.breaker.total.limit

Shinsuke Sugaya 6 lat temu
rodzic
commit
ed52c2ca7e
1 zmienionych plików z 1 dodań i 8 usunięć
  1. 1 8
      src/main/resources/esclient.xml

+ 1 - 8
src/main/resources/esclient.xml

@@ -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">