Content
View differences
Updated by Adam Szabo about 4 years ago
**As** a Security Engineer
**I want to** be able to redirect the logs to a dedicated central secure server (SIEM)
**so that** the Security Policies of our Enterprise are fulfilled
**Acceptance criteria**
* logs exist in a dedicated location (like earlier) at /var/log/openproject
* change /etc/systemd/system/openproject-web-1.service /etc/systemd//etc/systemd/system/openproject-web-1.service
* change /etc/systemd/system/openproject-worker-1.service
* StandardOutput and StandardError
* openproject logs functionality remains working
* logs automatically rotate and get zipped at /var/log/openproject (implement log-rotate)
references:
[https://askubuntu.com/questions/932763/how-do-i-get-a-systemd-unit-to-redirect-or-copy-logs-to-syslog](https://askubuntu.com/questions/932763/how-do-i-get-a-systemd-unit-to-redirect-or-copy-logs-to-syslog)
https://www.tutorialspoint.com/unix\_commands/logrotate.htm
**I want to** be able to redirect the logs to a dedicated central secure server (SIEM)
**so that** the Security Policies of our Enterprise are fulfilled
**Acceptance criteria**
* logs exist in a dedicated location (like earlier) at /var/log/openproject
* change /etc/systemd/system/openproject-web-1.service
* change /etc/systemd/system/openproject-worker-1.service
* StandardOutput and StandardError
* openproject logs functionality remains working
* logs automatically rotate and get zipped at /var/log/openproject (implement log-rotate)
[https://askubuntu.com/questions/932763/how-do-i-get-a-systemd-unit-to-redirect-or-copy-logs-to-syslog](https://askubuntu.com/questions/932763/how-do-i-get-a-systemd-unit-to-redirect-or-copy-logs-to-syslog)
https://www.tutorialspoint.com/unix\_commands/logrotate.htm