Skip to content

Commit 79454d4

Browse files
Default Stack Version 7.10.1 => 7.11.1 ⬆️
1 parent ecbfa3b commit 79454d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
COMPOSE_PROJECT_NAME=elastic
2-
ELK_VERSION=7.10.1
2+
ELK_VERSION=7.11.1
33

44
#----------- Resources --------------------------#
55
ELASTICSEARCH_HEAP=1024m

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h4 align="center">With tools like Curator, Rubban, ElastAlert for Alerting.</h4>
66
<p align="center">
77
<a>
8-
<img src="https://img.shields.io/badge/Elastic%20Stack-7.10.1-blue?style=flat&logo=elasticsearch" alt="Elastic Stack Version 7^^">
8+
<img src="https://img.shields.io/badge/Elastic%20Stack-7.11.1-blue?style=flat&logo=elasticsearch" alt="Elastic Stack Version 7^^">
99
</a>
1010
<a>
1111
<img src="https://img.shields.io/github/v/tag/sherifabdlnaby/elastdocker?label=release&amp;sort=semver">
@@ -29,7 +29,7 @@ Elastic Stack (**ELK**) Docker Composition, preconfigured with **Security**, **M
2929

3030
Based on [Official Elastic Docker Images](https://www.docker.elastic.co/)
3131

32-
Stack Version: [7.10.1](https://www.elastic.co/blog/elastic-stack-7-10-1-released)
32+
Stack Version: [7.11.1](https://www.elastic.co/blog/elastic-stack-7-11-1-released)
3333
> 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.
3434
3535
### Main Features 📜
@@ -171,7 +171,7 @@ $ make prune
171171
172172
* Some Configuration are parameterized in the `.env` file.
173173
* `ELASTIC_PASSWORD`, user `elastic`'s password (default: `changeme` _pls_).
174-
* `ELK_VERSION` Elastic Stack Version (default: `7.10.1`)
174+
* `ELK_VERSION` Elastic Stack Version (default: `7.11.1`)
175175
* `ELASTICSEARCH_HEAP`, how much Elasticsearch allocate from memory (default: 1GB -good for development only-)
176176
* `LOGSTASH_HEAP`, how much Logstash allocate from memory.
177177
* Other configurations which their such as cluster name, and node name, etc.

0 commit comments

Comments
 (0)