I am trying to get system login logs to an AWS Elastic Search run on a VPC. However when I tried using the regular Auditbeat docker it gave xpack issues. After searching online, it was suggested that I use the oss version of the docker. Once I did this I get the error:
"Exiting: 1 error: no metricsets configured for module 'system' "
Is the system module not available on the oss version?