Skip to content

Instantly share code, notes, and snippets.

@the-spanish-guy
Last active February 10, 2022 14:09
Show Gist options
  • Save the-spanish-guy/e8f275a7c7bf12a29f82fa87d3795628 to your computer and use it in GitHub Desktop.
Save the-spanish-guy/e8f275a7c7bf12a29f82fa87d3795628 to your computer and use it in GitHub Desktop.
query pra consulta de um texto especifico dentro de um log no cloudwatch(Logs Insights) aws
fields @timestamp, @message, @logStream
| filter @message like /texto a procurar/
| sort @timestamp desc
| limit 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment