About 6,540,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, 6 months ago Modified 1 year, 5 months ago Viewed 126k times

  5. Escape Character for aws CloudWatch Log Query Insights

    Dec 17, 2020 · Escape Character for aws CloudWatch Log Query Insights Asked 4 years, 11 months ago Modified 4 years, 2 months ago Viewed 8k times

  6. How to extract data from array in a JSON message using CloudWatch …

    Sep 16, 2021 · If in your log entry in the cloudwatch log group they are actually showing up as json, you can just reference the key directly in any place you would a field. (don't need the @, cloudwatch …

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

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

  9. How do I combine 2 search metrics with math expression in cloudwatch?

    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 outside of the …

  10. Start Amazon CloudWatch Agent at instance startup

    Dec 5, 2022 · I want to set so that the CloudWatch Agent process start every time the instance starts. Something along the lines of systemctl enable amazon-cloudwatch-agent, but I don't have systemctl …