I am using EKS with fargate, I want to ship logs from fargate to the new relic. I have installed new relic agent through helm and Terraform. The values.yaml is below.
global:
licenseKey: <>
cluster: <>
fargate: true
prometheus:
enabled: false
lowDataMode: true
webhook:
enabled: true
kubeEvents:
enabled: true
logging:
enabled: true
ksm:
enabled: true
newrelic-infra-operator:
enabled: true
Logs of containers running on EC2 are present in newrelic but not of fargate. EKS has both EC2 instance and fargate. Also, Fargate profiles does not contains namespace of newrelic