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:
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
|
||||
|
||||
Reference in New Issue
Block a user