https://github.com/foospidy/sigsci-syslog-webhook
A cloud function to forward Signal Sciences webhook messages to syslog
https://github.com/foospidy/sigsci-syslog-webhook
cloud function ibm-cloud-functions signal-sciences signalsciences sigsci syslog webhook
Last synced: 11 months ago
JSON representation
A cloud function to forward Signal Sciences webhook messages to syslog
- Host: GitHub
- URL: https://github.com/foospidy/sigsci-syslog-webhook
- Owner: foospidy
- License: mit
- Created: 2018-03-01T13:05:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T13:49:57.000Z (over 8 years ago)
- Last Synced: 2024-12-27T20:43:29.429Z (over 1 year ago)
- Topics: cloud, function, ibm-cloud-functions, signal-sciences, signalsciences, sigsci, syslog, webhook
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sigsci-syslog-webhook
A cloud function to forward Signal Sciences webhook messages to syslog
## Instructions
1. Edit the variables `SYSLOG_HOST` and `SYSLOG_PORT` to point to your syslog server.
2. Deploy the function to IBM Cloud Functions.
3. 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.
## Deploy Function
`bx wsk action update sigsci-syslog-webhook --memory 128 --kind python:3 --web true __main__.py`