fields @timestamp, @message
| filter (@message like /records=/)
| parse @message /records=(?<records>\S+)/
| filter records >= 200
| sort @timestamp desc
| limit 2000
Last active
November 18, 2021 12:20
-
-
Save udhos/017c4ea77ec75ebc84666e59ef40cbdc to your computer and use it in GitHub Desktop.
cloudwatch_logs_insights_parse_fields.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment