Hi @oliverpark999 welcome to the community.
Indicates that it filebeat ran Out Of Memory- OOM, you need to provide more resources to filebeat in the pod spec specifically memory.
Increase the memory, these are the defaults perhaps double the memory
resources:
limits:
memory: 200Mi
requests:
cpu: 100m
memory: 100Mi
Share your filebeat manifest.