AWS EKS
Overview
We recommend shipping logs to SparkLogs by installing and configuring Fluent Bit using Helm.
See the README for details.
In short, add the fluent helm repo:
helm repo add fluent https://fluent.github.io/helm-charts
Copy and customize values.yaml
by changing the outputs: section to have a single [OUTPUT] section that matches our
Fluent Bit config template.
Finally, install the Helm chart:
helm install fluent-bit fluent/fluent-bit -f values.yaml