Releases: deviantony/docker-elk
8.2410.1
Default Elastic version: 8.15.2
Note
See version selection to run a different version.
Notable changes
- The legacy
docker-compose
standalone (Compose v1) is no longer supported. - Metricbeat no longer fails to publish monitoring events due to the limit of total fields being exceeded when all default modules are enabled.
8.2409.1
Default Elastic version: 8.15.1
Note
See version selection to run a different version.
Notable changes
- Docker no longer warns about missing default values for build arguments which could result in empty or invalid base image names. The associated build check is InvalidDefaultArgInFrom.
8.2402.1
Default Elastic version: 8.12.1
Note
See version selection to run a different version.
Notable changes
- The Fleet Server agent now has the Docker integration enabled by default, and collects the logs and metrics of all containers running on the host. This mirrors the default behaviour of the Metricsbeat and Filebeat extensions, making them obsolete for the aforementioned purpose.
8.2305.1
Default Elastic version: 8.7.1
Note
See version selection to run a different version.
Notable changes
- The
setup
container must now be run manually withdocker-compose up setup
. This makes the process of initializing users and groups more explicit, and allows re-initializing built-in users and groups with less effort. Please refer to #798 for more information. - The minimum Compose version requirement was increased to
1.28.0
. - The
curator
extension was updated to v8.0. Curator is now major version locked with Elasticsearch. Please refer to the Curator Reference for more information.
8.2302.1
Default Elastic version: 8.6.2
Note
See version selection to run a different version.
Notable changes
- Elasticsearch, Logstash and Kibana now use the
unless-stopped
restart policy by default. As a result, their respective container gets restarted automatically after exiting, including after a reboot of the Docker host (but not when stopped manually withdocker-compose [stop|down]
). - Fix Fleet Server extension listening on
127.0.0.1
(localhost) instead of0.0.0.0
after upgrading to v8.6.
8.2212.1
Default Elastic version: 8.5.2
Note
See version selection to run a different version.
Notable changes
- Beats extensions no longer authenticate as the
elastic
superuser to send data to Elasticsearch. Instead, passwords for thefilebeat_internal
,metricbeat_internal
andheartbeat_internal
users (inactive by default) must be set respectively in the.env
file. - Monitoring of Elasticsearch, Logstash and Kibana is enabled by default via the Metricbeat extension. A password for the
monitoring_internal
user (inactive by default) must be set in the.env
file for this to work. - Self-monitoring is enabled by default in all Beats extensions. A password for the
beat_system
user (inactive by default) must be set in the.env
file for this to work. - Instructions for re-executing the setup were added. This allows resetting passwords to the values defined in the
.env
file, and forcing the creation of missing internal users and roles. - It is no longer required to rebuild the image of the
setup
container when switching between themain
andtls
branches.
8.2211.1
Default Elastic version: 8.5.1
Note
See version selection to run a different version.
Notable changes
- Addition of the Fleet extension.
- Deletion of the deprecated standalone APM Server extension. APM Server is now deployed as an Elastic Integration via Elastic Agent.
8.2208.1
Default Elastic version: 8.3.3
Note
See version selection to run a different version.
Notable changes
- Change the default port of Logstash's TCP input from
5000
to50000
to avoid conflicts with IANA registered ports (UPnP, Docker Registry, Apple's AirPlay Receiver, ...)
8.2206.1
Default Elastic version: 8.2.2
Note
See version selection to run a different version.
Notable changes
- Raise JVM heap size of Elasticsearch from 256 MB to 512 MB
8.2203.1
Default Elastic version: 8.0.0
Note
See version selection to run a different version.
Notable changes
- Introduce the
setup
service to automate the management of required roles and user passwords - Bump minimum Compose version requirement to
1.26.0
- Update Compose file version to
3.7
- Rename
ELK_VERSION
toELASTIC_VERSION