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