About 8,900,000 results
Open links in new tab
  1. 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:

  2. 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 working …

  3. 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 fields @timestamp, …

  4. AWS Cloudwatch Filter and Pattern Syntax - Stack Overflow

    May 25, 2019 · AWS Cloudwatch Filter and Pattern Syntax Asked 6 years, 7 months ago Modified 1 year, 6 months ago Viewed 126k times

  5. 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 consumption. …

  6. Amazon Cloudwatch Logs Insights with JSON fields

    Dec 11, 2018 · CloudWatch Insights Logs automatically discovers fields for the following log types: Lambda logs CloudWatch Logs Insights automatically discovers log fields in Lambda logs, but only …

  7. How do I create an AWS Cloudwatch Alarm using multiple dimensions

    Jun 9, 2023 · I am attempting to create a cloudwatch alarm based on a metric with multiple dimensions. I can create the alarm if I use ONE dimension; however the metric I am using has more than one. The …

  8. Amazon Web Service CloudWatch custom metrics with dimensions

    Yes, you can add dimensions such as you described to your custom metrics. However, CloudWatch is NOT able to aggregate across these dimensions, as it doesn't know the groups of these dimensions. …

  9. How to search for multiple strings in logs using aws cloudwatch log ...

    Jan 5, 2022 · For my aws loggroups, I want to write a cloudwatch log insgights query to search for multiple strings in the logs. I tried something like this : fields @timestamp, @message, @logStream | …

  10. amazon cloudwatch - AWS Cloud Watch Logs formatting - Stack …

    Dec 21, 2020 · So if you are using the Cloudwatch Agent, you need to tune the Timestamp_format setting. If you don't specify a format, CloudWatch will ping each and every line of the log with it's …