@cryptotaxi247 / CoPilot / commits / 281020bd

comment out EDR_WAZUH_INVENOTRY entry from WazuhDashboard enum

taylorwalton committed Jun 10, 2025 at 14:16 UTC 281020bd8ad75a7805aad3a6a5b8aae7216a700d
1 file changed +1 -1
backend/app/connectors/grafana/schema/dashboards.py
+1 -1
@@ -25,7 +25,7 @@ class GrafanaDashboardResponse(BaseModel):
25 class WazuhDashboard(Enum):
26 WAZUH_SUMMARY = ("Wazuh", "summary.json")
27 EDR_WINDOWS_EVENT_LOGS = ("Wazuh", "edr_windows_event_logs.json")
28 - EDR_WAZUH_INVENOTRY = ("Wazuh", "edr_wazuh_inventory.json")
28 + #EDR_WAZUH_INVENOTRY = ("Wazuh", "edr_wazuh_inventory.json")
29 EDR_USERS_AND_GROUPS = ("Wazuh", "edr_users_and_groups.json")
30 EDR_SYSTEM_VULNERABILITIES = ("Wazuh", "edr_system_vulnerabilities.json")
31 EDR_SYSTEM_SECURITY_AUDIT = ("Wazuh", "edr_system_security_audit.json")