-
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
Keep event when add_docker_metadata
fails to extract container id
#7133
Conversation
Can you add a changelog and will this need to be backported? |
Before this change an error extracting container id from the source path resulted on lossing the log line. This change ensures we report the error but still send the log lines through, without enriching.
3f87306
to
808bce4
Compare
I had my doubts about the backport, this should not be a really common case, but backporting should not hurt either, wdyt? |
On a second thought, I added backport tags :) |
Backport or not, both works for me :-) |
…lastic#7133) Before this change an error extracting container id from the source path resulted on lossing the log line. This change ensures we report the error but still send the log lines through, without enriching. (cherry picked from commit c7f3f45)
Hi, I'm still getting the lines ignored (not ingested) when there's an error with
|
Hi @karmi, this fix will go out in filebeat |
@exekias, ah right, the More importantly, it's an user error on my side :) I've switched from |
…lastic#7133) (elastic#7156) Before this change an error extracting container id from the source path resulted on lossing the log line. This change ensures we report the error but still send the log lines through, without enriching. (cherry picked from commit b1d8542)
Before this change an error extracting container id from the source path
resulted on lossing the log line.
This change ensures we report the error but still send the log lines
through, without enriching.
Fixes #7129