From 3235bc0612cdb6fb8efda472c8e3f90ccb750c78 Mon Sep 17 00:00:00 2001 From: Daniel Jaglowski Date: Mon, 4 Apr 2022 14:04:46 -0400 Subject: [PATCH] Update examples that should have changed with update to v0.28.0 (#9019) --- examples/kubernetes/otel-collector-config.yml | 50 +++++++++-------- examples/kubernetes/otel-collector.yaml | 53 ++++++++++--------- 2 files changed, 56 insertions(+), 47 deletions(-) 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