forked from opensearch-project/OpenSearch-Dashboards
-
Notifications
You must be signed in to change notification settings - Fork 87
Open
wazuh/wazuh-dashboard-plugins
#7237Labels
Description
Description
In this issue, we want to design the ruleset module. This involves creating the navigation between the different sections, stateful views, and code editors to be able to implement the use cases.
Also, in Wazuh 5.0 we want to provide the means to edit the Wazuh ruleset using web forms to greatly improve the user experience and make it as intuitive as possible.
Objective:
Functional requirements
- The user must be able to configure the ruleset by using web forms or using an advanced code editor.
- Use native OpenSearch UI components as much as possible.
- The form fields must be validated whenever possible.
Navigation menu structure
- Security policies
- Ruleset
- Integrations
- Rules
- Decoders
- KVDB
- Ruleset
Tasks
- Create Security policies plugin
- Create ruleset stateful views
- Create ruleset web forms