Aliaksandr Valialkin
|
b52862badf
|
lib/logstorage: return the expected hits results from uniq pipe when the number of unique values reaches the specified limit
Previously `uniq` pipe could return zero `hits` if the number of found unique values equals the specified limit.
This wasn't expected in most cases.
|
2024-09-29 10:51:09 +02:00 |
|
Aliaksandr Valialkin
|
c0caa69939
|
lib/logstorage: use quicktemplate.AppendJSONString instead of strconv.AppendQuote for encoding JSON strings
The strconv.AppendQuote improperly encodes special chars such as \x1b . They must be encoded as \u001b .
See https://github.com/VictoriaMetrics/victorialogs-datasource/issues/24
|
2024-07-05 01:22:23 +02:00 |
|
Aliaksandr Valialkin
|
22107421eb
|
lib/logstorage: work-in-progress
|
2024-05-22 21:01:20 +02:00 |
|
Aliaksandr Valialkin
|
ad505a7a9a
|
lib/logstorage: work-in-progress
|
2024-05-20 04:08:30 +02:00 |
|
Aliaksandr Valialkin
|
cb35e62e04
|
lib/logstorage: work-in-progress
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6258
|
2024-05-14 01:49:23 +02:00 |
|
Aliaksandr Valialkin
|
9dbd0f9085
|
lib/logstorage: initial implementation of pipes in LogsQL
See https://docs.victoriametrics.com/victorialogs/logsql/#pipes
|
2024-05-12 16:33:31 +02:00 |
|