1
0
mirror of synced 2025-12-23 21:03:15 -05:00

Add note about sending EC2 logs to CloudWatch (#5164)

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
This commit is contained in:
Abhi Vaidyanatha
2021-08-03 13:24:35 -07:00
committed by GitHub
parent d14df187dc
commit 16b21b4ef0

View File

@@ -123,6 +123,10 @@ ssh -i $SSH_KEY -L 8000:localhost:8000 -N -f ec2-user@$INSTANCE_IP
* Just visit [http://localhost:8000](http://localhost:8000) in your browser and start moving some data!
## Pushing Airbyte logs to CloudWatch
If you want to get your logs from your Airbyte Docker containers in CloudWatch, simply follow [this](https://aws.amazon.com/pt/premiumsupport/knowledge-center/cloudwatch-docker-container-logs-proxy/) guide to do so.
## Troubleshooting
If you encounter any issues, just connect to our [Slack](https://slack.airbyte.io). Our community will help! We also have a [FAQ](../troubleshooting/on-deploying.md) section in our docs for common problems.