You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
4294
4294
so there is no need in specifying it manually in the query.
0 commit comments