Project Status and Roadmap
SecuSiem — Project Status and Roadmap
Project Status and Roadmap
Project Status and Roadmap
Current Version: 0.1.5
Date: 2026-02-05 Status: Advanced development (pre-v1.0)
Version History
v0.1.5 (2026-02-05)
- Added optional
grafana_api_keyin Settings - Validated tenant creation flow
- S3/Grafana provisioning tests validated
- Stable infrastructure (7/7 pods Running, 1h+ uptime)
v0.1.4 (2026-02-05)
- Full redeployment on k8s-dev
- Fixed
SecretStrsubscripting bug indatabase.py - Added
psycopg2-binarydependency for PostgreSQL - Fixed
structlogstdlib integration iningestion-api - End-to-end infrastructure tests validated
v0.1.0 (2026-02-02)
- Complete initial version with 5 microservices
- ~12,000 lines of code
- 25+ API endpoints
- 10 MITRE ATT&CK rules
- Infrastructure deployed on k8s-dev
- Complete documentation (3,500+ lines)
Completed Phases
| Phase | Status | Description |
|---|---|---|
| Phase 1: Architecture | 100% | Multi-tenant architecture, 5 microservices, K8s manifests |
| Phase 2: Build and Registry | 100% | 5 Docker images built and pushed to OVH Harbor |
| Phase 3: k8s-dev Deployment | 100% | Infrastructure + services deployed and validated |
| Phase 4: E2E Tests | 75% | Infrastructure validated, production credentials missing |
Next Steps
Phase 5: External Exposure (0%)
- Configure Ingress for each service
- Setup DNS (
*.secusiem.secuaas.dev) - Configure TLS with cert-manager/Let's Encrypt
- Test external HTTPS access
Phase 6: Production Readiness (0%)
- Replace dev secrets with production secrets
- Configure PostgreSQL backups (Velero)
- Setup Prometheus monitoring
- Configure alerting (PagerDuty/Slack)
- Load testing (Locust/k6)
Phase 7: Production Deployment (0%)
- Create k8s-prod namespace
- Deploy production infrastructure
- Configure production DNS
- E2E production tests
- Go-live with first client
Project Metrics
| Metric | Value |
|---|---|
| Services developed | 5/5 (100%) |
| Lines of code | ~12,000 |
| Files | 60+ |
| API endpoints | 25+ |
| Detection rules | 10 |
| Docker images | 5/5 built |
| Documentation | 3,500+ lines |
| Git commits | 22+ |
| Production ready | ~70% |