Crates.io | journal-forwarder |
lib.rs | journal-forwarder |
version | 1.127.0 |
source | src |
created_at | 2022-07-01 23:47:50.315618 |
updated_at | 2024-11-05 03:20:38.287829 |
description | Utility for forward systemd-journald logs to an HTTP endpoint. |
homepage | https://gitlab.com/kevincox/journal-forwarder |
repository | https://gitlab.com/kevincox/journal-forwarder |
max_upload_size | |
id | 617550 |
size | 53,997 |
A simple script to forward journald logs over HTTP somewhat reliabily.
All the configuration is passed in as environment variables the only required value is JF_URL
which is the url to send the logs to. If you prefer you can set JF_URL_SRC
instead to read the URL out of a file.
All the other configuraion options are at the top of the source file.
On nixos the following packages are required:
Open an issue so that I can answer and add docs.