log-parsed
v1.1.0
Published
a journald log parser
Downloads
3
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