wazuh / wazuh-dashboard-plugins

Plugins for Wazuh Dashboard
https://wazuh.com/
GNU General Public License v2.0
429 stars 176 forks source link

Create Wazuh Searchbar component #6711

Closed lucianogorza closed 4 months ago

lucianogorza commented 4 months ago

Description

Currently, we are using the native OpenSearch search bar, and because we need to extend its functions, we are altering its functionality and appearance.

For example, there are filters that are fixed and should not be removable by the user, such as the manager/cluster or the pinned agent. To prevent users from removing these filters, we are modifying the displayed component to hide the remove button. However, in some specific cases, our modification is overwritten, resulting in unexpected behavior.

To address this and provide a more robust solution, we aim to create a new Wazuh Searchbar component that internally handles both fixed and user-added filters and displays them correctly.

Tasks

lucianogorza commented 4 months ago

New search bar implementation

WzDiscover

image

Threat Hunting

image

Malware Detection

image

FIM

image

Virus Total

image

lucianogorza commented 4 months ago

Vulnerability Detection

image image

Mitre Att&ct

image image

PCS DSS

image image

GDPR

image

HIPAA

image

NIST

image

TSC

image

Docker

image

AWS

image

Google Cloud

image

GitHub

image

Office 365

image

Cluster Dashboard

image

lucianogorza commented 4 months ago

Modify CustomSearchBar

GitHub Panel

image

Office 365 Panel

image