About 50 results
Open links in new tab
  1. 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 | …

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

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

  4. 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, 6 months ago Viewed 25k times

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

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

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

  8. How to find distinct count or display distinct log message in cloudwatch

    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

  9. CloudWatch: Count number of occurrences of a specific string in ...

    Aug 2, 2022 · CloudWatch: Count number of occurrences of a specific string in logfiles Asked 3 years, 4 months ago Modified 2 years, 1 month ago Viewed 8k times

  10. Aggregate logs by field value and plot as multiple series using AWS ...

    Jul 31, 2019 · Analysing some log files using AWS CloudWatch Insights, I can plot a count aggregated in time bins with: | stats count(*) by bin(1h) This produces a graph, as expected, aggregating all logs …