Bias Analysis
Detected Bias Types
missing_windows_example
linux_heavy
Summary
The documentation page focuses almost exclusively on Linux (and to a lesser extent, Eclipse ThreadX) in its event collection descriptions and examples. Most event types, parameters, and collector behaviors are described only for Linux, with Windows mentioned only in passing (e.g., as an example OS version string). There are no Windows-specific examples, tools, or instructions, and several collectors are explicitly marked as 'Linux only' or describe Linux-specific concepts (e.g., inotify masks, PIDs, UTMP, PAM).
Recommendations
- Add equivalent Windows event collection details where supported, including which collectors are available on Windows and what data is collected.
- Provide Windows-specific examples and parameter descriptions (e.g., Windows process IDs, event log sources, file system monitoring methods).
- Clarify in each collector section whether the feature is Linux-only, Windows-only, or cross-platform, and provide parity where possible.
- If certain collectors are not available on Windows, explicitly state this and, if possible, provide guidance or alternatives for Windows users.
- Include Windows terminology and tools (such as Event Viewer, Windows Security Log, etc.) where relevant.
Create Pull Request