You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If ELK_VERSION is greater than or equal to 7.17.0, then any beats containers break.
As documented in this beats pull request, from 7.17.0 the base image of beats images changed from CentOs to Ubuntu.
The current setup relies heavily on yum and the update-ca-trust command to properly apply ca-certificates. The various Dockerfiles for the containers should be updated to support this change.
The text was updated successfully, but these errors were encountered:
If
ELK_VERSION
is greater than or equal to 7.17.0, then any beats containers break.As documented in this beats pull request, from 7.17.0 the base image of beats images changed from CentOs to Ubuntu.
The current setup relies heavily on yum and the
update-ca-trust
command to properly apply ca-certificates. The various Dockerfiles for the containers should be updated to support this change.The text was updated successfully, but these errors were encountered: