Skip to content

Instantly share code, notes, and snippets.

@bfgits
Created June 5, 2019 06:30
Show Gist options
  • Save bfgits/cde10abdab761bcc1a662ec2b521a34b to your computer and use it in GitHub Desktop.
Save bfgits/cde10abdab761bcc1a662ec2b521a34b to your computer and use it in GitHub Desktop.
AWS Cloudwatch logs filter
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