Skip to content

Commit

Permalink
Merge pull request #100 from mostafahussein/8.8
Browse files Browse the repository at this point in the history
update to 8.8.0
  • Loading branch information
sherifabdlnaby committed May 26, 2023
2 parents 92df811 + 08d98c8 commit e9374d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
COMPOSE_PROJECT_NAME=elastic
ELK_VERSION=8.6.2
ELK_VERSION=8.8.0

#----------- Resources --------------------------#
ELASTICSEARCH_HEAP=1024m
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h4 align="center">Configured to be ready to be used for Log, Metrics, APM, Alerting, Machine Learning, and Security (SIEM) usecases.</h4>
<p align="center">
<a>
<img src="https://img.shields.io/badge/Elastic%20Stack-8.6.0-blue?style=flat&logo=elasticsearch" alt="Elastic Stack Version 7^^">
<img src="https://img.shields.io/badge/Elastic%20Stack-8.8.0-blue?style=flat&logo=elasticsearch" alt="Elastic Stack Version 7^^">
</a>
<a>
<img src="https://img.shields.io/github/v/tag/sherifabdlnaby/elastdocker?label=release&amp;sort=semver">
Expand Down Expand Up @@ -36,7 +36,7 @@ Elastic Stack (**ELK**) Docker Composition, preconfigured with **Security**, **M

Suitable for Demoing, MVPs and small production deployments.

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/)
Stack Version: [8.8.0](https://www.elastic.co/blog/whats-new-elastic-8-8-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 馃摐
Expand Down Expand Up @@ -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.6.0`)
* `ELK_VERSION` Elastic Stack Version (default: `8.8.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.
Expand Down

0 comments on commit e9374d7

Please sign in to comment.