Martin/Geno 89b426f3a9 | ||
---|---|---|
.ci | ||
bot | ||
cmd | ||
database | ||
input | ||
lib | ||
output | ||
webroot | ||
.drone.yml | ||
.gitlab-ci.yml | ||
LICENSE.md | ||
README.md | ||
logmania_example.conf | ||
main.go |
README.md
logmania
This is a little logging server.
input
It receive logs (events) by:
- syslog
- journald (with service nc)
- logrus (WIP)
- webhook
- git (github,gogs, gitea)
- circleci
- grafana
output
And forward this logs (events) to multiple different output:
- xmpp (client and muc)
- file
- websocket (WIP)
there a multi filter possible
- regex
- priority
it could replace text by regex expression
configuration live possible by bot (on input e.g. xmpp)