Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
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
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
88 results
Hello!
I’m sending logs from my Android Kotlin application to AWS CloudWatch in JSON format.
The logs are arriving correctly in AWS and I can see them through live tail.
However, I’m creating a das...
1
answers
0
votes
220
views
asked 4 months ago
I’m using the start_query and get_query_results APIs from Cloud Watch Logs Insights to run programmatic queries. While this works for fetching log results, it does not return important query statistic...
1
answers
0
votes
74
views
asked 6 months ago
I have below LogInsights query for multiple log group. Results have link to the error logs but when I exported the results to table (or json, csv). Links are not available anymore. How can I keep the ...
1
answers
0
votes
57
views
asked 8 months ago
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
208
views
asked 8 months 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
490
views
asked 9 months ago
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
102
views
asked 9 months 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
544
views
asked a year 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
203
views
asked a year 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
227
views
asked a year 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
440
views
asked a year 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
362
views
asked a year 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
91
views
asked a year ago