log-parsed

a journald log parser

Usage no npm install needed!

<script type="module">
  import logParsed from 'https://cdn.skypack.dev/log-parsed';
</script>

README

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