A perl daemon which sends structured logs from the Journal to a Gelf HTTP endpoint (made for Graylog)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
514 B
15 lines
514 B
---
|
|
# Mandatory setting : URL on which gelf formated message will be posted
|
|
# url: https://graylog.domain.net:12201/gelf
|
|
|
|
# Path to a file where we save the last correctly sent message, so we can start
|
|
# back where we left
|
|
# state: /var/lib/systemd-journal-gelf
|
|
|
|
# If enabled, data will be compressed before being sent. Default is enabled
|
|
# Might be disabled for debuging purpose
|
|
# compress: True
|
|
|
|
# If you http endpoint is protected with basic auth, set username and password
|
|
# username: foo
|
|
# password: p@ssw0rd
|
|
|