logmania/README.md

34 lines
1.1 KiB
Markdown
Raw Normal View History

# logmania
2018-04-18 14:32:28 +02:00
[![DroneCI](https://ci.sum7.eu/api/badges/genofire/logmania/status.svg?branch=master)](https://ci.sum7.eu/genofire/logmania)
[![CircleCI](https://circleci.com/gh/genofire/logmania/tree/master.svg?style=shield)](https://circleci.com/gh/genofire/logmania/tree/master)
[![Coverage Status](https://coveralls.io/repos/github/genofire/logmania/badge.svg?branch=master)](https://coveralls.io/github/genofire/logmania?branch=master)
[![Go Report Card](https://goreportcard.com/badge/dev.sum7.eu/genofire/logmania)](https://goreportcard.com/report/dev.sum7.eu/genofire/logmania)
[![GoDoc](https://godoc.org/dev.sum7.eu/genofire/logmania?status.svg)](https://godoc.org/dev.sum7.eu/genofire/logmania)
2018-09-07 13:35:33 +02:00
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)