You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
236 B
YAML

---
rsyslog_inputs:
- proto: relp
address: 0.0.0.0
port: 2514
rsyslog_collector_base_dir: /var/log/remote
rsyslog_outputs:
- proto: redis
address: 10.42.0.35
port: 6379
password: "P@ssw0rd!"
key: logstash
...