
Hello,
From what I gather, If you are using AKS, you can forward the logs to the EventHubs and use EventHub Collector to get the logs into logpoint. For EKS you can configure Kubernetes clusters on AWS to send logs directly to ClowdWatch, S3 etc and then use CloudWatch/CloudTrail fetcher to bring the logs into logpoint.
You can also use the logging tools like Fluentd(
medium link here
)or Fluentbit by deploying it as DaemonSets and send the logs to logpoint using syslog or LPAgent.
/BR
2 comments