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
preguntada hace 2 años313 visualizaciones
2 Respuestas
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
respondido hace 2 años
profile pictureAWS
EXPERTO
revisado hace un año
0
Respuesta aceptada

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

profile picture
dmacias
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas