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 up to 5 tags to filter
Sort by most recent
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...
0
answers
0
votes
24
views
Sai
asked 17 days 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...
1
answers
0
votes
162
views
Ben
asked 3 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...
1
answers
0
votes
148
views
Andi_M
asked 3 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...
0
answers
0
votes
124
views
asked 3 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...
1
answers
0
votes
589
views
asked 3 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...
1
answers
0
votes
478
views
nawram
asked 4 months ago
I would like to parse the below json to a tablular table as the below. ``` time="2024-05-17T12:40:02Z" level=info...
1
answers
0
votes
137
views
Miguel
asked 4 months ago
The code running on AWS Lambda prints the logs properly on Cloudwatch using the logging library. ``` import logging logger = logging.getLogger() logger.setLevel(logging.INFO) logger.info(f'Some...
1
answers
0
votes
528
views
asked 4 months ago
I got an alarm email that I'm at 85% of the CloudWatch free tier: 5.0 GB are always free per month as part of AWS Free Usage Tier (Global-DataScanned-Bytes) What is Global-DataScanned-Bytes? There...
3
answers
0
votes
491
views
maracle
asked 4 months ago
CloudWatch documentation on page https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax-operations-functions.html shows the existence of a replace command but there is no example of...
3
answers
0
votes
198
views
Miguel
asked 5 months ago
How to convert a string value to a number in the CloudWatch Logs Insights query. My Object ``` { "readonly": false, "value": "30", "key":...
1
answers
0
votes
441
views
asked 5 months ago
Hi 👋🏽 in CloudWatch Logs Insights I can aggregate my data and bin it. For example: ```sql fields @timestamp, fullName, @message, @logStream, @log, repository | filter correlationIds.httpMethod =...
0
answers
1
votes
450
views
profile picture
asked 6 months ago