Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
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...
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...
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...
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 ...
EXPERT
published 4 months ago1 votes330 views
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...
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...
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...
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 ...
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 ...
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...