Closed hagen1778 closed 2 months ago
The correct query param names for /field_values are start end. See https://docs.victoriametrics.com/victorialogs/querying/#querying-field-values
start
end
Sending from and to params meant time range filter wasn't applied at all. This made VictoriaLogs make the full data scan. Which probably caused the following issues:
from
to
The correct query param names for /field_values are
start
end
. See https://docs.victoriametrics.com/victorialogs/querying/#querying-field-valuesSending
from
andto
params meant time range filter wasn't applied at all. This made VictoriaLogs make the full data scan. Which probably caused the following issues: