1
0
Derivar 0
A perl daemon which sends structured logs from the Journal to a Gelf HTTP endpoint (made for Graylog)
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

18 linhas
607 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: yes
# If enabled, will use keep-alive with the HTTP server. Default is enabled
# keep_alive: yes
# If you http endpoint is protected with basic auth, set username and password
# username: foo
# password: p@ssw0rd