We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6e4d2 commit a68ac63Copy full SHA for a68ac63
services/logging/vector.yaml
@@ -43,7 +43,7 @@ transforms:
43
# Handle container name - GELF uses _container_name (with underscore prefix)
44
if exists(._container_name) {
45
.container_name = ._container_name
46
-
+
47
# Extract Docker service name from container name (everything before first dot)
48
service_parts = split(.container_name, ".")
49
if length(service_parts) > 0 {
0 commit comments