mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-30 15:22:07 +00:00
docs/VictoriaLogs/logsql-examples.md: typo fix
This commit is contained in:
parent
539fce9227
commit
c71ad6d0e3
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