About 50 results
Open links in new tab
  1. amazon web services - AWS CloudWatch Agent failing because it …

    Jun 21, 2023 · Use the amazon-cloudwatch-agent-config-wizard to create a new configuration file and see if that helps. Once you have the new configuration file, try applying it again.

  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

  3. 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 …

  4. 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 …

  5. amazon web services - AWS CloudWatch logs: How to send an …

    May 24, 2020 · 9 You can process/monitor logs in real-time using lambda functions. Checkout Using AWS Lambda with Amazon CloudWatch Logs and Real-time Processing of Log Data …

  6. Parse message in CloudWatch Logs Insights - Stack Overflow

    May 31, 2022 · Parse message in CloudWatch Logs Insights Asked 3 years, 6 months ago Modified 2 years, 5 months ago Viewed 25k times

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

  8. 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

  9. How to get an alarm when there are no logs for a time period in …

    Sep 18, 2020 · You can do this with CloudWatch Alarms. I've set up a test Lambda function for this which runs every minute and logs to CloudWatch. Go to CloudWatch and Click Alarms in …

  10. How do I combine 2 search metrics with math expression in …

    Mar 11, 2021 · I am trying to get the percentage memory used when running a lambda to display in a graph on cloudwatch. I know there are other ways I can pull the data, but for reasons …