-
Notifications
You must be signed in to change notification settings - Fork 2.1k
How to collect database logs on cloud platforms? #23809
Copy link
Copy link
Closed
Labels
type: featureA value-adding code addition that introduce new functionality.A value-adding code addition that introduce new functionality.
Description
A note for the community
There are many databases on my k8s cluster, and their logs are stored in different PVCs with a format similar to/ var/lib/kubelet/pods/{pod-uid}/volumes/kubernetes.io~csi/{pvc-name}/mount/app.log, The existing plugins can only collect data from/var/log/pods. If collected using a file directory, it will not be possible to label it with the correct k8s tag? May I ask how I should proceed?
Use Cases
No response
Attempted Solutions
No response
Proposal
No response
References
No response
Version
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: featureA value-adding code addition that introduce new functionality.A value-adding code addition that introduce new functionality.