Skip to content

Commit

Permalink
Remove Elasticsearch cluster configuration option
Browse files Browse the repository at this point in the history
The support for Elastichsearch cluster was dropped in
elastic4play: TheHive-Project/elastic4play@61b536d
  • Loading branch information
adl1995 committed Oct 10, 2019
1 parent e5dec1e commit d025f58
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 d025f58

Please sign in to comment.