From 27c5a75de4d3c3f079ae9824f33e981b526134fb Mon Sep 17 00:00:00 2001 From: Sherif Abdel-Naby Date: Wed, 11 Dec 2019 10:50:37 +0200 Subject: [PATCH] =?UTF-8?q?Default=20Stack=20Version=20`7.4.2`=20=3D>=20`7?= =?UTF-8?q?.5.0`=20=E2=AC=86=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sherif Abdel-Naby --- .env | 8 ++++---- README.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env b/.env index 0381423..46f8b74 100644 --- a/.env +++ b/.env @@ -1,11 +1,11 @@ COMPOSE_PROJECT_NAME=elastic -ELK_VERSION=7.4.2 +ELK_VERSION=7.5.0 -#--------- Resources ----------------------------# +#----------- Resources --------------------------# ELASTICSEARCH_HEAP=1024m LOGSTASH_HEAP=512m -#--------- Hosts and Ports ----------------------# +#----------- Hosts and Ports --------------------# # To be able to further "de-compose" the compose files, get hostnames from environment variables instead. ELASTICSEARCH_HOST=elasticsearch @@ -25,7 +25,7 @@ ELASTIC_PASSWORD=changeme AWS_ACCESS_KEY_ID=nottherealid AWS_SECRET_ACCESS_KEY=notherealsecret -#----------- Cluster ------------------------# +#----------- Cluster ----------------------------# ELASTIC_CLUSTER_NAME=elastdocker-cluster ELASTIC_INIT_MASTER_NODE=elastdocker-node-0 ELASTIC_NODE_NAME=elastdocker-node-0 diff --git a/README.md b/README.md index 79d3565..2f4a9d1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

With tools like Curator, ElastAlert for Alerting.

- Elastic Stack Version 7^^ + Elastic Stack Version 7^^ @@ -29,7 +29,7 @@ Elastic Stack (AKA **ELK**) Docker Composition, preconfigured with **Security**, Based on [Official Elastic Docker Images](https://www.docker.elastic.co/) -Stack Version: [7.4.2](https://www.elastic.co/blog/elastic-stack-7-4-0-released). +Stack Version: [7.5.0](https://www.elastic.co/blog/elastic-stack-7-5-0-released). > You can change Elastic Stack version by setting `ELK_VERSION` in `.env` file and rebuild your images. Any version >= 7.0.0 is compatible with this template. ### Main Points 📜 @@ -123,7 +123,7 @@ By default, Virtual Memory [is not enough](https://www.elastic.co/guide/en/elast * Some Configuration are parameterized in the `.env` file. * `ELASTIC_PASSWORD`, user `elastic`'s password (default: `changeme` _pls_). - * `ELK_VERSION` Elastic Stack Version (default: `7.3.0`) + * `ELK_VERSION` Elastic Stack Version (default: `7.5.0`) * `ELASTICSEARCH_HEAP`, how much Elasticsearch allocate from memory (default: 1GB -good for development only-) * `LOGSTASH_HEAP`, how much Logstash allocate from memory. * Other configurations which their such as cluster name, and node name, etc.