The MLLP (Short for "Minimal Lower Layer Protocol") adapter is a component that runs on GKE (https://cloud.google.com/kubernetes-engine/), receives HL7v2 messages via MLLP/TCP, and forwards messages received to Cloud HL7v2 API.
Is there any way to save logs in GCP Log Explorer? I only can see logs via kubectl logs command for a current running pod. Are they not being saved in GCP logs?
Is there any way to save logs in GCP Log Explorer? I only can see logs via
kubectl logs
command for a current running pod. Are they not being saved in GCP logs?