Created
June 5, 2019 06:30
-
-
Save bfgits/cde10abdab761bcc1a662ec2b521a34b to your computer and use it in GitHub Desktop.
AWS Cloudwatch logs filter
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 | |
| sort @timestamp desc | |
|filter @message like /bbb4e265-08b5-44be-9296-bb5ece1cxxxx/ | |
| limit 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment