Aliaksandr Valialkin
fa8c611361
wip
2024-04-29 03:30:25 +02:00
Aliaksandr Valialkin
5d791d617b
wip
2024-04-29 03:27:46 +02:00
Aliaksandr Valialkin
f9d0b21bb9
wip
2024-04-27 21:15:56 +02:00
Aliaksandr Valialkin
51b869d458
wip
2024-04-27 01:53:32 +02:00
Aliaksandr Valialkin
65f09bc641
wip
2024-04-26 00:19:58 +02:00
Aliaksandr Valialkin
5512787b72
lib/logstorage: add support for fields modifier
2024-04-25 03:44:07 +02:00
Aliaksandr Valialkin
d304785936
wip
2024-04-25 02:16:06 +02:00
XLONG96
a5795f533d
lib/logstorage: avoid panic when parsing regex with stream filter ( #5897 )
2024-02-29 15:31:54 +02: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
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