Update docs/sources/datasources/aws-cloudwatch/query-editor/index.md

Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
This commit is contained in:
Kevin Yu
2026-01-13 12:52:22 -08:00
committed by GitHub
co-authored by Larissa Wandzura
parent 785c578e2f
commit f9eb5b7360
@@ -288,7 +288,7 @@ FROM `log_group`
WHERE `@message` LIKE '%Exception%'
```
or, when querying multiple log groups you **must** use the `logGroups(logGroupIdentifier: [...])` syntax:
When querying multiple log groups you **must** use the `logGroups(logGroupIdentifier: [...])` syntax:
```sql
SELECT window.start, COUNT(*) AS exceptionCount