upgraded elasticsearch, logstash and kibana images and provided an environment variable to specify a version for the entire ELK stack.

This commit is contained in:
Nathanael
2020-01-22 15:37:04 -03:00
parent cd84c464b3
commit 5aafed586b
5 changed files with 21 additions and 6 deletions

View File

@ -848,3 +848,6 @@ GEARMAN_MYSQL_PASSWORD_FILE=
GEARMAN_MYSQL_DB=Gearmand
# Table to use by Gearman (Default: gearman_queue)
GEARMAN_MYSQL_TABLE=gearman_queue
### ELK Stack ##################################################
ELK_VERSION=7.5.1