-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
7.17.0 awk entrypoint broken #30435
Comments
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Can we confirm this is actually fixed in heartbeat 7.17.1? I can see it has been merged prior to the 7.17.1 release and it is on the release notes but the issue still exists as discussed on discuss: |
It looks like the 7.17.1 build candidate was generated the day before this fix was merged and that is what we released. The fix went in before the 7.17.1 release but we didn't create a new build candidate. This would be fixed in 7.17.2. 7.17.1 tag: https://github.com/elastic/beats/commits/v7.17.1 |
Ah ok. Must have missed that while using looking at the repo on my mobile last night. Hopefully the patch release will drop soon as we are in a position we can't upgrade to 8.x at the moment. |
With the switch from CentOS to Ubuntu the https://github.com/elastic/beats/blob/main/dev-tools/packaging/templates/docker/docker-entrypoint.tmpl#L13 does not work as expected. This is because that Ubuntu uses
mawk
instead ofgawk
. This change results in the output of theawk
to be incorrect.For confirmed bugs, please report:
docker run -it docker.elastic.co/beats/filebeat setup
does not actually run setupThe text was updated successfully, but these errors were encountered: