client-cloudwatch-logs doesn't return some logs #6753
Labels
bug
This issue is a bug.
p2
This is a standard priority issue
response-requested
Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.
Checkboxes for prior research
Describe the bug
When using the node library, data stored in cloudwatch is obtained, however it does not return the required information
package.json
... "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.716.0", ...
We use log levels and when we try to return the logs of type "ERROR" the script returns an empty array, however if I do the same with type "INFO" it does return the information
Script
If the same filter is performed in the AWS cloudwatch console, the information is returned correctly
Regression Issue
SDK version number
@aws-sdk/[email protected]
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
20.12.1
Reproduction Steps
Try to make similar filters using the library and you will see that it does not return complete information
Observed Behavior
Using the package returns different information than in the AWS console when it should be the same
Expected Behavior
We expect the same behavior by doing the filters in the library and in the AWS console
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: