mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
docs/VictoriaLogs/logsql-examples.md: typo fix
This commit is contained in:
parent
b7b3a9e9a3
commit
53928a44d1
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ the returned logs by some field (usually [`_time` field](https://docs.victoriame
|
|||
|
||||
```logsql
|
||||
_time:5m | sort by (_time)
|
||||
```
|
||||
|
||||
If the number of returned logs is too big, it may be limited with the [`limit` pipe](https://docs.victoriametrics.com/victorialogs/logsql/#limit-pipe).
|
||||
For example, the following query returns 10 most recent logs, which were ingested during the last 5 minutes:
|
||||
|
|
Loading…
Reference in a new issue