Antonio
Antonio
The change previously made only added color to the background of the filter button to prevent the shape of the icon from blending in with the letters. Currently, the button...
**thought**: I'm not sure it's a good idea to include the proposed fix. It looks unfancy and adds technical debt. Maybe we could see if there is a better solution.
# Research I was trying to replicate the problem and I could not in the plugin of Wazuh 4.3.0. I tried with a plugin for Kibana of Wazuh 4.2.5 and...
We opened 2 issues in the repositories of Kibana and OpenSearch Dashboards security plugin to request a feature to hook the log out functionality to apply our logic: - Kibana:...
# Research In the current plugin there is some methods that are being reused: - `Management/Configuration/Edit configuration`: `Restart ` / `Restart manager` - When adding/editing some rule/decoder/cdb list file and...
Because of Wazuh 4.4.0 could only exist the cluster mode, we would need to remove logic to control when is in manager/cluster mode, we will have to refactor some methods...
# Note - Some processes to restart the cluster or manager nodes could be delayed due to some files should be synchronized before restarting. For example, when creating/editing a rules/decoders...
# Proposed solution The data to retrieve of the Wazuh API endpoint should be the one to be displayed in the UI.
# Research I was implementing the proposed solution and I found a problem to display the search bar suggestions. Before the change, these suggestions are building from the fetched data,...
# Partial patch I will leave a partial patch of my current development that could be useful in the future. It is not completed and requires some work to fix...