From 8e74e3eaa66b1e1d89628cca2df1910c48e0e747 Mon Sep 17 00:00:00 2001 From: Sherif Abdel-Naby Date: Tue, 7 Jan 2020 17:35:46 +0200 Subject: [PATCH] =?UTF-8?q?Default=20Stack=20Version=20`7.5.0`=20=3D>=20`7?= =?UTF-8?q?.5.1`=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 | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 46f8b74..3093b3b 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ COMPOSE_PROJECT_NAME=elastic -ELK_VERSION=7.5.0 +ELK_VERSION=7.5.1 #----------- Resources --------------------------# ELASTICSEARCH_HEAP=1024m diff --git a/README.md b/README.md index 6089a8a..96edb19 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.5.0](https://www.elastic.co/blog/elastic-stack-7-5-0-released). +Stack Version: [7.5.1](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 📜 @@ -127,7 +127,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.5.0`) + * `ELK_VERSION` Elastic Stack Version (default: `7.5.1`) * `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.