-
Notifications
You must be signed in to change notification settings - Fork 212
Open
Feature
Copy link
Labels
Description
Description
As part of the Dashboard health check rework objective, we need to create a new "Wazuh is not ready yet" HTML template with the look and feel of Wazuh dashboard.
Wazuh dashboard/Opensearch Dashboards status app reference:
Create new branch from enhancement/7610-rework-healthcheck
(wazuh-dashboard repository)
How to force the view of server is not ready yet
- Register the following task in the
healthCheck
core service in a plugin (server side => server/plugin.ts):
Critical task throws error:
core.healthCheck.register({
name: 'removeme:critical_always_fail',
run: ctx => {
throw new Error('Placeholder error message here');
},
isCritical: true,
});
Tasks
- Create a new HTML template for the "Wazuh is not ready yet" blocking page
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Pending review