From cda371e74fbd8c9a5b0d91d5f95a31806228a61f Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 22 Sep 2025 21:38:59 +0800 Subject: [PATCH] fix: change start_at to beginning to read existing logs - Change start_at from end to beginning - This should allow OpenTelemetry Collector to read existing log content - May cause duplicate logs but should make logs visible in Grafana --- .../authentication/templates/authentication/opentelemetry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index 5350758d..5c67b14b 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -46,7 +46,7 @@ spec: filelog: include: - {{ .Values.logIngest.logPathPattern }} - start_at: end + start_at: beginning include_file_path: false include_file_name: false operators: