You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to create the plugin "Analysis" which will include all the applications related to data analysis dashboards. The main goal is to register the Analysis plugin and its applications to create the scaffolding which will be used later on to create the dashboards.
Menu structure
Analysis
Endpoint security
Configuration assessment
Malware detection
FIM
Threat intelligence
Threat hunting
Vulnerability detection
Mitre ATT&CK
Security operations
Regulatory compliance (unify)
IT Hygiene
Incident response
Cloud Security
Docker
AWS
Google Cloud
Github
Office365
Functional requirements
The applications must be registered in the legacy navigation menu as well as the new navigation menu.
Additional information
The new navigation menu is enabled with the advanced setting useNewHomePage. The OpenSearch native plugin dev_tools already has the new navigation menu implementation.
This can be used as an example: src/plugins/dev_tools/public/plugin.ts
The text was updated successfully, but these errors were encountered:
Description
We have to create the plugin "Analysis" which will include all the applications related to data analysis dashboards. The main goal is to register the Analysis plugin and its applications to create the scaffolding which will be used later on to create the dashboards.
Menu structure
Functional requirements
Additional information
The new navigation menu is enabled with the advanced setting
useNewHomePage
. The OpenSearch native plugindev_tools
already has the new navigation menu implementation.This can be used as an example:
src/plugins/dev_tools/public/plugin.ts
The text was updated successfully, but these errors were encountered: