Top "Amazon-cloudwatchlogs" questions

Amazon CloudWatch Logs allows aggregation and management of log events sent to it by AWS or custom services.

Amazon Cloudwatch Logs Insights with JSON fields

I am trying to use Logs Insights with data containing JSON in one of the fields, and to parse the …

json amazon-cloudwatch amazon-cloudwatchlogs
My AWS Cloudwatch bill is huge. How do I work out which log stream is causing it?

I got a $1,200 invoice from Amazon for Cloudwatch services last month (specifically for 2 TB of log data ingestion in "AmazonCloudWatch …

amazon-web-services amazon-cloudwatch amazon-cloudwatchlogs
AWS Cloudwatch Filter and Pattern Syntax

I'm following the instructions here https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/FilterAndPatternSyntax.html but it's not working as …

amazon-web-services amazon-cloudwatch amazon-cloudwatchlogs amazon-cloudwatch-metrics
Set expiration of CloudWatch Log Group for Lambda Function

By default when I create a Lambda function, the CloudWatch Log Group is set to Never Expire. Is it possible …

aws-lambda amazon-cloudwatchlogs
Count unique values in aws cloudwatch metric

I have a set of cloudwatch logs in json format that contain a username field. How can I write a …

amazon-cloudwatch amazon-cloudwatchlogs amazon-cloudwatch-metrics
How to Send Kubernetes Logs to AWS CloudWatch?

AWS CloudWatch Logs in Docker Setting an AWS CloudWatch Logs driver in docker is done with log-driver=awslogs and log-opt, …

amazon-web-services docker kubernetes amazon-cloudwatchlogs
CloudWatch logs stream to Lambda python

I have created a subscription filter in CloudWatch log group and made it stream to my lambda function, but am …

python-3.x aws-lambda decode amazon-cloudwatchlogs
CloudWatch Logs Filter case insensitive multiple terms or connected

I'm just trying to create an alarm based on CloudWatch Logs Filter which triggers on multiple terms (or connected, not …

amazon-web-services amazon-cloudwatch cloudwatch amazon-cloudwatchlogs
send notification alert when AWS Lambda function has an error

I have a AWS Lambda function running some process in my infrastructure. The Lambda is triggered every 8 hours using a …

amazon-web-services aws-lambda amazon-cloudwatch amazon-cloudwatchlogs amazon-cloudwatch-metrics