vector.yaml aktualisiert

This commit is contained in:
2026-07-12 16:59:26 +00:00
parent 397922b636
commit b9e8d50e47
+2 -4
View File
@@ -50,10 +50,8 @@ transforms:
# --- Container-Image ohne Tag/Hash extrahieren (weniger Kardinalität) --- # --- Container-Image ohne Tag/Hash extrahieren (weniger Kardinalität) ---
if exists(.image) { if exists(.image) {
image_parts, err = split(string!(.image), ":") image_parts = split(string!(.image), ":")
if err == null { .image_name = image_parts[0]
.image_name = image_parts[0]
}
} }
# --- Log-Level heuristisch erkennen (falls die App das nicht strukturiert liefert) --- # --- Log-Level heuristisch erkennen (falls die App das nicht strukturiert liefert) ---