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 Answers
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
answered 2 years ago
profile pictureAWS
EXPERT
reviewed a year ago
0
Accepted Answer

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

profile picture
dmacias
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions