From d025f58ed0e1f652091323323b98368ca9a94760 Mon Sep 17 00:00:00 2001 From: Adeel Ahmad Date: Thu, 10 Oct 2019 15:38:14 +0200 Subject: [PATCH] Remove Elasticsearch cluster configuration option The support for Elastichsearch cluster was dropped in elastic4play: https://github.com/TheHive-Project/elastic4play/commit/61b536dba876dc1e4a2b55d496f5e8bc01c31db7 --- conf/reference.conf | 2 -- docker/cortex/docker-compose.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/conf/reference.conf b/conf/reference.conf index ba7bb932f..13dbd66a6 100644 --- a/conf/reference.conf +++ b/conf/reference.conf @@ -34,8 +34,6 @@ play.http.session.cookieName = CORTEX_SESSION search { # Name of the index index = cortex - # Name of the ElasticSearch cluster - cluster = hive # Address of the ElasticSearch instance host = ["127.0.0.1:9300"] # Scroll keepalive diff --git a/docker/cortex/docker-compose.yml b/docker/cortex/docker-compose.yml index 9aed5af1f..d1f79fa40 100644 --- a/docker/cortex/docker-compose.yml +++ b/docker/cortex/docker-compose.yml @@ -4,7 +4,6 @@ services: image: elasticsearch:6.8.0 environment: - http.host=0.0.0.0 - - cluster.name=hive - thread_pool.index.queue_size=100000 - thread_pool.search.queue_size=100000 - thread_pool.bulk.queue_size=100000