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.
92 results
****Summary****
I'm trying to build a CloudWatch dashboard in a central monitoring account
that shows the "top 10 Lambda functions by ConcurrentExecutions" from a
linked source account, using Cloud...
2
answers
0
votes
64
views
asked 25 days ago
Hi,
I'm seeing an inconsistency between a CloudWatch Alarm and the CloudWatch Metrics graph, and I'd like to know whether this is expected behavior or if I'm missing something.
<Environment>
・Amazon ...
1
answers
0
votes
52
views
asked a month ago
Hi,
In the new Log Analytics (previously Log Insights), I created a scheduled query but cannot find anymore the way to view/update the scheduling. Where can I find it?
Regards,
2
answers
0
votes
71
views
asked a month ago
We received a notification about "[Action Required] AWS SDK for Java 1.x end of support". While analyzing, it turned out that the usage of the AWS SDK for Java version 1.x seems to solely be emitted w...
2
answers
0
votes
933
views
asked 2 months ago
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
593
views
asked 10 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
123
views
asked a year 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
111
views
asked a year 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
337
views
asked a year 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
654
views
asked a year 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
172
views
asked a year 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
715
views
asked 2 years 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
300
views
asked 2 years ago