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 réponses
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
répondu il y a 2 ans
profile pictureAWS
EXPERT
vérifié il y a un an
0
Réponse acceptée

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

profile picture
dmacias
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions