... | ... | @@ -4,7 +4,7 @@ rsyslog is used to gather logs from distributed server nodes on one central serv |
|
|
|
|
|
The (r)syslog daemon is installed by default on ubuntu min. > 12.04 and centos min. > 6.5.
|
|
|
|
|
|
## configuring the sources
|
|
|
## Configure the sources
|
|
|
Edit the file /etc/rsyslog.d/60-openstack.conf
|
|
|
```
|
|
|
local0.* @@10.8.10.100:1024 # SET IP AND PORT OF SINK!
|
... | ... | @@ -18,7 +18,7 @@ use_syslog = True |
|
|
syslog_log_facility = LOG_LOCAL0
|
|
|
...
|
|
|
```
|
|
|
## configuring the sink
|
|
|
## Configure the sink
|
|
|
Edit the file /etc/rsyslog.conf
|
|
|
```
|
|
|
...
|
... | ... | |