wazuh-dashboard-plugins icon indicating copy to clipboard operation
wazuh-dashboard-plugins copied to clipboard

[Remove discover] Implement embeddable dashboard on HIPAA module

Open Desvelao opened this issue 11 months ago • 3 comments

Description

We have to implement the embeddable dashboard on HIPAA -> dashboard tab and deprecate any use of kibana-integrations components.

Tasks

  • [x] Implement the embeddable dashboard on HIPAA -> Dashboard tab
  • [ ] Implement the embeddable dashboard on HIPAA -> Controls tab
  • [x] Implement the embeddable dashboard on HIPAA -> Events tab

Desvelao avatar Mar 13 '24 14:03 Desvelao

Changes

  • Implement DataSource on Dashboard and Events tabs
  • Prepare to use DataSource on Controls tab. It depends on the changes on https://github.com/wazuh/wazuh-dashboard-plugins/pull/6504
  • Replace the usage of NoResults and LoadingSpinner components by the common instead of the local ones

Desvelao avatar Apr 11 '24 08:04 Desvelao

Changes

  • Minor comment enhancements
  • Add date range to the Dashbooard query
  • Remove visualizations on server side

Desvelao avatar Apr 15 '24 09:04 Desvelao

Changes

  • Update the development branch.
  • Fix hide filter control on the Dashboard tab.
  • Move the render of sample data when there are results

Desvelao avatar May 03 '24 09:05 Desvelao