Add bootstrap configuration - elasticsearch tunning

This commit is contained in:
Pablo Romero 2017-12-27 12:51:25 +01:00
parent 741598ca8e
commit e9cd98fd81
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ path.logs: /var/log/elasticsearch
# #
# Lock the memory on startup: # Lock the memory on startup:
# #
#bootstrap.memory_lock: true bootstrap.memory_lock: true
# #
# Make sure that the heap size is set to about half the memory available # 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 # on the system and that the owner of the process is allowed to use this

View File

@ -7,7 +7,7 @@ wazuh_manager_config:
logall: 'no' logall: 'no'
log_format: 'plain' log_format: 'plain'
cluster: cluster:
disable: 'no' disable: 'yes'
name: 'wazuh' name: 'wazuh'
node_name: 'manager_01' node_name: 'manager_01'
node_type: 'master' node_type: 'master'