Files
VictoriaMetrics/lib/logstorage
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-05-20 04:09:15 +02:00
2024-05-20 04:09:15 +02:00
2024-06-10 18:42:31 +02:00
2024-05-14 01:49:58 +02:00
2024-05-14 01:49:58 +02:00
2024-05-30 16:19:36 +02:00
2024-05-20 04:09:15 +02:00
2024-05-22 21:01:28 +02:00
2024-05-20 04:09:15 +02:00
2023-07-06 22:24:18 -07:00
2024-06-17 12:13:25 +02:00
2024-05-24 03:07:07 +02:00
2024-05-22 21:01:28 +02:00
2024-05-22 21:01:28 +02:00