1.1.0 • Published 4 years ago

log-parsed v1.1.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
1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago