Skip to content

Commit ad678c0

Browse files
authored
Merge pull request #230 from adl1995/patch/remove-elasticsearch-cluster
Remove Elasticsearch cluster configuration option
2 parents 47e87f9 + d025f58 commit ad678c0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

conf/reference.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ play.http.session.cookieName = CORTEX_SESSION
3434
search {
3535
# Name of the index
3636
index = cortex
37-
# Name of the ElasticSearch cluster
38-
cluster = hive
3937
# Address of the ElasticSearch instance
4038
host = ["127.0.0.1:9300"]
4139
# Scroll keepalive

docker/cortex/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ services:
44
image: elasticsearch:6.8.0
55
environment:
66
- http.host=0.0.0.0
7-
- cluster.name=hive
87
- thread_pool.index.queue_size=100000
98
- thread_pool.search.queue_size=100000
109
- thread_pool.bulk.queue_size=100000

0 commit comments

Comments
 (0)