Actions
Support #438
openOAM: Wazuh full rebuild on tsys-siem (corrupted installation)
Support #438:
OAM: Wazuh full rebuild on tsys-siem (corrupted installation)
Start date:
08/12/2026
Due date:
% Done:
0%
Estimated time:
Description
Parent: #422 (BUG: tsys-siem apt-get update failing on wazuh package repo)
Background¶
Diagnosis of #422 revealed the Wazuh installation on tsys-siem (VM 707 on tsys7) is critically broken. All three packages (indexer, manager, dashboard) have missing files — binaries, configs, and data directories are all absent despite dpkg showing them as 'installed'. This is an aborted/corrupted installation requiring a full rebuild.
Scope¶
- Add official Wazuh 4.x apt repository + GPG key to tsys-siem
- Purge all existing wazuh-* packages (clean slate)
- Fresh install: wazuh-manager, wazuh-indexer, wazuh-dashboard (v4.14.x)
- Install OpenJDK (prerequisite for indexer)
- Configure indexer: certificates, cluster/network settings
- Configure manager: API, auth, integrations
- Configure dashboard: connect to indexer + manager
- Enable + start all services
- Verify: indexer cluster health, manager agent readiness, dashboard UI accessible
Deployment decisions (awaiting user input)¶
- Single-node vs distributed deployment?
- Certificate strategy (self-signed via wazuh-certs-tool vs internal CA #342)?
- Integration with LibreNMS (#337) for alert forwarding?
- Retention policy for security events?
Related¶
Actions