vector.yaml aktualisiert
This commit is contained in:
+2
-4
@@ -50,10 +50,8 @@ transforms:
|
||||
|
||||
# --- Container-Image ohne Tag/Hash extrahieren (weniger Kardinalität) ---
|
||||
if exists(.image) {
|
||||
image_parts, err = split(string!(.image), ":")
|
||||
if err == null {
|
||||
.image_name = image_parts[0]
|
||||
}
|
||||
image_parts = split(string!(.image), ":")
|
||||
.image_name = image_parts[0]
|
||||
}
|
||||
|
||||
# --- Log-Level heuristisch erkennen (falls die App das nicht strukturiert liefert) ---
|
||||
|
||||
Reference in New Issue
Block a user