Sending Logs to a Loki service
Luna can be configured to send operational logs from luna-manager and luna-webhook to a secure log storage service using an OpenTelemetry collector
running as a sidecar.
The logs contain operational and diagnostic information only and do not include private or user workload data.
To enable log forwarding to Elotl’s managed log storage service, set the Helm value telemetry to true during deployment:
./deploy.sh --name <cluster-name> ... --additional-helm-values '--set telemetry=true'