All Content 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 tags to filter
Sort by most recent
91 results
Hello AWS Community, I'm facing a persistent connection timeout issue with an internet-facing Network Load Balancer (NLB) configured for TCP port 22, and I'm seeking advice on further diagnostics. S...
1
answers
0
votes
15
views
asked 5 hours ago
I need to access a value within an array provided in Amazon CloudWatch Logs Insights, as an example: ``` ... "trace": { "timestamp": 1746475850.679, "principal": null, "se...
2
answers
0
votes
33
views
asked 7 days ago
profile pictureAWS
SUPPORT ENGINEER
published a month ago1 votes297 views
I want to leverage Amazon CloudWatch Logs Insights queries to monitor my Transit Gateway enabling detailed traffic analysis and usage across connected attachments.
Hi all, I’m currently using the following method to retrieve AWS HTTP/RESTful API call counts: ``` import boto3 from datetime import datetime cloudwatch = boto3.client('cloudwatch') apigateway = bo...
1
answers
0
votes
49
views
asked a month ago
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
225
views
asked 4 months ago
At AWS re:Invent 2024, Steven David and Lucy Hartung presented an insightful session on leveraging AWS observability tools to gain actionable insights into Amazon Elastic Container Service (ECS) workl...
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
61
views
asked 5 months 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
110
views
asked 6 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
163
views
asked 6 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
246
views
asked 7 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
66
views
asked 8 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
58
views
asked 8 months ago