Hi, We have syslog-ng configuration as follows: - There are 50 clients communicating to one log server - The log server is kept in secured place where nobody have access - All the logs of 50 clients are coming to the log server and the logs are kept as follow /var/log/syslog-ng/<client host>/extended.log We want all the log of each client to relay into a seperate server live. Means the current log file of each host will go to the new server simultaneously as it is going to the central log server. We can configure a second log server like the existing one. But our requirement is, that all the logs will be received from the central log server not from the client hosts. Any help is really appreciated. Thanks