VictoriaMetrics/app/vlinsert
Aliaksandr Valialkin e11f0aa9ec
app/vlinsert/insertutils: flush the ingested logs from in-memory buffer to storage every second
Previously the in-memory buffer could remain unflushed for long periods of time under low ingestion rate.
The ingested logs weren't visible for search during this time.
2024-07-02 01:38:19 +02:00
..
elasticsearch app/vlinsert: properly parse length-delimited syslog messages sent over TCP according to RFC5425 2024-06-17 22:28:26 +02:00
insertutils app/vlinsert/insertutils: flush the ingested logs from in-memory buffer to storage every second 2024-07-02 01:38:19 +02:00
jsonline app/vlinsert: properly parse timestamps with nanosecond precision at /insert/jsonline HTTP endpoint 2024-06-18 00:23:25 +02:00
loki app/vlinsert/syslog: allow accepting syslog messages with different configs at different ports 2024-06-17 23:16:34 +02:00
syslog app/vlinsert/syslog: add an ability to use log ingestion time as the _time field 2024-07-02 01:38:19 +02:00
main.go lib/logstorage: work-in-progress 2024-06-17 12:13:18 +02:00