Skip to content

Commit

Permalink
Update ELK to 6.8.23 (#4206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Zhavoronkov authored Jan 20, 2022
1 parent d3db54d commit 7c0832c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Auth token key is not returned when registering without email verification (<https://github.com/openvinotoolkit/cvat/pull/4092>)

### Security
- Updated ELK to 6.8.22 which uses log4j 2.17.0 (<https://github.com/openvinotoolkit/cvat/pull/4052>)
- Updated ELK to 6.8.23 which uses log4j 2.17.1 (<https://github.com/openvinotoolkit/cvat/pull/4206>)

## \[1.7.0] - 2021-11-15

Expand Down
6 changes: 3 additions & 3 deletions components/analytics/docker-compose.analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
build:
context: ./components/analytics/elasticsearch
args:
ELK_VERSION: 6.8.22
ELK_VERSION: 6.8.23
volumes:
- cvat_events:/usr/share/elasticsearch/data
restart: always
Expand All @@ -21,7 +21,7 @@ services:
build:
context: ./components/analytics/kibana
args:
ELK_VERSION: 6.8.22
ELK_VERSION: 6.8.23
depends_on: ['elasticsearch']
restart: always

Expand Down Expand Up @@ -62,7 +62,7 @@ services:
build:
context: ./components/analytics/logstash
args:
ELK_VERSION: 6.8.22
ELK_VERSION: 6.8.23
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
environment:
Expand Down

0 comments on commit 7c0832c

Please sign in to comment.