-
Notifications
You must be signed in to change notification settings - Fork 633
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
version: "2" | ||
services: | ||
elasticsearch: | ||
image: docker.elastic.co/elasticsearch/elasticsearch:5.6.0 | ||
image: elasticsearch:6.8.0 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
nadouani
Contributor
|
||
environment: | ||
- http.host=0.0.0.0 | ||
- transport.host=0.0.0.0 | ||
- xpack.security.enabled=false | ||
- cluster.name=hive | ||
- script.inline=true | ||
- thread_pool.index.queue_size=100000 | ||
- thread_pool.search.queue_size=100000 | ||
- thread_pool.bulk.queue_size=100000 | ||
|
1 comment
on commit d3c15bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ES6.8 is not compatible with the current latest of cortex & thehive, as those are RCs. The docker build will therefore fail.
ES6.8 is not compatible with the current latest of cortex & thehive, as those are RCs. The docker build will therefore fail.