What makes Kibana to not show docker container logs in APM "Transactions" page under "Logs" tab. I verified the logs are successfully being generated with the "trace.id" associated for proper linking.
I have the exact same environment and configs (7.16.2) up via docker-compose and it works perfectly. Could not figure out why this feature works locally but does not show in Elastic Cloud deploy.
UPDATE with Solution:
I just solved the problem. It's related to the Filebeat version. From 7.16.0 and ON, the transaction/logs linking stops working. Reverted Filebeat back to version 7.15.2 and it started working again.