We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47e87f9 + d025f58 commit ad678c0Copy full SHA for ad678c0
conf/reference.conf
@@ -34,8 +34,6 @@ play.http.session.cookieName = CORTEX_SESSION
34
search {
35
# Name of the index
36
index = cortex
37
- # Name of the ElasticSearch cluster
38
- cluster = hive
39
# Address of the ElasticSearch instance
40
host = ["127.0.0.1:9300"]
41
# Scroll keepalive
docker/cortex/docker-compose.yml
@@ -4,7 +4,6 @@ services:
4
image: elasticsearch:6.8.0
5
environment:
6
- http.host=0.0.0.0
7
- - cluster.name=hive
8
- thread_pool.index.queue_size=100000
9
- thread_pool.search.queue_size=100000
10
- thread_pool.bulk.queue_size=100000
0 commit comments