aws_cloudwatch_logs sink in failing in vector image (0.28.1-distroless-libc) #23031
Answered
by
shreyasarani23
shreyasarani23
asked this question in
Q&A
-
Below is my sink which will send some application logs to aws_cloudwatch. Currently I have 2 replicas for vector deployment the 1st pod is running fine without any error and in the 2nd pod I am getting the below error. I understand that I am using little older version of vector image: (0.28.1-distroless-libc) is the below error know issue in the older versions of vector image? By upgrading the vector to latest version will the issue be resolved?
Below is the error I am getting
|
Beta Was this translation helpful? Give feedback.
Answered by
shreyasarani23
May 20, 2025
Replies: 1 comment 2 replies
-
@jszwedko any inputs on this will be appreciated |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jszwedko thanks for your response. I Actually updated my vector image to
0.45.0-distroless-libc
. When I upgraded the vector image to the 0.45.0 I no longer see the above error may be aws sdk in the newer version has higher timeout.