Files
VictoriaMetrics/lib
Aliaksandr Valialkin b3bbf94310 lib/logstorage: disallow using pipe names as the first unquoted words in filter pipe
Improperly written pipes could be silently parsed as filter pipe.
For example, the following query:

   * | by (x)

was silently parsed to:

   * | filter "by" x

It is better to return error, so the user could identify and fix invalid pipe
instead of silently executing invalid query with `filter` pipe.

(cherry picked from commit 7b475ed95d)
2024-10-11 14:27:46 +02:00
..
2024-07-03 16:09:18 +02:00
2024-09-04 15:39:55 +02:00
2024-08-19 21:41:44 +02:00