Feature Wiki
Tabs
external Logging via Syslog
Page Overview
[Hide]- 1 Initial Problem
- 2 Conceptual Summary
- 3 User Interface Modifications
- 4 Additional Information
- 4.1 Involved Authorities
- 4.2 Technical Aspects
- 4.3 Privacy
- 4.4 Security
- 4.5 Contact
- 4.6 Funding
- 5 Discussion
- 6 Implementation
- 6.1 Description and Screenshots
- 6.2 Test Cases
- 6.3 Privacy
- 6.4 Approval
This Feature Request is still in Progress
1 Initial Problem
The current logging mechanism writes log data directly into files on the web server. This approach introduces several limitations:
- It requires direct file‑system access to the web server, which complicates operations and increases administrative overhead.
- Logging for server infrastructure and ILIAS application events is separated, resulting in inconsistent monitoring and fragmented log analysis.
- Local file‑based logs provide limited forensic value in the event of a cyber‑attack, since attackers may alter or delete log files after gaining access.
- The absence of a centralised, tamper‑resistant logging pipeline reduces the overall traceability and auditability of security‑relevant events.
These issues collectively hinder effective monitoring, incident response, and long‑term compliance.
As part of a common Logging-Infrastructure ILIAS will therefore provide a possibiltiy to ensure Threat Alert Mechanism and Tracing to a propper cyber-defense via Third-Party Applications
2 Conceptual Summary
The proposed solution introduces external logging via Syslog to replace or complement local file‑based logging. Instead of writing logs to the web server’s file system, ILIAS will transmit log events to a central Syslog endpoint using standardised protocols.
This approach:
- removes the need for file‑system access on the web server
- unifies infrastructure‑level and application‑level logging in a single monitoring environment
- improves forensic robustness by storing logs in a remote, tamper‑resistant system
- enhances traceability and supports modern SIEM, monitoring, and compliance workflows
The integration will follow established Syslog standards (e.g., RFC 5424) to ensure compatibility with common logging infrastructures.
3 User Interface Modifications
3.1 List of Affected Views
- Administration / Logging / Logging Settings
3.2 User Interface Details
An interface providing a form to fill in:
- Serveradress: Text Inputfield
- Port: Textinput (numbers only)
- Transportprotocoll: (UDP, TCP) selection Dropdown
- Encryption: Checkbox TLS
It could be disussed wether Encryption (TLS) shall be merged witin transportprotocoll along with UDP & TCP
To configure the Log Serverity multiple Checkboxes for INFO, ERROR, ...?? shall be provided.
3.3 New User Interface Concepts
none
3.4 Accessibility Implications
The Settings will be provided within a standard form. The Log-Data are transported to an external Log-Server. Therefore there are no Accessibility Implications within the planned Implementation
4 Additional Information
4.1 Involved Authorities
- Authority to Sign off on Conceptual Changes: {Please add related profile link of this person}
- Authority to Sign off Code Changes: {Please add related profile link of this person}
If this request is related to multiple components, please list both authorities for all related components.
4.2 Technical Aspects
{ Necessary technical information have to be provided here, e.g. dependencies on other ILIAS components, necessary modifications in general services/architecture, potential security or performance issues. }
4.3 Privacy
{ Personal data that will need to be stored or processed to implement this feature have to be listed here. For each date give a short explanation why it is necessary to use that date. }
4.4 Security
{ Does the feature include any special security relevant changes, e.g. the introducion of new endpoints or other new possible attack vectors. If yes, please explain these implications and include a commitment to deliver a written security concept as part of the feature development. This concept will need an additional approvement by the JourFixe. }
4.5 Contact
Person to be contacted in case of questions about the feature or for funding offers: {Please add related profile link of this person}
4.6 Funding
Funding status and funding parties are listed in the block 'Status of Feature' in the right column of this page.
If you are interested to give funding for this feature, please get into contact with the person mentioned above as 'Contact'.
5 Discussion
6 Implementation
Feature has been implemented by {Please add related profile link of this person}
6.1 Description and Screenshots
{ Description of the final implementation and screenshots if possible. }
6.2 Test Cases
Test cases completed at {date} by {user}
- {Test case number linked to Testrail} : {test case title}
6.3 Privacy
Information in privacy.md of component: updated at {date} by {user} | no change required
6.4 Approval
Approved at {date} by {user}.
Last edited: 13. Apr 2026, 15:13, Stake, Sebastian [sstake]