convox / syslog

Send CloudWatch Logs Securely to Syslog via a Lambda function
Other
22 stars 7 forks source link

Do you support sumologic? #7

Open joelpresence opened 7 years ago

joelpresence commented 7 years ago

Do you support a sumologic syslog endpoint?

Thanks

ksimons commented 6 years ago

I was able to get Convox's syslog endpoint working with sumologic cloud syslog (https://help.sumologic.com/Send-Data/Sources/02Sources-for-Hosted-Collectors/Cloud-Syslog-Source). It was a little annoying though because to send the "token" that sumologic gives you, you needed to put it into every log message.

It would be nice if Convox's syslog lambda supported a config parameter for the format of the message so that the token could be appended to every log message automatically without having to do it in every convox app.