Questions tagged with CloudWatch Logs Insights

CloudWatch Logs Insights enables you to interactively search and analyze your log data in Amazon CloudWatch Logs. You can perform queries to help you more efficiently and effectively respond to operational issues.

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

85 results
I’m using AWS CloudWatch Logs subscription filters to trigger a Lambda function based on certain log events. I want to trigger the Lambda only when both the words "fail" and "exception" appear in the ...
1
answers
0
votes
33
views
asked 12 hours ago
The AWS CLI's `aws logs describe-queries` command supports a `--query-language` option that should allow filtering at the API level for queries in a specific query language (CWLI, SQL or PPL). This ap...
1
answers
0
votes
23
views
asked a month ago
I have a cloudwatch log file that contains messages from multiple cameras. Below is a snip from one camera that shows it going offline and then coming back online. The log can contain messages from mu...
4
answers
0
votes
59
views
asked 2 months ago
Hi everyone, I understand that my application can ingest logs directly to CloudWatch using the AWS SDK (for Java). Is it possible to update the message of a recently ingested log in CloudWatch? Anoth...
1
answers
0
votes
49
views
asked 2 months ago
Hello, I have an error in the logs with the new field of `@serviceLogParsingError`. The error will be shown below: | @timestamp | @serviceLogParsingError | | --- | --- | | 2024-10-06 21:02:40.389 ...
1
answers
0
votes
125
views
asked 3 months ago
Hello, We have the need to query the logs produced by our application. We deployed the application in AWS ECS and we have micrometer metrics and logs in AWS CloudWatch. Regarding the logs we can see ...
1
answers
1
votes
42
views
asked 4 months ago
Hi, I have been working on graph generated using the logs insights data using below query ``` fields @timestamp, log, ispresent(kubernetes.pod_name) as kubernetes_pod_name, @message | filter kubernet...
0
answers
0
votes
50
views
asked 5 months ago
I need to write a Log Insights query to find all of the job run ID's associated with a Glue job within a certain time frame and when I write what I believe is the correct query I come up with 0 of 0 m...
1
answers
0
votes
235
views
asked 6 months ago
I'm trying to display the number of sessions with failures on an AWS CloudWatch dashboard (type: gauge). To enable this, I created a Metric Filter for the log-group, that will create a metric per occ...
1
answers
0
votes
196
views
asked 7 months ago
Currently I only have "log_min_duration_statement" enabled in the RDS settings. My alert will count how many times the “duration” appears in the logs and thus alert you when the limit is exceeded. Wh...
0
answers
0
votes
133
views
asked 7 months ago
Hello, I just have a question if there is a way to propagate tags onto Cloudwatch Insights Alarms? I don't seem to find anything related to this information and I have a Solution in place right now wh...
1
answers
0
votes
669
views
asked 7 months ago
I have a lambda function that logs to a log group. On AWS console when I wanted to search for a string in my log group I would go to "Search all log streams" and then enter my string (usually restrict...
1
answers
0
votes
568
views
asked 8 months ago