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
Is there a way where I can add a filter for a log table in cloud-watch dashboard to select the service and get the details
I am looking to write a query CloudWatch log insight query to get application accessed browser. Not able to find any helpful documentation. Any suggestions or helpful guide to get it over.
I have a requirement of getting the logs details of each services. while displaying i am getting only 3 or 4 services till 1000 lines which is the limit unfortunately. i wanted to display each...
I would like to view a timeseries data grouped by some field name on a stacked area graph.
It understand how to do either by field or by time slices, but I cannot understand how to do *both* at the...
I am trying to write a log insights query for a dashboard that can aggregate the number of times a given message id has failed. A slightly simplified query that produces similar behavior is as...
Hi, I'm successfully using LoraWAN integration for IotCore. I've followed[ those steps](https://docs.aws.amazon.com/iot/latest/developerguide/connect-iot-lorawan-cwl-format.html) for configuring "join...
Does the LookupEvent API incur charges?
Hello,
We are using CloudWatch Log Insights.
Currently we considered an issue, that CloudWatch log insights never found the logs from the first lambda invocation.
I was able to reproduce it in...
I am trying to create an IAM user that will have least privileges to be able to view enhanced monitoring for a particular RDS database. I have created a ROLE (Enhanced Monitoring) and attached a...
Is it possible to deterministically generate a URL for CloudWatch Log Insights given the log group, start time, and query (text area that allows fields, sorts, filters, etc...)? The URL is extremely...
The following log insights query on a single log group returns negative numbers for the variable `@distinct_unique_keys_delta`:
```sql
parse @message /(?<@unique_key>Processing key:...
i've a lambda function and i want to have a cloudwatch logs table with errors and warnings columns.Actually I was able with this query to get an error / warnings report per day:
```
parse "[E*]" as...