You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CA-407370: Use remote.conf for customer rsyslog forwarding rules (#6328)
XenServer does not protect `/etc/rsyslog.d/xenserver.conf` when updating
the rsyslog package (or the xenserver-release package on CH8.2CU1), as a
result it is replaced with a fresh instance during updates which will
lose customer configurations (if they have any).
This script is primarily invoked via XenCenter when providing a new host
for log forwarding.
An update will be made to the XenServer rsyslog package to make it clear
that `/etc/rsyslog.d/xenserver.conf` should not be edited by the
customer.
I've tested this by copying the updated script onto my DT box and using
XenCenter to add a new log server - noting the new
`/etc/rsyslog.d/custom.conf` file and the untouched
`/etc/rsyslog.d/xenserver.conf` file.
0 commit comments