-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User interface toggle for vulnerability evaluation status #6957
Comments
Proposition 1This defines a form control in the same row of the search bar filters at the end with the ability to select an option to filter:
Clicking on the |
Proposition 2Add an editable filter near to the fixed filters. This approach reduces the occupped space from the propostion#1. This needs changes in the data source to support this type of editable filters. Depending on the case, this filter could not be shared because this could not be present in the URL.
|
Proposition 4Add a form control near to the fixed filters. This form control adds user filter with a The render could be similar to Proposition 2.
If the controlled filter is rendered by the user search bar filters, when using the |
In a recent meeting, we decided to avoid the addition of a UI control to set the filter related to To meet this need, we will add a new visualization that display data related to the evaluated and non-evaluated vulnerabilities. The user could click in these indicators, and the related filter should be added to the list of filters and the data is filtered taking into account the new filters. |
I created the visualization using the
and I add it into the dashboard porting the visualization definition to the definition on the plugin. Notes:
|
Description
There are some vulnerabilities that have not been evaluated yet, therefore some fields are missing.
This issue aims to implement a toggle in the user interface to display the dispute/evaluation status using the
wazuh.vulnerability.under_evaluation
filter.Vulnerabilities still under evaluation:
Tasks
Create a filter control that allows the user to filter
wazuh.vulnerability.under_evaluation
bytrue
orfalse
developing a new action button like the
Explore agent
selectoror perhaps a new type of control in the "implicit filters" section of the search bar.
Adapt Wazuh dashboard sample data to consider this case, so it can be easily tested.
Vulnerabilities dashboard
Vulnerabilities inventory
The text was updated successfully, but these errors were encountered: