You are having issues connecting to Talend Management Console and would like to test the connection.
docker-compose logs -f --tail 50 remote-engine-agent
This command will display the last 50 lines of logs of the engine.
docker-compose logs --tail 100000 > my-engine-all-logs.txt
This command would transfer the last 10000 log rows in a .txt file.
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!