diff --git a/examples/kubernetes/otel-collector-config.yml b/examples/kubernetes/otel-collector-config.yml index 684ce7aecba6..7d2665a86567 100644 --- a/examples/kubernetes/otel-collector-config.yml +++ b/examples/kubernetes/otel-collector-config.yml @@ -14,18 +14,18 @@ receivers: id: get-format routes: - output: parser-docker - expr: '$$body matches "^\\{"' + expr: 'body matches "^\\{"' - output: parser-crio - expr: '$$body matches "^[^ Z]+ "' + expr: 'body matches "^[^ Z]+ "' - output: parser-containerd - expr: '$$body matches "^[^ Z]+Z"' + expr: 'body matches "^[^ Z]+Z"' # Parse CRI-O format - type: regex_parser id: parser-crio regex: '^(?P