lambda-logging-demo icon indicating copy to clipboard operation
lambda-logging-demo copied to clipboard

Demo for shipping logs to ELK stack, and to auto-subscribe new log groups

Results 3 lambda-logging-demo issues
Sort by recently updated
recently updated
newest added

This function does not work. You can fix it by replacing in parse.js: let parts = logEvent.message.split('\t', 3) let timestamp = parts[0] let requestId = parts[1] let event = parts[2]...

the repository is missing proccess_all and some lambda functions that u show in the demo..

Hi, I cloned this project and deployed and I noticed that the subscribe function has no triggers. I would expect a cloudwatch event to be shown as a trigger. I...