Check if labels are present on the service labels: app: voiceai owner: duploservices tenantid: 23440ca9-8ce2-4bfe-8004-a4ceb04f1f5a tenantname: duploservices-prod
Check if filebeat pod is present on the host where service is present.
Check if application logs are getting stored on a file at the host level. ec2 --> /var/log/containers/container-name.log
Check if log file has the container name in it. eg: conatiner-name.log
Check whether filebeat is processing the log file kubectl logs -f filebeat-pod -n namespace | grep
If everything looked good, try restarting the filebeat pod and check. (This worked for me.)