VictoriaMetrics/app/vlinsert
Zhu Jiekun ca1d1bc12b
app/vlinsert: properly ingest journald logs with single-character name entity
This commit changes journald ingestion validation regex:
from `^[A-Z_][A-Z0-9_]+` to  `^[A-Z_][A-Z0-9_]*`.

 It's needed to properly support entities with single-character
names.

Related issue:
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/8314
2025-02-17 15:49:20 +01:00
..
datadog datadog-serverless: fixed metrics and logs ingestion from Datadog serverless extensions for AWS and GCP () 2024-12-23 09:57:48 +01:00
elasticsearch app/vlinsert: use default set of log stream fields for Loki and OpenTelemetry protocols if _stream_fields query arg is empty 2024-12-04 13:57:23 +01:00
insertutils app/vlinsert: accept timestamps with microsecond and nanosecond precision at _time field 2025-02-09 22:41:38 +01:00
journald app/vlinsert: properly ingest journald logs with single-character name entity 2025-02-17 15:49:20 +01:00
jsonline app/vlinsert: continue parsing JSON lines in the input stream after parse errors 2025-02-10 15:00:58 +01:00
loki app/vlinsert: use default set of log stream fields for Loki and OpenTelemetry protocols if _stream_fields query arg is empty 2024-12-04 13:57:23 +01:00
opentelemetry app/vlinsert: add OpenTelemetry ingested logs trace_id and span_id 2025-02-12 10:47:38 +01:00
syslog app/vlinsert: accept timestamps with microsecond and nanosecond precision at _time field 2025-02-09 22:41:38 +01:00
main.go app/vlinsert: loki healthcheck endpoint () 2024-12-18 14:59:44 +01:00