Aliaksandr Valialkin
28cee4e9db
wip
2024-06-03 16:58:47 +02:00
Aliaksandr Valialkin
d2fa0f0c51
wip
2024-05-30 15:19:04 +02:00
Aliaksandr Valialkin
fb9018ddaa
wip
2024-05-30 15:16:34 +02:00
Aliaksandr Valialkin
b7c062ac61
wip
2024-05-30 14:26:05 +02:00
Aliaksandr Valialkin
c19bf7abb5
wip
2024-05-30 12:37:52 +02:00
Aliaksandr Valialkin
fa20f150a6
wip
2024-05-30 12:29:24 +02:00
Aliaksandr Valialkin
277f13f3fa
wip
2024-05-30 11:44:29 +02:00
Aliaksandr Valialkin
1790caa082
wip
2024-05-30 11:33:36 +02:00
Aliaksandr Valialkin
a013cb0ca3
wip
2024-05-28 17:39:42 +02:00
Aliaksandr Valialkin
dc245f82f3
wip
2024-05-27 23:24:07 +02:00
Aliaksandr Valialkin
fc6a923c5e
wip
2024-05-27 16:48:34 +02:00
Aliaksandr Valialkin
c01bc0282a
wip
2024-05-27 16:18:53 +02:00
Aliaksandr Valialkin
401e79e0d8
wip
2024-05-27 14:22:18 +02:00
Aliaksandr Valialkin
ad0cc2d55e
wip
2024-05-26 01:54:39 +02:00
Aliaksandr Valialkin
869b2fabc4
wip
2024-05-24 03:03:12 +02:00
Aliaksandr Valialkin
a4337149a2
wip
2024-05-23 12:01:15 +02:00
Alexander Marshalov
7da541360e
[vmlogs] fixed time parsing with millisecond precision time ( #6293 ) ( #6295 )
...
fix for #6293
Co-authored-by: Aliaksandr Valialkin <valyala@victoriametrics.com>
2024-05-22 21:46:50 +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
0aa19a2837
lib/logstorage: work-in-progress
2024-05-15 04:55:44 +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
Aliaksandr Valialkin
163572ea97
lib/logstorage: go fmt
after a8000b74c5
2023-07-18 16:04:51 -07:00
Aliaksandr Valialkin
a8000b74c5
lib/logstorage: properly encode "offset"
search word just after _time filter
2023-07-18 16:00:06 -07:00
Aliaksandr Valialkin
ed00b03ecb
lib/logstorage: add abilty to speficy offset for the selected _time filter
...
The following syntax is supported: _time:filter offset off
For example:
- _time:5m offset 1h - 5-minute duration one hour before the current time
- _time:2023 offset 2w - 2023 year with the 2 weeks offset in the past
2023-07-17 19:07:42 -07:00
Aliaksandr Valialkin
118b093bdd
lib/logstorage: log the -retentionPeriod and -futureRetention values when the ingested log entry has timestamp outside the configured retention
...
This should simplify debugging
2023-07-17 19:07:41 -07:00
Aliaksandr Valialkin
bdfb80668d
lib/logstorage: support for short form of _time:(now-duration, now] filter: _time:duration
2023-07-17 19:07:40 -07:00
Aliaksandr Valialkin
3bf58326e7
lib/logstorage: LogsQL: replace exact_prefix("...") with exact("..."*)
...
This makes LogsQL queries more consistent with i("...") and i("..."*) syntax
2023-07-17 19:07:40 -07:00
Aliaksandr Valialkin
87b66db47d
app/victoria-logs: initial code release
2023-06-19 22:55:12 -07:00