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.

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ