mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-06-27 12:37:29 +03:00
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