A cloud function to forward Signal Sciences webhook messages to syslog
- Edit the variables
SYSLOG_HOST
andSYSLOG_PORT
to point to your syslog server. - Deploy the function to IBM Cloud Functions.
- In Signal Sciences (Configure > Integrations), create a generic webook using the cloud function's public url.
Note: This function should work fine on any other cloud function platform that supports Python, e.g. AWS Lambda.
bx wsk action update sigsci-syslog-webhook --memory 128 --kind python:3 --web true __main__.py