
How to filter CloudWatch Log Insights with ispresent() function
I'm trying to perform a really simple query on the not so new AWS Cloudwatch Log Insights I'm following their documentation to filter my logs using ispresent function. The query is the following:
AWS Log Insights query with string contains - Stack Overflow
May 25, 2020 · how do I query with contains string in AWS Log insights fields @timestamp, @message filter @message = "user not found" | sort @timestamp desc | limit 20 …
Cloudwatch agent not sending logs to cloudwatch
Nov 1, 2019 · The unique part of all of this is that I have removed the old CloudWatch agent and installed the new one. I have done this on two EC2 instances, one of which everything is …
How to index through stringified array in CloudWatch Logs Insights
Mar 14, 2025 · In AWS CloudWatch Logs Insights, the unnest function is typically used to flatten arrays, but it does not support directly indexing into an array like items.0, items.1, items.2.
How to find distinct count or display distinct log message in …
Dec 27, 2022 · How to find distinct count or display distinct log message in cloudwatch Asked 2 years, 11 months ago Modified 2 years, 11 months ago Viewed 6k times
How to monitor EC2 instances by memory? - Stack Overflow
Feb 18, 2017 · Using Cloudwatch you can monitor your EC2 instances by several criteria, such as network usage, CPU usage, and so on… Unfortunately, there is no metric for memory …
AWS Cloudwatch Filter and Pattern Syntax - Stack Overflow
May 25, 2019 · AWS Cloudwatch Filter and Pattern Syntax Asked 6 years, 6 months ago Modified 1 year, 5 months ago Viewed 125k times
AWS Cloudwatch Insights how to query using multiple log groups
Jan 26, 2021 · Reading the documentation seems that is possible in AWS Cloudwatch to run queries with multiple log groups but I can not see any example on how to do it. I would like to …
logging - Why are my AWS Cloudwatch logs splitting up JSON …
Aug 29, 2023 · I am debugging an application that is printing single lines of JSON from AWS Lambdas. When I look at the CloudWatch logs, I am finding that "sometimes" they …
How to include double quote in CloudWatch Logs filter?
Aug 9, 2022 · How to include double quote in CloudWatch Logs filter? Asked 3 years, 3 months ago Modified 1 year, 2 months ago Viewed 9k times