start log documentation
This commit is contained in:
@@ -56,6 +56,8 @@ chapters:
|
||||
- file: admin-guide/configuration/banner_message
|
||||
- file: admin-guide/configuration/alternative_desktops
|
||||
- file: admin-guide/configuration/central_logging_elastic
|
||||
- file: admin-guide/configuration/syslog_forwarding
|
||||
- file: admin-guide/configuration/journal
|
||||
- file: admin-guide/configuration/metrics_telegraf
|
||||
- file: admin-guide/configuration/ntp_server
|
||||
- file: admin-guide/configuration/ssh_host_hopping
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
# Syslog Forwarding
|
||||
|
||||
To forward the system logs to a Syslog server, configure in Hiera `log_client::forward_to`:
|
||||
```
|
||||
log_client::forward_to:
|
||||
- 'log1.psi.ch:1514'
|
||||
- '@log2.psi.ch'
|
||||
```
|
||||
This sends to `log1.psi.ch` on the custom UDP port `1544`, but also `log2.psi.ch` gets a copy on TCP default port `514`.
|
||||
Reference in New Issue
Block a user