I have an application in a kubernetes (AKS) this app generates logs in /logs/*.log, my problem is that I do not know what configuration to do in Filebeat (this is deployed on AKS nodes) to recognize the logs and send them to logstash.
I have tried with different input in filebeat type: container (it has logs that I can already see in my kubernetes cluster), I have also tried with a symbolic link "ln -sf /dev/stdout /logs/myapp-prod.log" and it does not recognize anything.
Can someone help me to configure Filebeat?