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
This commit is contained in:
Nicolas 2025-09-22 21:38:59 +08:00
parent 620bacdbbf
commit cda371e74f

View File

@ -46,7 +46,7 @@ spec:
filelog: filelog:
include: include:
- {{ .Values.logIngest.logPathPattern }} - {{ .Values.logIngest.logPathPattern }}
start_at: end start_at: beginning
include_file_path: false include_file_path: false
include_file_name: false include_file_name: false
operators: operators: