-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Filebeat to v7.8.1 #846
Comments
We need to adjust automated tests (issue #1657). |
Testing upgrades is blocked by #1647. |
@to-bar Shouldn't we consider upgrading filebeat to the lastest version 7.9.2? For AKS/EKS I already added filebeat as daemonset in the latest version 7.9.2 ( don't want to add new feature in old version ). It could be nice to have the same version in both scenarios. |
We will upgrade elasticsearch-oss to version 7.9.1 (#1719) as we have to upgrade ODFE to 1.10.1 (7.9.1 is 1.10.1) |
IMHO in this case we can upgrade Filebeat to 7.9.2 (having Elasticsearch 7.9.1) since according to 7.9.2 release notes it contains one nice to have bugfix and other changes seem to be acceptable for Epiphany. |
Related issue to test together: #1774 |
Test OK (verified on Ubuntu and RHEL) |
Filebeat should be updated to at least 7.2.0 since this version contains fix for "registry entries not being cleaned due to race conditions." - Installation not deterministically failed on Kubernetes master and worker nodes. Temporary solution was to disable "system" module.
https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.2.0.html
The text was updated successfully, but these errors were encountered: