-
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
Check when response content type is nil #28457
Conversation
This pull request does not have a backport label. Could you fix it @kaiyan-sheng? 🙏
NOTE: |
Pinging @elastic/integrations (Team:Integrations) |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LGTM, can you add a test case on |
}, | ||
} | ||
|
||
if contentType != "" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
(cherry picked from commit ccc2206)
(cherry picked from commit ccc2206)
(cherry picked from commit ccc2206) Co-authored-by: kaiyan-sheng <[email protected]>
(cherry picked from commit ccc2206) Co-authored-by: kaiyan-sheng <[email protected]>
What does this PR do?
Filebeat failed to process any SQS message with aws-s3 input and here is the error in Filebeat log:
This PR is to check if
GetObject
API call response content type exists.Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.