I setup kubernetes cluster on bare metal and setup rook cephfs as default storage class.I deployed a pod that store logs in a drirectory inside pod that mapped to a pv(using cephfs pv).so my questions are :
- is filebeat compatibel to read logs from cephfs?
- how can I address cephfs log path in filebeat configuration?