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:
Nicolas 2025-07-25 03:11:46 +00:00
commit 3b02e2a89f
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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