Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation page demonstrates several forms of Windows bias. Windows-specific tools (such as PowerShell and Group Policy Editor) are mentioned and explained in detail, while Linux equivalents are either omitted or referenced only briefly. Script examples for agent installation adjustments are provided only for Windows (PowerShell), with no corresponding Linux command-line example. Windows configuration steps (e.g., user rights assignment) are described with screenshots and step-by-step instructions, whereas Linux system requirements are listed without further guidance. In sections where both platforms are relevant, Windows instructions and tools are presented first or exclusively.
Recommendations
- Provide Linux-specific onboarding script examples, especially for limited support scenarios, such as showing how to install a specific agent version using package managers (e.g., apt, yum, zypper).
- Include Linux equivalents for configuration tasks, such as managing service permissions or troubleshooting agent startup (e.g., systemd service configuration, checking logs).
- Balance the order of presentation so that Linux instructions and examples are given equal prominence and detail as Windows.
- Add screenshots or step-by-step instructions for common Linux administrative tasks relevant to the agent (e.g., verifying required packages, checking service status).
- Explicitly mention Linux tools and patterns (e.g., sudo, systemctl, package repositories) where appropriate, not just in passing.
Create Pull Request