1.0.0 • Published 4 years ago

gsd-log-parser v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

log-parsed CircleCI

Maintainability Build Status

log-parsed is a micro-service that parses the systemd journal and publishes to Redis.

Built with 💖 and

log-parsed is designed to be run by a service manager such as systemd. A very simple unit file placed at /etc/systemd/system would look something like this:

Unit Description=A service for parsing the systemd journal After=network.target

Install WantedBy=default.target

Service Type=simple ExecStart=log-parsed