Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.21 KB

logvac logo Build Status

Logvac

Simple, lightweight, api-driven log aggregation service with realtime push capabilities and historical persistence.

Usage

Logvac can receive logs from rsyslog

/etc/rsyslog.d/01-logvac-example.conf

rsyslog.conf style - more info look at rsyslog.conf(5)

Single '@' sends to UDP

. @127.0.0.1:514

Double '@' sends to TCP

. @@127.0.0.1:6361

> `sudo service rsyslog restart` with the preceding config file should start dumping logs to logvac

See http examples [here](../api/README.md)

### Contributing

Contributions to the logvac project are welcome and encouraged. Logvac is a [Microbox](https://microbox.cloud) project and contributions should follow the [Microbox Contribution Process & Guidelines](https://docs.microbox.cloud/contributing/).

### Licence

This project is released under [The MIT License](http://opensource.org/licenses/MIT).

[![open source](http://microbox.rocks/assets/open-src/microbox-open-src.png)](http://microbox.cloud/open-source)