chore(logging): update logPathPattern to /var/log/pods/*/*/*.log for k8s standard log collection
This commit is contained in:
parent
a95d5245df
commit
950c821c19
@ -47,8 +47,8 @@ spec:
|
||||
include:
|
||||
- {{ .Values.logIngest.logPathPattern }}
|
||||
start_at: end
|
||||
include_file_path: false
|
||||
include_file_name: false
|
||||
include_file_path: true
|
||||
include_file_name: true
|
||||
operators:
|
||||
- type: json_parser
|
||||
parse_from: body
|
||||
|
||||
@ -7,7 +7,7 @@ dashboard:
|
||||
logIngest:
|
||||
enabled: true
|
||||
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
||||
logPathPattern: /app/log/central_storage/*.log
|
||||
logPathPattern: /var/log/pods/*/*/*.log
|
||||
logPath: /app/log/central_storage
|
||||
centralStorage:
|
||||
replicas: 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user