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:
parent
620bacdbbf
commit
cda371e74f
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user