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
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
81 results
How to convert a string value to a number in the CloudWatch Logs Insights query.
My Object
```
{
"readonly": false,
"value": "30",
"key":...
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 =...
Hi All,
i have multiple databases setup in my RDS(i.e postgresql) i have a requirement that i have to implement database active monitoring for my this databases , need some help on how can i implement...
How can I differentiate cost associated with certain CloudWatch dashboards with some identifier (e.g., Tags).
If I have 5 CloudWatch dashboards and I want to know cost associated with 2 specific...
I am using Cloudwatch Logs Insights in this manner:
```
fields @timestamp, @message, @logStream, @log
| filter @logStream='xxxxxxxx'
| filter field1="yyyyyyy"
| sort @timestamp...
I am running a small EC2 server (t3.small) with 4 very simple Wordpress websites and very little traffic. The Wordpress database is running on RDS. There really shouldn't be much load on the server....
I have enabled flow-log for the network interface. I can see logs for a given network interface in S3, but it is difficult to collect all logs so I query them in logs insights using the...
Hi,
I'm tryin to display the log entry timestamp in epoch format using boto3 logs query function.
Documentation instructs to use '`toMillis( @timestamp)`' , however 'toMillis( ) displays an...
Hi,
I have a log insight query in that there is field named as instance_id it contains just 2 or more ec2 instance id's. I have a requirement of separating each ec2 instance in to a new field .
...
I need to understand which regex parser implementation Cloudwatch Log Insights uses, and which parsing options it uses.
For example, I can show you a regex which I know is working [here via...
Hi AWS, I have created CloudWatch Dashboard for one of my HES application and it has several widgets which captures metrics like `Request Count`, `Request Time`, `5xx Error Count`, `CPU Utilization`,...
I have a Log Insight query that includes a date field containing date and time information every half an hour. I want to filter my logs by using the latest date and time from that date field each...