We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f5724 commit 52325f6Copy full SHA for 52325f6
explore-analyze/alerts-cases/cases/visualize-case-data.md
@@ -47,7 +47,7 @@ Search and filter case data in [Discover](../../discover.md) and [Lens](../../vi
47
FROM .internal.cases | STATS count = COUNT(*) BY status | WHERE status == "closed"
48
```
49
50
-* Find cases that are open and sort them by time, with the most recent is at the top:
+* Find cases that are open and sort them by time, with the most recent at the top:
51
```console
52
FROM .internal.cases | WHERE status == "open" | SORT created_at DESC
53
0 commit comments