From 58073cd04fb27a7a4d478e6911cfab761d4a502d Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 25 Sep 2019 11:43:30 -0400 Subject: [PATCH] Hive Module - Fix ES --- salt/hive/thehive/etc/es/elasticsearch.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/hive/thehive/etc/es/elasticsearch.yml b/salt/hive/thehive/etc/es/elasticsearch.yml index d600830b6..d00c01d5d 100644 --- a/salt/hive/thehive/etc/es/elasticsearch.yml +++ b/salt/hive/thehive/etc/es/elasticsearch.yml @@ -11,7 +11,6 @@ http.host: 0.0.0.0 http.port: 9400 transport.tcp.port: 9500 transport.host: 0.0.0.0 -script.inline: true thread_pool.index.queue_size: 100000 thread_pool.search.queue_size: 100000 thread_pool.bulk.queue_size: 100000