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
While troubleshooting why our default docker recombine rule was not reassembling partial docker logs from AKS, it was found that our pipeline definition skips it. We originally added it here #467. We need to update the Docker JSON parser operator to ensure it passes the parsed logs to the recombine rule:
We need to update the output value in the parser-docker to emit to the docker-recombine and not directly to handle_empty_log OR insert the docker-recombine AFTER the handle_empty_log.
Either way should solve the issue.
Thanks team!
The text was updated successfully, but these errors were encountered:
Hey Team!
While troubleshooting why our default docker recombine rule was not reassembling partial docker logs from AKS, it was found that our pipeline definition skips it. We originally added it here #467. We need to update the Docker JSON parser operator to ensure it passes the parsed logs to the recombine rule:
We need to update the output value in the
parser-docker
to emit to thedocker-recombine
and not directly tohandle_empty_log
OR insert thedocker-recombine
AFTER thehandle_empty_log
.Either way should solve the issue.
Thanks team!
The text was updated successfully, but these errors were encountered: