https://github.com/sip3io/logback-webhook-appender
Logback Webhook Appender
https://github.com/sip3io/logback-webhook-appender
kotlin logback-appender
Last synced: 11 months ago
JSON representation
Logback Webhook Appender
- Host: GitHub
- URL: https://github.com/sip3io/logback-webhook-appender
- Owner: sip3io
- License: apache-2.0
- Created: 2020-04-09T19:53:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T08:17:03.000Z (over 2 years ago)
- Last Synced: 2025-07-11T08:48:52.113Z (11 months ago)
- Topics: kotlin, logback-appender
- Language: Kotlin
- Homepage:
- Size: 97.7 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logback Webhook Appender
This project aims to monitor application logs and send `WARNING` and `ERROR` logging events to configured webhook.
Appender configuration is very generic what makes it possible to use almost unlimited amount of notification channels.
More sophisticated integrations might be done using 3rd party services like Zappier.
## 1. Usage Example
To add `logback-webhook-appender` to your project you will need to specify an alrenative maven repository in `pom.xml`
as it's shown below:
```
...
sip3-releases-ce
SIP3 Releases CE
https://maven.sip3.io/releases-ce
...
```
After that just add `logback-webhook-appender` to the project's dependencies and configure `logback.xml`. You can find
detailed usage example
in [this](https://dev.to/sip3/how-to-monitor-remote-jvm-applications-with-logback-webhook-appender-2oc5) blog post.
## 2. Support
If you have a question about this project, just leave us a message in our
community [Slack](https://join.slack.com/t/sip3-community/shared_invite/enQtOTIyMjg3NDI0MjU3LWUwYzhlOTFhODYxMTEwNjllYjZjNzc1M2NmM2EyNDM0ZjJmNTVkOTg1MGQ3YmFmNWU5NjlhOGI3MWU1MzUwMjE)
and [Telegram](https://t.me/sip3io), or send us an [email](mailto:support@sip3.io). We will be happy to help you.