From b329d88247a11cabe62071a0dfea2f5c71e7e13e Mon Sep 17 00:00:00 2001 From: Miguel Angel Date: Wed, 23 Oct 2019 11:46:27 +0200 Subject: [PATCH] Remove write options from defaults The write variables are only available for ES version 6, so it is better to remove this section from defaults to make the default options compatible with ES version 5 and 6. --- defaults/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 6c5b005..fcf4081 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -37,9 +37,6 @@ elasticsearch_timezone: "UTC" elasticsearch_node_max_local_storage_nodes: "1" elasticsearch_memory_bootstrap_mlockall: "true" elasticsearch_install_java: "true" -elasticsearch_thread_pools: - - "thread_pool.write.size: 2" - - "thread_pool.write.queue_size: 1000" elasticsearch_network_http_max_content_lengtht: 1024mb elasticsearch_discovery_zen_ping_multicast_enabled: "false" elasticsearch_max_locked_memory: "unlimited"