From 6506ec0fa5fcf76d4d257c73193d40d3ce61c567 Mon Sep 17 00:00:00 2001 From: Sherif Abdel-Naby Date: Sat, 9 Jul 2022 17:41:28 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=20=E2=AC=86=EF=B8=8F=20Update=20Stack=20to?= =?UTF-8?q?=20Major=20Version=208.3.2?= 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 cee575d..4f80c86 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ COMPOSE_PROJECT_NAME=elastic -ELK_VERSION=8.2.0 +ELK_VERSION=8.3.2 #----------- Resources --------------------------# ELASTICSEARCH_HEAP=1024m diff --git a/README.md b/README.md index 602b2ed..153e128 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Configured to be ready to be used for Log, Metrics, APM, Alerting, Machine Learning, and Security (SIEM) usecases.

- Elastic Stack Version 7^^ + Elastic Stack Version 7^^ @@ -36,7 +36,7 @@ Elastic Stack (**ELK**) Docker Composition, preconfigured with **Security**, **M Suitable for Demoing, MVPs and small production deployments. -Stack Version: [8.2.0](https://www.elastic.co/blog/whats-new-elastic-8-2-0) 🎉 - Based on [Official Elastic Docker Images](https://www.docker.elastic.co/) +Stack Version: [8.3.2](https://www.elastic.co/blog/whats-new-elastic-8-3-0) 🎉 - Based on [Official Elastic Docker Images](https://www.docker.elastic.co/) > You can change Elastic Stack version by setting `ELK_VERSION` in `.env` file and rebuild your images. Any version >= 8.0.0 is compatible with this template. ### Main Features 📜 @@ -172,7 +172,7 @@ $ make prune * Some Configuration are parameterized in the `.env` file. * `ELASTIC_PASSWORD`, user `elastic`'s password (default: `changeme` _pls_). - * `ELK_VERSION` Elastic Stack Version (default: `8.2.0`) + * `ELK_VERSION` Elastic Stack Version (default: `8.3.2`) * `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. From b08d8c51f9aa783888e27533c230c896335890e9 Mon Sep 17 00:00:00 2001 From: Sherif Abdel-Naby Date: Sat, 9 Jul 2022 17:43:00 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20Fix=20wrong=20config=20paths?= =?UTF-8?q?=20in=20README.md=20(fixes=20#77)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sherif Abdel-Naby --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 153e128..5821fc5 100644 --- a/README.md +++ b/README.md @@ -177,8 +177,8 @@ $ make prune * `LOGSTASH_HEAP`, how much Logstash allocate from memory. * Other configurations which their such as cluster name, and node name, etc. * Elasticsearch Configuration in `elasticsearch.yml` at `./elasticsearch/config`. -* Logstash Configuration in `logstash.yml` at `./elasticsearch/config/logstash.yml`. -* Logstash Pipeline in `main.conf` at `./elasticsearch/pipeline/main.conf`. +* Logstash Configuration in `logstash.yml` at `./logstash/config/logstash.yml`. +* Logstash Pipeline in `main.conf` at `./logstash/pipeline/main.conf`. * Kibana Configuration in `kibana.yml` at `./kibana/config`. * Rubban Configuration using Docker-Compose passed Environment Variables.