Browse Source

Add the most important settings to set when using ES by default to the configuration

kimchy 14 years ago
parent
commit
3b97f643d0
1 changed files with 9 additions and 0 deletions
  1. 9 0
      config/elasticsearch.yml

+ 9 - 0
config/elasticsearch.yml

@@ -0,0 +1,9 @@
+# Cluster Settings
+#cluster:
+#  name: elasticsearch
+
+# Gateway Settings
+#gateway:
+#  recover_after_nodes: 1
+#  recover_after_time: 5m
+#  expected_nodes: 2