wazuh-dashboard-plugins
wazuh-dashboard-plugins copied to clipboard
Remove unused app settings
| Wazuh | Elastic | Rev | Security |
|---|---|---|---|
| 4.x | 7.x | 4xxx | Basic, ODFE, Xpack |
| Browser |
|---|
| Chrome, Firefox, Safari, etc |
Description There are some settings that were deprecated and they are still appearing in the plugin. They are:
- [x]
xpack.rbac.enabled- [x] appear in the initial configuration file (
wazuh.yml)
- [x] appear in the initial configuration file (
- [ ]
ip.selector- [x] appear in the initial configuration file (
wazuh.yml) - [ ] there is some behavior that could be not working or creating a bug: https://github.com/wazuh/wazuh-kibana-app/blob/4.3-7.10/public/components/wz-menu/wz-menu.js#L679. We should test it.
- [ ] if we remove the conditional to get the value of
APISelectorcookie, we should remove the static method ofAppStateservice. https://github.com/wazuh/wazuh-kibana-app/blob/4.3-7.10/public/react-services/app-state.js#L284-L291
- [ ] if we remove the conditional to get the value of
- [x] appear in the initial configuration file (
The stuff related to the wazuh.yml has been addressed in #4378