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
Added an interactive guide for registering agents, things are now easier for the user, guiding it through the steps needed ending in a copy & paste snippet for deploying his agent #1468
Added new dashboards for the recently added regulatory compliance groups into the Wazuh core. They are HIPAA and NIST-800-53 #1468, #1638
Make the app work under a custom Kibana space #1234#1450
Added the ability to manage the app as a native plugin when using Kibana spaces, now you can safely hide/show the app depending on the selected space #1601
Added an alerts summary in Overview > FIM panel #1527
Export all the information of a Wazuh group and its related agents in a PDF document #1341
Export the configuration of a certain agent as a PDF document. Supports granularity for exporting just certain sections of the configuration #1340
Added a new handler for dead visualizations 9d4d852
Changed
Reduced Agents preview load time using the new API endpoint /summary/agents#1687
Replaced most of the md-nav-bar Angular.js components with React components using EUI
Replaced the requirements slider component with a new styled component
Soft deprecated the .wazuh-version internal index, now the app dumps its content if applicable to a registry file, then the app removes that index. Further versions will hard deprecate this index
Visualizations now don't fetch the documents source, also, they now use size: 0 for fetching
The app menu is now fixed on top of the view, it's not being hidden on every state change. Also, the Wazuh logo was placed in the top bar of Kibana UI
Improved getTimestamp method not returning a promise object because it's no longer needed. Also improved main Discover listener for Wazuh not returning a promise object
Replaced Requirements over time visualizations in both PCI DSS and GDPR dashboards
Do not show a toaster when a visualization field was not known yet, instead, show it just in case the internal refreshing failed
Minor optimizations for server logging
Moved "DynamicHeight" method to static methods
Replaced multiple SVGs with the proper EUI components
Fixed
Alerts search bar fixed for Kibana v7.3.0, queries were not being applied as expected
Hide attributes field from non-Windows agents in the FIM table
Fixed broken view in Management > Configuration > Amazon S3 > Buckets, some information was missing
Reduce load time and amount of data to be fetched in Management > Cluster monitoring section avoiding possible timeouts
Fixed visual bug in Management > Cluster monitoring and a button position
The app installation date was not being updated properly, now it's fixed
Fixed Network interfaces table in Inventory section, the table was not paginating
Fixed Discover interval for visualization
Restored time interval built-in logic for Discover
APIs passwords are now obfuscated in server responses