Skip to content

Commit

Permalink
Merge pull request #230 from adl1995/patch/remove-elasticsearch-cluster
Browse files Browse the repository at this point in the history
Remove Elasticsearch cluster configuration option
  • Loading branch information
To-om authored Jan 14, 2020
2 parents 47e87f9 + d025f58 commit ad678c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions conf/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion docker/cortex/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad678c0

Please sign in to comment.