Merge pull request 'chore(logging): update logPathPattern to /var/log/pods/*/*/*.log for k8s standard log collection' (#10) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/10
This commit is contained in:
commit
3b02e2a89f
@ -47,8 +47,8 @@ spec:
|
|||||||
include:
|
include:
|
||||||
- {{ .Values.logIngest.logPathPattern }}
|
- {{ .Values.logIngest.logPathPattern }}
|
||||||
start_at: end
|
start_at: end
|
||||||
include_file_path: false
|
include_file_path: true
|
||||||
include_file_name: false
|
include_file_name: true
|
||||||
operators:
|
operators:
|
||||||
- type: json_parser
|
- type: json_parser
|
||||||
parse_from: body
|
parse_from: body
|
||||||
|
|||||||
@ -7,7 +7,7 @@ dashboard:
|
|||||||
logIngest:
|
logIngest:
|
||||||
enabled: true
|
enabled: true
|
||||||
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
||||||
logPathPattern: /app/log/central_storage/*.log
|
logPathPattern: /var/log/pods/*/*/*.log
|
||||||
logPath: /app/log/central_storage
|
logPath: /app/log/central_storage
|
||||||
centralStorage:
|
centralStorage:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user