Skip to content

Commit aaceb7d

Browse files
committed
docs/victorialogs/LogsQL.md: typo fix: literlly -> literally
1 parent 43c23cc commit aaceb7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/victorialogs/LogsQL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4288,9 +4288,9 @@ _time:5m host:"api-" | count()
42884288
_time:5m "database" | count()
42894289
```
42904290

4291-
The [`_time` filter](#time-filter) is the essential one - if it is missing, then VictoriaLogs literlly scans all the logs stored in the database.
4292-
The `_time` filter allows reducing the amounts of logs to scan to the given time range. Note that [Web UI for VictoriaLogs](https://docs.victoriametrics.com/victorialogs/querying/#web-ui)
4293-
and [Grafana plugin for VictoriaLogs](https://docs.victoriametrics.com/victorialogs/victorialogs-datasource/) automatically set the `_time` filter to the selected time range,
4291+
The [`_time` filter](#time-filter) is the essential one - if it is missing, then VictoriaLogs literally scans all the logs stored in the database.
4292+
The `_time` filter allows reducing the amounts of logs to scan to the given time range only. Note that [Web UI for VictoriaLogs](https://docs.victoriametrics.com/victorialogs/querying/#web-ui)
4293+
and [Grafana plugin for VictoriaLogs](https://docs.victoriametrics.com/victorialogs/victorialogs-datasource/) automatically set the `_time` filter to the actually selected time range,
42944294
so there is no need in specifying it manually in the query.
42954295

42964296
### Test stream filters in the query

0 commit comments

Comments
 (0)