-
Notifications
You must be signed in to change notification settings - Fork 181
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
Remove discover - Implement embeddable dashboard on statistics module #6542
Remove discover - Implement embeddable dashboard on statistics module #6542
Conversation
…ashboard-on-statistics-module
…ashboard-on-statistics-module
plugins/main/public/components/common/data-source/pattern/statistics/statistics-data-source.ts
Outdated
Show resolved
Hide resolved
plugins/main/public/components/overview/server-management-statistics/components/no_results.tsx
Outdated
Show resolved
Hide resolved
...ic/components/overview/server-management-statistics/dashboards/dashboard_listener_engine.tsx
Outdated
Show resolved
Hide resolved
...ic/components/overview/server-management-statistics/dashboards/dashboard_analysis_engine.tsx
Outdated
Show resolved
Hide resolved
...ic/controllers/management/components/management/statistics/statistics-dashboard-analysisd.js
Outdated
Show resolved
Hide resolved
...blic/controllers/management/components/management/statistics/statistics-dashboard-remoted.js
Outdated
Show resolved
Hide resolved
...public/components/common/data-source/pattern/statistics/statistics-data-source-repository.ts
Outdated
Show resolved
Hide resolved
…leaned obsolete code
…urce-repository and abstracted behavior between DashboardListenerEngineStatistics and DashboardAnalysisEngineStatistics
Test
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test ✅
CR ✅
LGTM
...ers/management/components/management/statistics/hooks/use-build-statistics-visualizations.ts
Outdated
Show resolved
Hide resolved
…ashboard-on-statistics-module
|
|
|
...s/main/public/controllers/management/components/management/statistics/statistics-overview.js
Show resolved
Hide resolved
It seems the view of Statistics is not protected with the user permissions check, it could give problems. I do not know if we want to solve this on this pull request. |
Added withUserAuthorizationPrompt to add protection with the user permissions check. |
…ashboard-on-statistics-module
Remove unused code: 7e12b80 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
…#6542) * Migrated visualizations to embeddables * Changed searchbar and node selector * Cleaned dashboard obsolete code * Added selectedNodeFilter * Integrated new data source on statistics * Fixed statistics index without data. * Added apiName filter * Fixed nodeName filter when a node is selected in cluster mode * Added No results message, fixed allow agents filters on request and cleaned obsolete code * Changed condition of apiName filter, validation of statistics-data-source-repository and abstracted behavior between DashboardListenerEngineStatistics and DashboardAnalysisEngineStatistics * Deleted unused use-build-statistics-visualizations hook * Fixed information message depending on active tab * Added withUserAuthorizationPrompt to add protection with the user permissions check * remove(statistics): unused message definitions * Deleted unused index.ts file on cluster integration-files visualizations --------- Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com>
* Moved mitre intelligence to a subfolder * fix imports * moved mitre framework * fix framework imports * Changed dashboard * updated snapshots * Fixed typo * Added pinned agent mode * Changed mitre dashboard * Fix framework tab * Add mitre data source * Change framework tab class components to functional components * Added date picker in search bar * Add aggregattions to search * Add columns definition in data grid * Fix cluster disabled error on filter * Add receive filter manager like prop * Create generic components to reuse in discover * Add mitre attack data source * Create flyout discover * Refactor mitre with data source * Add default fetch filters * Linter in wz-discover * Create component to reuse in discover * Add expanded techniques row inner component * Apply initial fetch filters on flyout * Linter on mitre module * Fix cluster filter * Fix UI styles * Add redirect links and apply filters links * Update CHANGELOG * Remove unused code and imports * Fix table headers and cell links * Move mitre lib to react-services * Fix files with prettier * Signed commit * [Remove discover] Implement embeddable dashboard on server management cluster module (#6561) * Migrated Server Management Cluster to embeddables without cluster controller * Fixed width of Cluster Configuration section * Rendering conditions are adjusted and clean code * Deleted controller and visualization monitoring files * Integrated data-source implementation * Fixed configuration_cards itemsList, the code is improved and unnecessary code is removed * Added HOC withGuardAsync * Changed the source of clusterEnabled information to that provided by the API * Changed ClusterOverview component class to functional and fixed error on checkClusterIsEnabledAndRunning * Added more dependencies in useEffect on Cluster Dashboard * Added error handling to cluster-disabled component * Fixed alert.timestamp field on SampleData * Remove discover - Implement embeddable dashboard on statistics module (#6542) * Migrated visualizations to embeddables * Changed searchbar and node selector * Cleaned dashboard obsolete code * Added selectedNodeFilter * Integrated new data source on statistics * Fixed statistics index without data. * Added apiName filter * Fixed nodeName filter when a node is selected in cluster mode * Added No results message, fixed allow agents filters on request and cleaned obsolete code * Changed condition of apiName filter, validation of statistics-data-source-repository and abstracted behavior between DashboardListenerEngineStatistics and DashboardAnalysisEngineStatistics * Deleted unused use-build-statistics-visualizations hook * Fixed information message depending on active tab * Added withUserAuthorizationPrompt to add protection with the user permissions check * remove(statistics): unused message definitions * Deleted unused index.ts file on cluster integration-files visualizations --------- Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com> * Fix changelog entries (#6612) * changelog: fix entries * Change enrollment.dns changelog entry --------- Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com> * Remove AngularJS component click-action.js (#6613) * remove click-action.js * update changelog * Update changelog --------- Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com> * Refactor settings angularJS controller (#6580) * Create settings component * Parcial refactor into react component * Remove angularJS controller * Remove unnecessary properties * Add changelog * fix: category parameter to preselect the app category settings on App Settings from Statistics * Remove optional chaining operator --------- Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com> * Fix mitre columns error in techniques on hover * Hide remove filters on search bar * Use not global time filter and query in search bar * Fix filters in visualizations * Implement journald log collection feature (#6572) * Added tab * Add journald tab * Added changes to imposter * journald values filters table * Update changelog and redesign filters table * Fixed styles * Fixed hardcode bug * Added filters groups * Change to an accordion render * Added helps-link * Added changelog * Fix changelog and message popover improve * Update configuration-setting imports * Fix macOS log title * resolve comments * Fixed info euitext render and header no render in journald tab * Add verification to mac and journald agents and add condition to journald --------- Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com> * Remove global filter manager from common-data * Fix date range parser on requests * Fix error when remove query saved * Add timestamp formatted in events data grid * [Remove discover] Implement embeddable dashboard on Virustotal module (#6525) * Migrated visualizations, added loadings and messages * Fixed warning for expected a single ReactElement * Added new virustotal data source. Changed NoResults and LoadingSpinner to commons components * Fixed Events tab * Integrated pinned agent functionality based on data source * Added timeRange to dashboard useEffect dependencies and changed the way to get pinned agent * Deleted unused component * Changed AlertsVirustotalDataSource import in modules-defaults * Fixed error message * DashboardByRenderer timeRange params replaced by searchBarProps deconstruction * Added wz-discover hide-filter-control classes to hide the button that allows you to affect all the filters in the search bar * Removed unnecessary virus total in Filters tab in common data to remove duplicate filters * Removed unused getImplicitPinnedAgent in modules-helper * Added dateRange param to fetchData in dashboard useEffect * Improved AlertsVirustotalDataSource import in modules-defaults and deleted wz-discover on SearchBar wrapper * [Remove discover] Implement embeddable dashboard on Threat Hunting module (#6486) * Migrated visualizations to embeddables * Added withPinnedAgent HOC * Added dashboard update mechanism depending on whether or not an agent has been pinned * Pinned agent visualization definitions are migrated and aesthetic adjustments are made * The interaction was added to the KPIs, the links to the lower table were added, as well as the change of columns when an agent is set * Integrated new data source on Threat Hunting module * DiscoverNoResults and LoadingSpinner components are replaced with common components * Clean code and fixed dashboards conditions * Improved condition for rendering the dashboard and SampleData message * Removed unnecessary general/threat hunting in tabFilters in common data to remove duplicate filters * Removed unused getImplicitPinnedAgent in modules-helper * Added dateRange param to fetchData in dashboard useEffect, added wz-discover hide-filter-control classes to hide the button that allows you to affect all the filters in the search bar and use searchbarProps deconstruction * Deleted unnecessary wz-discover class on SearchBar wrapper * Changed Threat Hunting columns file name * Deleted unused imports in modules-helper --------- Co-authored-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com> Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com> * Renamed virus total data source * Change order fixed filters virus total * Clean dashboard code --------- Co-authored-by: Maximiliano <maximiliano.ibarra@wazuh.com> Co-authored-by: Maximiliano Ibarra <6089438+Machi3mfl@users.noreply.github.com> Co-authored-by: Julio César Biset <43619595+jbiset@users.noreply.github.com> Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com> Co-authored-by: Antonio <34042064+Desvelao@users.noreply.github.com> Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com> Co-authored-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com>
Description
This pull request implement the embeddable dashboard on Server Management / Statistics and deprecate any use of kibana-integrations components.
Also fixes an issue in
manage-hosts.ts
by fixing thecluster_info
attribute that was not being added correctly. This caused the statistics index to not be generated.Issues Resolved
Evidence
Evidence_1.webm
Evidence_2.webm
Events processed
andEvents dropped
visualizations must have the nodeName filter and nodeName.keyword key filter when a node is selected in cluster mode.Events processed
Events dropped
Manager mode
Cluster Mode
apiName
filter appears in the opensearch request of the visualizations .devTools
:GET _cat/indices
Test
Go to
Server Management -> Statistics
and check the following:Events processed
andEvents dropped
visualizations must have the nodeName filter and nodeName.keyword key filter when a node is selected in cluster mode.apiName
filter appears in the opensearch request of the visualizations .devTools
:GET _cat/indices
Check List
yarn test:jest