diff --git a/.env b/.env index 694b0c1..883ffd8 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ COMPOSE_PROJECT_NAME=elastic -ELK_VERSION=8.3.2 +ELK_VERSION=8.6.2 #----------- Resources --------------------------# ELASTICSEARCH_HEAP=1024m diff --git a/README.md b/README.md index 93c4fd7..f3d74e6 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.3.2](https://www.elastic.co/blog/whats-new-elastic-8-3-0) 🎉 - Based on [Official Elastic Docker Images](https://www.docker.elastic.co/) +Stack Version: [8.6.0](https://www.elastic.co/blog/whats-new-elastic-8-6-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.3.2`) + * `ELK_VERSION` Elastic Stack Version (default: `8.6.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.