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..5821fc5 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,13 +172,13 @@ $ 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. * 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.