Created
April 18, 2023 04:54
-
-
Save SathyaBhat/e0da09d9214b46551c3a98dce46a710e to your computer and use it in GitHub Desktop.
Filtering logs in CloudWatch Log Insights
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fields @timestamp, @message, @logStream, @log | |
| filter @message not like /RequestId|Verbose|INIT_START|Importing/ | |
| sort @timestamp desc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment