Skip to content
Snippets Groups Projects

ES 8

Open ale requested to merge es8 into master
Files
5
@@ -42,10 +42,6 @@ path.logs: /var/log/elasticsearch
#
#bootstrap.memory_lock: true
#
# Since we run ES in a container with --user we can't apply a seccomp
# profile on top of the one Docker already provides.
bootstrap.system_call_filter: false
#
# Make sure that the heap size is set to about half the memory available
# on the system and that the owner of the process is allowed to use this
# limit.
@@ -82,8 +78,8 @@ network.publish_host: "localhost"
#
# Block initial recovery after a full cluster restart until N nodes are started:
#
gateway.recover_after_nodes: 1
gateway.expected_nodes: 1
gateway.recover_after_data_nodes: 1
gateway.expected_data_nodes: 1
#
# For more information, consult the gateway module documentation.
#
Loading