diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3eb8f5..bd0f9580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Original pdf file is deleted when using share() ### Security -- TDB +- Updated ELK to 6.8.22 which uses log4j 2.17.0 () ## \[1.7.0] - 2021-11-15 diff --git a/components/analytics/docker-compose.analytics.yml b/components/analytics/docker-compose.analytics.yml index 16724879..2c5aa814 100644 --- a/components/analytics/docker-compose.analytics.yml +++ b/components/analytics/docker-compose.analytics.yml @@ -8,7 +8,7 @@ services: build: context: ./components/analytics/elasticsearch args: - ELK_VERSION: 6.8.21 + ELK_VERSION: 6.8.22 volumes: - cvat_events:/usr/share/elasticsearch/data restart: always @@ -21,7 +21,7 @@ services: build: context: ./components/analytics/kibana args: - ELK_VERSION: 6.8.21 + ELK_VERSION: 6.8.22 depends_on: ['elasticsearch'] restart: always @@ -62,7 +62,7 @@ services: build: context: ./components/analytics/logstash args: - ELK_VERSION: 6.8.21 + ELK_VERSION: 6.8.22 http_proxy: ${http_proxy} https_proxy: ${https_proxy} environment: