未验证 提交 7c0832cb 编写于 作者: A Andrey Zhavoronkov 提交者: GitHub

Update ELK to 6.8.23 (#4206)

上级 d3db54dd
......@@ -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
......
......@@ -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
......@@ -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
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册