You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got to replicate the problem and this could be related to upgrading (changing) the Wazuh plugin.
When the Wazuh plugin starts, there is a task to check the wazuh-registry.json file exists. If this exists, it checks the values for the Wazuh plugin version and the revision matches with the current Wazuh plugin installed. If not, then the wazuh-registry.json file is rebuilt, without taking into account the module visibility configuration for the existent hosts.
Quick fix
When rebuilding the wazuh-registry.json file due to changing the Wazuh plugin, the hosts key should use the value in the current wazuh-registry.json file instead of an empty object definition. This approach fixes the problem, but it creates another when these extensions change, for example, a new Wazuh plugin version added a new extension. This extension won't have any value in the wazuh-registry.json file and the UI could fail or don't behave as expected.
Best solution
Migrate the host extensions to match with the supported or expected extensions in the installed Wazuh plugin.
The Wazuh WUI allows configuring your modules:
This configuration is saved in a file:
New installation:
After login:
If I configure my modules (so, the settings are saved in the wazuh-registry.json file) and update Kibana, the configuration is lost.
The text was updated successfully, but these errors were encountered: