Skip to content

Commit

Permalink
Default Stack Version 7.4.2 => 7.5.0 ⬆️
Browse files Browse the repository at this point in the history
Signed-off-by: Sherif Abdel-Naby <[email protected]>
  • Loading branch information
sherifabdlnaby committed Dec 11, 2019
1 parent 82a20c7 commit 27c5a75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
COMPOSE_PROJECT_NAME=elastic
ELK_VERSION=7.4.2
ELK_VERSION=7.5.0

#--------- Resources ----------------------------#
#----------- Resources --------------------------#
ELASTICSEARCH_HEAP=1024m
LOGSTASH_HEAP=512m

#--------- Hosts and Ports ----------------------#
#----------- Hosts and Ports --------------------#
# To be able to further "de-compose" the compose files, get hostnames from environment variables instead.

ELASTICSEARCH_HOST=elasticsearch
Expand All @@ -25,7 +25,7 @@ ELASTIC_PASSWORD=changeme
AWS_ACCESS_KEY_ID=nottherealid
AWS_SECRET_ACCESS_KEY=notherealsecret

#----------- Cluster ------------------------#
#----------- Cluster ----------------------------#
ELASTIC_CLUSTER_NAME=elastdocker-cluster
ELASTIC_INIT_MASTER_NODE=elastdocker-node-0
ELASTIC_NODE_NAME=elastdocker-node-0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h4 align="center">With tools like Curator, ElastAlert for Alerting.</h4>
<p align="center">
<a>
<img src="https://img.shields.io/badge/Elastic%20Stack-7.4.2-blue?style=flat&logo=elasticsearch" alt="Elastic Stack Version 7^^">
<img src="https://img.shields.io/badge/Elastic%20Stack-7.5.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 All @@ -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.4.2](https://www.elastic.co/blog/elastic-stack-7-4-0-released).
Stack Version: [7.5.0](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 📜
Expand Down Expand Up @@ -123,7 +123,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.3.0`)
* `ELK_VERSION` Elastic Stack Version (default: `7.5.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 27c5a75

Please sign in to comment.