gsd-log-parser
v1.0.0
Published
a journald log parser
Downloads
2
Readme
log-parsed
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