From 65d28f98b5c851932e081354c27f62e97f8cea42 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 17 Nov 2020 12:51:13 -0500 Subject: [PATCH] Revert "The Hive ES Update" This reverts commit f31d459a24fea552f18e21fd38c27f9db90b6bf6. --- salt/thehive/etc/es/elasticsearch.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/salt/thehive/etc/es/elasticsearch.yml b/salt/thehive/etc/es/elasticsearch.yml index 77e09b071..7f268a671 100644 --- a/salt/thehive/etc/es/elasticsearch.yml +++ b/salt/thehive/etc/es/elasticsearch.yml @@ -1,7 +1,7 @@ cluster.name: "thehive" network.host: 0.0.0.0 discovery.zen.minimum_master_nodes: 1 -discovery.type: single-node +# This is a test -- if this is here, then the volume is mounted correctly. path.logs: /var/log/elasticsearch action.destructive_requires_name: true transport.bind_host: 0.0.0.0 @@ -11,3 +11,6 @@ http.host: 0.0.0.0 http.port: 9400 transport.tcp.port: 9500 transport.host: 0.0.0.0 +thread_pool.index.queue_size: 100000 +thread_pool.search.queue_size: 100000 +thread_pool.bulk.queue_size: 100000