Upgraded ElasticSearch and Kibana to 6.1.1

Requires a reset + reindex of everything (well, that's the easiest way to
get things indexed properly again), which will loose us the Cloud stats.
Before doing this, export those to MongDB and upgrade the statscollector
to the version that I'll be committing soon.
This commit is contained in:
2018-01-11 11:20:18 +01:00
parent eb2a058ce2
commit 37b84cf75a
4 changed files with 16 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ services:
- "127.0.0.1:5672:5672"
elastic:
image: armadillica/elasticsearch:latest
image: armadillica/elasticsearch:6.1.1
container_name: elastic
restart: always
volumes:
@@ -45,7 +45,7 @@ services:
- elastic
kibana:
image: armadillica/kibana:latest
image: armadillica/kibana:6.1.1
container_name: kibana
restart: always
environment: