Forward AWS Connect CCP Streams Logs to Cloudwatch

0

Hello,

Is there any way to forward AWS CCP Streams logs to cloudwatch. Currently we can only get logs from client's machine. They have to download and send them to us. We want to forward logs from client side to cloudwatch so we dont need client downloaded logs.

Thank you.

bbolek
已提问 2 年前313 查看次数
2 回答
1

More specifically, you could use the connect.getLog().download() function, then pipe the download to a function that uploads the logs to cloudwatch line by line.

You'd either need agents to click a button, or you could run the command on a timer and track time stamps to to avoid re-uploading log entries.

ledge
已回答 2 年前
profile pictureAWS
专家
已审核 1 年前
0
已接受的回答

You'll have to build a custom CCP in order to accomplish this.

profile picture
dmacias
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则