diff --git a/.github/ISSUE_TEMPLATE/new_release.md b/.github/ISSUE_TEMPLATE/new_release.md
index 81b5c468a4..1009103d67 100644
--- a/.github/ISSUE_TEMPLATE/new_release.md
+++ b/.github/ISSUE_TEMPLATE/new_release.md
@@ -30,4 +30,4 @@ Example:
### Supported versions
-Same as on [previous releases](https://github.com/wazuh/wazuh-kibana-app/wiki/Compatibility)
+Same as on [previous releases](https://github.com/wazuh/wazuh-dashboard-plugins/wiki/Compatibility)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5834f7a982..5a4e9c2e74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,77 +7,83 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added
- Support for Wazuh 4.7.0
-- Added `status detail` column in the agents table. [#5680](https://github.com/wazuh/wazuh-kibana-app/pull/5680)
-- Added agent register wizard handle properly special characters in password [5738](https://github.com/wazuh/wazuh-kibana-app/pull/5738)
+- Added `status detail` column in the agents table. [#5680](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5680)
+- Added agent register wizard handle properly special characters in password [5738](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5738)
### Changed
-- Changed Network ports table columns for Linux agents. [#5636](https://github.com/wazuh/wazuh-kibana-app/pull/5636)
-- Updated development dependencies (`@typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint, swagger-client`)[#5748](https://github.com/wazuh/wazuh-kibana-app/pull/5748)
-- Changed timelion type displays in the management > statistics section to line type displays. [5707](https://github.com/wazuh/wazuh-kibana-app/pull/5707)
+- Changed Network ports table columns for Linux agents. [#5636](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5636)
+- Updated development dependencies (`@typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint, swagger-client`)[#5748](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5748)
+- Changed timelion type displays in the management > statistics section to line type displays. [5707](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5707)
### Fixed
-- Fixed problem with new or missing columns in agent table. [#5591](https://github.com/wazuh/wazuh-kibana-app/pull/5591)
-- Fixed the color of the agent name in the groups section in dark mode. [#5676](https://github.com/wazuh/wazuh-kibana-app/pull/5676) [#6018](https://github.com/wazuh/wazuh-kibana-app/pull/6018)
-- Fixed the propagation event so that the flyout data, in the decoders, does not change when the button is pressed. [#5597](https://github.com/wazuh/wazuh-kibana-app/pull/5597)
-- Fixed the tooltips of the tables in the security section, and unnecessary requests are removed. [#5631](https://github.com/wazuh/wazuh-kibana-app/pull/5631)
+- Fixed problem with new or missing columns in agent table. [#5591](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5591)
+- Fixed the color of the agent name in the groups section in dark mode. [#5676](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5676) [#6018](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6018)
+- Fixed the propagation event so that the flyout data, in the decoders, does not change when the button is pressed. [#5597](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5597)
+- Fixed the tooltips of the tables in the security section, and unnecessary requests are removed. [#5631](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5631)
### Removed
-- Removed views in JSON and XML formats from management settings. [#5747](https://github.com/wazuh/wazuh-kibana-app/pull/5747)
+- Removed views in JSON and XML formats from management settings. [#5747](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5747)
## Wazuh v4.6.0 - OpenSearch Dashboards 2.8.0 - Revision 02
### Added
-- Added rel="noopener noreferrer" in documentation links. [#5197](https://github.com/wazuh/wazuh-kibana-app/pull/5197) [#5274](https://github.com/wazuh/wazuh-kibana-app/pull/5274) [#5298](https://github.com/wazuh/wazuh-kibana-app/pull/5298) [#5409](https://github.com/wazuh/wazuh-kibana-app/pull/5409)
-- Added `ignore` and `restrict` options to Syslog configuration. [#5203](https://github.com/wazuh/wazuh-kibana-app/pull/5203)
-- Added the `extensions.github` and `extensions.office` settings to the default configuration file [#5376](https://github.com/wazuh/wazuh-kibana-app/pull/5376)
-- Added new global error treatment (client-side) [#4163](https://github.com/wazuh/wazuh-kibana-app/pull/4163)
-- Added new CLI to generate API data from specification file [#5519](https://github.com/wazuh/wazuh-kibana-app/pull/5519)
-- Added specific RBAC permissions to Security section [#5551](https://github.com/wazuh/wazuh-kibana-app/pull/5551)
-- Added Refresh and Export formatted button to panels in Agents > Inventory data [#5443](https://github.com/wazuh/wazuh-kibana-app/pull/5443)
-- Added Refresh and Export formatted buttons to Management > Cluster > Nodes [#5491](https://github.com/wazuh/wazuh-kibana-app/pull/5491)
+- Added rel="noopener noreferrer" in documentation links. [#5197](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5197) [#5274](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5274) [#5298](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5298) [#5409](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5409)
+- Added `ignore` and `restrict` options to Syslog configuration. [#5203](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5203)
+- Added the `extensions.github` and `extensions.office` settings to the default configuration file [#5376](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5376)
+- Added new global error treatment (client-side) [#4163](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4163)
+- Added new CLI to generate API data from specification file [#5519](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5519)
+- Added specific RBAC permissions to Security section [#5551](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5551)
+- Added Refresh and Export formatted button to panels in Agents > Inventory data [#5443](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5443)
+- Added Refresh and Export formatted buttons to Management > Cluster > Nodes [#5491](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5491)
### Changed
-- Changed of regular expression in RBAC. [#5201](https://github.com/wazuh/wazuh-kibana-app/pull/5201)
-- Migrate the timeFilter, metaFields, maxBuckets health checks inside the pattern check. [#5384](https://github.com/wazuh/wazuh-kibana-app/pull/5384)
-- Changed the query to search for an agent in `management/configuration`. [#5485](https://github.com/wazuh/wazuh-kibana-app/pull/5485)
-- Changed the search bar in management/log to the one used in the rest of the app. [#5476](https://github.com/wazuh/wazuh-kibana-app/pull/5476)
-- Changed the design of the wizard to add agents. [#5457](https://github.com/wazuh/wazuh-kibana-app/pull/5457)
-- Changed the search bar in Management (Rules, Decoders, CDB List, Groups, Cluster > Nodes) and Modules (Vulnerabilities > Inventory, Security Configuration Assessment > Inventory > {Policy ID} > Checks, MITRE ATT&CK > Intelligence > {Resource}, Integrity monitoring > Inventory > Files, Integrity monitoring > Inventory > Registry), Agent Inventory data, Explore agent modal, Agents [#5363](https://github.com/wazuh/wazuh-kibana-app/pull/5363) [#5442](https://github.com/wazuh/wazuh-kibana-app/pull/5442) [#5443](https://github.com/wazuh/wazuh-kibana-app/pull/5443) [#5444](https://github.com/wazuh/wazuh-kibana-app/pull/5444) [#5445](https://github.com/wazuh/wazuh-kibana-app/pull/5445) [#5447](https://github.com/wazuh/wazuh-kibana-app/pull/5447) [#5452](https://github.com/wazuh/wazuh-kibana-app/pull/5452) [#5491](https://github.com/wazuh/wazuh-kibana-app/pull/5491) [#5785](https://github.com/wazuh/wazuh-kibana-app/pull/5785) [#5813](https://github.com/wazuh/wazuh-kibana-app/pull/5813)
-
-### Fixed
-
-- Fixed trailing hyphen character for OS value in the list of agents [#4828](https://github.com/wazuh/wazuh-kibana-app/pull/4828)
-- Fixed several typos in the code, by @jctello [#4911](https://github.com/wazuh/wazuh-kibana-app/pull/4911)
-- Fixed the display of more than one protocol in the Global configuration section [#4917](https://github.com/wazuh/wazuh-kibana-app/pull/4917)
-- Handling endpoint response was done when there is no data to show [#4918](https://github.com/wazuh/wazuh-kibana-app/pull/4918)
-- Fixed references to Elasticsearch in Wazuh-stack plugin [4894](https://github.com/wazuh/wazuh-kibana-app/pull/4894)
-- Fixed the 2 errors that appeared in console in Settings>Configuration section. [#5135](https://github.com/wazuh/wazuh-kibana-app/pull/5135)
-- Fixed the GitHub and Office 365 module visibility configuration for each API host was not kept when changing/upgrading the plugin [#5376](https://github.com/wazuh/wazuh-kibana-app/pull/5376)
-- Fixed the GitHub and Office 365 modules appear in the main menu when they were not configured [#5376](https://github.com/wazuh/wazuh-kibana-app/pull/5376)
-- Fixed TypeError in FIM Inventory using new error handler [#5364](https://github.com/wazuh/wazuh-kibana-app/pull/5364)
-- Fixed error when using invalid group configuration [#5423](https://github.com/wazuh/wazuh-kibana-app/pull/5423)
-- Fixed repeated requests in inventory data and configurations of an agent. [#5460](https://github.com/wazuh/wazuh-kibana-app/pull/5460)
-- Fixed repeated requests in the group table when adding a group or refreshing the table [#5465](https://github.com/wazuh/wazuh-kibana-app/pull/5465)
-- Fixed an error in the request body suggestions of API Console [#5521](https://github.com/wazuh/wazuh-kibana-app/pull/5521)
-- Fixed some errors related to relative dirname of rule and decoder files [#5734](https://github.com/wazuh/wazuh-kibana-app/pull/5734)
-- Fixed package URLs in aarch64 commands [#5879](https://github.com/wazuh/wazuh-kibana-app/pull/5879)
-- Fixed install macOS agent commands [5888](https://github.com/wazuh/wazuh-kibana-app/pull/5888)
+- Changed of regular expression in RBAC. [#5201](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5201)
+- Migrate the timeFilter, metaFields, maxBuckets health checks inside the pattern check. [#5384](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5384)
+- Changed the query to search for an agent in `management/configuration`. [#5485](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5485)
+- Changed the search bar in management/log to the one used in the rest of the app. [#5476](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5476)
+- Changed the design of the wizard to add agents. [#5457](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5457)
+- Changed the search bar in Management (Rules, Decoders, CDB List, Groups, Cluster > Nodes) and Modules (Vulnerabilities > Inventory, Security Configuration Assessment > Inventory > {Policy ID} > Checks, MITRE ATT&CK > Intelligence > {Resource}, Integrity monitoring > Inventory > Files, Integrity monitoring > Inventory > Registry), Agent Inventory data, Explore agent modal, Agents [#5363](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5363) [#5442](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5442) [#5443](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5443) [#5444](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5444) [#5445](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5445) [#5447](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5447) [#5452](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5452) [#5491](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5491) [#5785](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5785) [#5813](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5813)
+
+### Fixed
+
+- Fixed trailing hyphen character for OS value in the list of agents [#4828](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4828)
+- Fixed several typos in the code, by @jctello [#4911](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4911)
+- Fixed the display of more than one protocol in the Global configuration section [#4917](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4917)
+- Handling endpoint response was done when there is no data to show [#4918](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4918)
+- Fixed references to Elasticsearch in Wazuh-stack plugin [4894](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4894)
+- Fixed the 2 errors that appeared in console in Settings>Configuration section. [#5135](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5135)
+- Fixed the GitHub and Office 365 module visibility configuration for each API host was not kept when changing/upgrading the plugin [#5376](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5376)
+- Fixed the GitHub and Office 365 modules appear in the main menu when they were not configured [#5376](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5376)
+- Fixed TypeError in FIM Inventory using new error handler [#5364](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5364)
+- Fixed error when using invalid group configuration [#5423](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5423)
+- Fixed repeated requests in inventory data and configurations of an agent. [#5460](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5460)
+- Fixed repeated requests in the group table when adding a group or refreshing the table [#5465](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5465)
+- Fixed an error in the request body suggestions of API Console [#5521](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5521)
+- Fixed some errors related to relative dirname of rule and decoder files [#5734](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5734)
+- Fixed package URLs in aarch64 commands [#5879](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5879)
+- Fixed install macOS agent commands [5888](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5888)
### Removed
-- Removed deprecated request and code in agent's view [#5451](https://github.com/wazuh/wazuh-kibana-app/pull/5451)
-- Removed unnecessary dashboard queries caused by the deploy agent view. [#5453](https://github.com/wazuh/wazuh-kibana-app/pull/5453)
-- Removed repeated and unnecessary requests in security section. [#5500](https://github.com/wazuh/wazuh-kibana-app/pull/5500)
-- Removed scripts to generate API data from live Wazuh manager [#5519](https://github.com/wazuh/wazuh-kibana-app/pull/5519)
-- Removed pretty parameter from cron job requests. [#5532](https://github.com/wazuh/wazuh-kibana-app/pull/5532)
-- Removed unnecessary requests in `Management/Status` section. [#5528](https://github.com/wazuh/wazuh-kibana-app/pull/5528)
-- Removed obsolete code that caused duplicate requests to the api in `Management`. [#5485](https://github.com/wazuh/wazuh-kibana-app/pull/5485)
-- Removed unused embedded jquery-ui [#5592](https://github.com/wazuh/wazuh-kibana-app/pull/5592)
+- Removed deprecated request and code in agent's view [#5451](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5451)
+- Removed unnecessary dashboard queries caused by the deploy agent view. [#5453](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5453)
+- Removed repeated and unnecessary requests in security section. [#5500](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5500)
+- Removed scripts to generate API data from live Wazuh manager [#5519](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5519)
+- Removed pretty parameter from cron job requests. [#5532](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5532)
+- Removed unnecessary requests in `Management/Status` section. [#5528](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5528)
+- Removed obsolete code that caused duplicate requests to the api in `Management`. [#5485](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5485)
+- Removed unused embedded jquery-ui [#5592](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5592)
+
+## Wazuh v4.5.4 - OpenSearch Dashboards 2.6.0 - Revision 01
+
+### Added
+
+- Support for Wazuh 4.5.4
## Wazuh v4.5.3 - OpenSearch Dashboards 2.6.0 - Revision 02
@@ -87,7 +93,7 @@ All notable changes to the Wazuh app project will be documented in this file.
### Changed
-- Changed the command to install the agent on SUSE uses zypper [#5925](https://github.com/wazuh/wazuh-kibana-app/pull/5925)
+- Changed the command to install the agent on SUSE uses zypper [#5925](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5925)
## Wazuh v4.5.2 - OpenSearch Dashboards 2.6.0 - Revision 02
@@ -97,32 +103,32 @@ All notable changes to the Wazuh app project will be documented in this file.
### Fixed
-- Fixed an error with the commands in the Deploy new agent section for Oracle Linux 6+ agents [#5764](https://github.com/wazuh/wazuh-kibana-app/pull/5764)
-- Fixed broken documentation links in `Management/Configuration` section [#5796](https://github.com/wazuh/wazuh-kibana-app/pull/5796)
+- Fixed an error with the commands in the Deploy new agent section for Oracle Linux 6+ agents [#5764](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5764)
+- Fixed broken documentation links in `Management/Configuration` section [#5796](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5796)
## Wazuh v4.5.1 - OpenSearch Dashboards 2.6.0 - Revision 03
### Added
-- Add Apple Silicon architecture button to the register Agent wizard [#5478](https://github.com/wazuh/wazuh-kibana-app/pull/5478)
+- Add Apple Silicon architecture button to the register Agent wizard [#5478](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5478)
### Fixed
-- Fixed the rendering of tables that contains IPs and agent overview [#5471](https://github.com/wazuh/wazuh-kibana-app/pull/5471)
-- Fixed the agents active coverage stat as NaN in Details panel of Agents section [#5490](https://github.com/wazuh/wazuh-kibana-app/pull/5490)
-- Fixed a broken documentation link to agent labels [#5687](https://github.com/wazuh/wazuh-kibana-app/pull/5687)
-- Fixed the PDF report filters applied to tables [#5714](https://github.com/wazuh/wazuh-kibana-app/pull/5714)
-- Fixed outdated year in the PDF report footer [#5766](https://github.com/wazuh/wazuh-kibana-app/pull/5766)
+- Fixed the rendering of tables that contains IPs and agent overview [#5471](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5471)
+- Fixed the agents active coverage stat as NaN in Details panel of Agents section [#5490](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5490)
+- Fixed a broken documentation link to agent labels [#5687](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5687)
+- Fixed the PDF report filters applied to tables [#5714](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5714)
+- Fixed outdated year in the PDF report footer [#5766](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5766)
### Removed
-- Removed the agent name in the agent info ribbon [#5497](https://github.com/wazuh/wazuh-kibana-app/pull/5497)
+- Removed the agent name in the agent info ribbon [#5497](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5497)
### Changed
-- Changed method to perform redirection on agent table buttons [#5539](https://github.com/wazuh/wazuh-kibana-app/pull/5539)
-- Changed windows agent service name in the deploy agent wizard [#5538](https://github.com/wazuh/wazuh-kibana-app/pull/5538)
-- Changed the requests to get the agent labels for the managers [#5687](https://github.com/wazuh/wazuh-kibana-app/pull/5687)
+- Changed method to perform redirection on agent table buttons [#5539](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5539)
+- Changed windows agent service name in the deploy agent wizard [#5538](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5538)
+- Changed the requests to get the agent labels for the managers [#5687](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5687)
## Wazuh v4.5.0 - OpenSearch Dashboards 2.6.0 - Revision 01
@@ -144,7 +150,7 @@ All notable changes to the Wazuh app project will be documented in this file.
### Changed
-- Changed the title and added a warning in the step 3 of the deploy new agent section. [#5416](https://github.com/wazuh/wazuh-kibana-app/pull/5416)
+- Changed the title and added a warning in the step 3 of the deploy new agent section. [#5416](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5416)
## Wazuh v4.4.3 - OpenSearch Dashboards 2.6.0 - Revision 01
@@ -154,8 +160,8 @@ All notable changes to the Wazuh app project will be documented in this file.
### Fixed
-- Fixed command to install the macOS agent on the agent wizard [#5481](https://github.com/wazuh/wazuh-kibana-app/pull/5481) [#5484](https://github.com/wazuh/wazuh-kibana-app/pull/5484)
-- Fixed command to start the macOS agent on the agent wizard [#5470](https://github.com/wazuh/wazuh-kibana-app/pull/5470)
+- Fixed command to install the macOS agent on the agent wizard [#5481](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5481) [#5484](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5484)
+- Fixed command to start the macOS agent on the agent wizard [#5470](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5470)
## Wazuh v4.4.2 - OpenSearch Dashboards 2.6.0 - Revision 01
@@ -165,100 +171,100 @@ All notable changes to the Wazuh app project will be documented in this file.
### Fixed
-- Fixed a problem in the backend service to get the plugin configuration [#5428](https://github.com/wazuh/wazuh-kibana-app/pull/5428) [#5432](https://github.com/wazuh/wazuh-kibana-app/pull/5432)
+- Fixed a problem in the backend service to get the plugin configuration [#5428](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5428) [#5432](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5432)
## Wazuh v4.4.1 - OpenSearch Dashboards 2.6.0 - Revision 01
### Fixed
-- Fixed the search in the agent inventory data tables [#5196](https://github.com/wazuh/wazuh-kibana-app/pull/5196)
-- Fixed `Top 5 users` table overflow in `FIM::Dashboard` [#5334](https://github.com/wazuh/wazuh-kibana-app/pull/5334)
-- Fixed a visual error in the 'About' section. [#5337](https://github.com/wazuh/wazuh-kibana-app/pull/5337)
-- Fixed the `Anomaly and malware detection` link. [#5329](https://github.com/wazuh/wazuh-kibana-app/pull/5329)
-- Fixed the problem that did not allow closing the time picker when the button was clicked again in `Agents` and `Management/Statistics`. [#5341](https://github.com/wazuh/wazuh-kibana-app/pull/5341)
+- Fixed the search in the agent inventory data tables [#5196](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5196)
+- Fixed `Top 5 users` table overflow in `FIM::Dashboard` [#5334](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5334)
+- Fixed a visual error in the 'About' section. [#5337](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5337)
+- Fixed the `Anomaly and malware detection` link. [#5329](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5329)
+- Fixed the problem that did not allow closing the time picker when the button was clicked again in `Agents` and `Management/Statistics`. [#5341](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5341)
## Wazuh v4.4.0 - OpenSearch Dashboards 2.4.0 - Revision 06
### Added
-- Added the option to sort by the agent's count in the group table. [#4323](https://github.com/wazuh/wazuh-kibana-app/pull/4323)
-- Added agent synchronization status in the agent module. [#3874](https://github.com/wazuh/wazuh-kibana-app/pull/3874) [#5143](https://github.com/wazuh/wazuh-kibana-app/pull/5143) [#5177](https://github.com/wazuh/wazuh-kibana-app/pull/5177)
-- Added the ability to set the agent name in the installation command. [#4739](https://github.com/wazuh/wazuh-kibana-app/pull/4739)
-- Added validation to the plugin's settings [#4503](https://github.com/wazuh/wazuh-kibana-app/pull/4503) [#4785](https://github.com/wazuh/wazuh-kibana-app/pull/4785)
-- Added new settings to customize the header and footer on the PDF reports [#4505](https://github.com/wazuh/wazuh-kibana-app/pull/4505) [#4798](https://github.com/wazuh/wazuh-kibana-app/pull/4798) [#4805](https://github.com/wazuh/wazuh-kibana-app/pull/4805)
-- Added a new setting to enable or disable the customization [#4507](https://github.com/wazuh/wazuh-kibana-app/pull/4507)
-- Added the ability to upload an image for the `customization.logo.*` settings in `Settings/Configuration` [#4504](https://github.com/wazuh/wazuh-kibana-app/pull/4504)
-- Added macOS support to the 'Deploy new agent' section [#4867](https://github.com/wazuh/wazuh-kibana-app/pull/4867)
-- Added PowerPC architecture support for redhat7, in the 'Deploy new agent' section. [#4833](https://github.com/wazuh/wazuh-kibana-app/pull/4833)
-- Added a centralized service to handle the requests [#4831](https://github.com/wazuh/wazuh-kibana-app/pull/4831)
-- Added data-test-subj property to the create-policy component [#4873](https://github.com/wazuh/wazuh-kibana-app/pull/4873)
-- Added a link for additional steps to enroll agents on Alpine Linux in the 'Deploy new agent' section. [#4933](https://github.com/wazuh/wazuh-kibana-app/pull/4933)
-- Added extra steps message and new command for Windows XP and Windows Server 2008, added alpine agent with all its steps. [#4933](https://github.com/wazuh/wazuh-kibana-app/pull/4933)
-- Added file saving conditions in File Editor [#4970](https://github.com/wazuh/wazuh-kibana-app/pull/4970)
-- Added character validation to avoid invalid agent names in the 'Deploy new agent' section. [#5021](https://github.com/wazuh/wazuh-kibana-app/pull/5021) [#5028](https://github.com/wazuh/wazuh-kibana-app/pull/5028)
-- Added default selected options in the 'Deploy new agent' section [#5063](https://github.com/wazuh/wazuh-kibana-app/pull/5063)
-- Added suggestions for cluster's node and protocol to use for agent enrollment in the 'Deploy new agent' section. [#4776](https://github.com/wazuh/wazuh-kibana-app/pull/4776) [#4954](https://github.com/wazuh/wazuh-kibana-app/pull/4954) [#5166](https://github.com/wazuh/wazuh-kibana-app/pull/5166)
-- Redesign the SCA table of the agent's dashboard [#4512](https://github.com/wazuh/wazuh-kibana-app/pull/4512)
+- Added the option to sort by the agent's count in the group table. [#4323](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4323)
+- Added agent synchronization status in the agent module. [#3874](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3874) [#5143](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5143) [#5177](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5177)
+- Added the ability to set the agent name in the installation command. [#4739](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4739)
+- Added validation to the plugin's settings [#4503](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4503) [#4785](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4785)
+- Added new settings to customize the header and footer on the PDF reports [#4505](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4505) [#4798](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4798) [#4805](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4805)
+- Added a new setting to enable or disable the customization [#4507](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4507)
+- Added the ability to upload an image for the `customization.logo.*` settings in `Settings/Configuration` [#4504](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4504)
+- Added macOS support to the 'Deploy new agent' section [#4867](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4867)
+- Added PowerPC architecture support for redhat7, in the 'Deploy new agent' section. [#4833](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4833)
+- Added a centralized service to handle the requests [#4831](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4831)
+- Added data-test-subj property to the create-policy component [#4873](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4873)
+- Added a link for additional steps to enroll agents on Alpine Linux in the 'Deploy new agent' section. [#4933](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4933)
+- Added extra steps message and new command for Windows XP and Windows Server 2008, added alpine agent with all its steps. [#4933](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4933)
+- Added file saving conditions in File Editor [#4970](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4970)
+- Added character validation to avoid invalid agent names in the 'Deploy new agent' section. [#5021](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5021) [#5028](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5028)
+- Added default selected options in the 'Deploy new agent' section [#5063](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5063)
+- Added suggestions for cluster's node and protocol to use for agent enrollment in the 'Deploy new agent' section. [#4776](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4776) [#4954](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4954) [#5166](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5166)
+- Redesign the SCA table of the agent's dashboard [#4512](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4512)
### Changed
-- Changed the HTTP verb from `GET` to `POST` in the requests to log in to the Wazuh API [#4103](https://github.com/wazuh/wazuh-kibana-app/pull/4103)
-- Changed the endpoint that updates the plugin configuration to support updating multiple settings at once. [#4501](https://github.com/wazuh/wazuh-kibana-app/pull/4501)
-- Improved alerts summary performance [#4376](https://github.com/wazuh/wazuh-kibana-app/pull/4376) [#5071](https://github.com/wazuh/wazuh-kibana-app/pull/5071) [#5131](https://github.com/wazuh/wazuh-kibana-app/pull/5131)
-- Improved the setting's description for the plugin displayed in the UI and the configuration file. [#4501](https://github.com/wazuh/wazuh-kibana-app/pull/4501)
-- Improved `Agents Overview` performance [#4363](https://github.com/wazuh/wazuh-kibana-app/pull/4363) [#5076](https://github.com/wazuh/wazuh-kibana-app/pull/5076)
-- Improved the message displayed when there is a versions mismatch between the Wazuh API and the Wazuh app [#4529](https://github.com/wazuh/wazuh-kibana-app/pull/4529) [#4964](https://github.com/wazuh/wazuh-kibana-app/pull/4964)
-- Updated operating systems' information in the 'Deploy new agent' section. [#4851](https://github.com/wazuh/wazuh-kibana-app/pull/4851)
-- Updated and unified the fetching and rendering of the SCA checks results due to changes in the Wazuh API [#5031](https://github.com/wazuh/wazuh-kibana-app/pull/5031)
-- Updated the `Agent details` component to the changes in the Wazuh API response. [#3874](https://github.com/wazuh/wazuh-kibana-app/pull/3874)
-- Updated the `Last vulnerability scan` component to the changes in the Wazuh API response [#4975](https://github.com/wazuh/wazuh-kibana-app/pull/4975)
-- Updated the `winston` dependency to `3.5.1` [#4985](https://github.com/wazuh/wazuh-kibana-app/pull/4985)
-- Updated the `mocha` dependency to `10.1.0` [#5062](https://github.com/wazuh/wazuh-kibana-app/pull/5062)
-- Updated the `pdfmake` dependency to `0.2.7` [#5062](https://github.com/wazuh/wazuh-kibana-app/pull/5062)
-- The button to export the app logs is now disabled when there are no results, instead of showing an error toast [#4992](https://github.com/wazuh/wazuh-kibana-app/pull/4992)
-- Independently load each dashboard from the `Agents Overview` page [#4363](https://github.com/wazuh/wazuh-kibana-app/pull/4363)
-
-### Fixed
-
-- Fixed nested fields filtering in dashboards tables and KPIs [#4425](https://github.com/wazuh/wazuh-kibana-app/pull/4425)
-- Fixed nested field rendering in security alerts table details [#4428](https://github.com/wazuh/wazuh-kibana-app/pull/4428)
-- Fixed a bug where the Wazuh logo was used instead of the custom one [#4539](https://github.com/wazuh/wazuh-kibana-app/pull/4539)
-- Fixed rendering problems of the `Agent Overview` section in low resolutions [#4516](https://github.com/wazuh/wazuh-kibana-app/pull/4516)
-- Fixed issue when logging out from Wazuh when SAML is enabled [#4595](https://github.com/wazuh/wazuh-kibana-app/issues/4595)
-- Fixed server errors with code 500 when the Wazuh API is not reachable / up. [#4710](https://github.com/wazuh/wazuh-kibana-app/pull/4710) [#4728](https://github.com/wazuh/wazuh-kibana-app/pull/4728) [#4971](https://github.com/wazuh/wazuh-kibana-app/pull/4971)
-- Fixed pagination to SCA table [#4653](https://github.com/wazuh/wazuh-kibana-app/issues/4653) [#5010](https://github.com/wazuh/wazuh-kibana-app/pull/5010)
-- Fixed `WAZUH_PROTOCOL` suggestion in the 'Deploy new agent' section. [#4849](https://github.com/wazuh/wazuh-kibana-app/pull/4849)
-- Fixed agent deployment instructions for HP-UX and Solaris. [#4943](https://github.com/wazuh/wazuh-kibana-app/pull/4943)
-- Fixed a bug that caused the flyouts to close when clicking inside them [#4638](https://github.com/wazuh/wazuh-kibana-app/pull/4638) [#5046](https://github.com/wazuh/wazuh-kibana-app/pull/5046)
-- Fixed the manager option in the 'Deploy new agent' section [#4981](https://github.com/wazuh/wazuh-kibana-app/pull/4981)
-- Fixed Inventory checks table filters by stats [#4999](https://github.com/wazuh/wazuh-kibana-app/pull/4999) [#5031](https://github.com/wazuh/wazuh-kibana-app/pull/5031)
-- Fixed commands in the 'Deploy new agent' section (most of the commands are missing '-1') [#4962](https://github.com/wazuh/wazuh-kibana-app/pull/4962)
-- Fixed agent installation command for macOS in the 'Deploy new agent' section. [#4968](https://github.com/wazuh/wazuh-kibana-app/pull/4968)
-- Fixed agent evolution chart [#4942](https://github.com/wazuh/wazuh-kibana-app/pull/4942)
-- Fixed Solaris command [#5035](https://github.com/wazuh/wazuh-kibana-app/pull/5035)
-- Fixed commands: AIX, OpenSUSE, Alpine, Suse11, Fedora, HP, Oracle Linux 5, Amazon Linux 2, CentOS5. Changed the word 'or higher' in buttons to '+'. Fixed validations for HP, Solaris and Alpine. [#5045](https://github.com/wazuh/wazuh-kibana-app/pull/5045)
-- Fixed error in GitHub module PDF report. [#5069](https://github.com/wazuh/wazuh-kibana-app/pull/5069)
-- Fixed password input in 'Deploy new agent' section [#5098](https://github.com/wazuh/wazuh-kibana-app/pull/5098)
-- Fixed error when clicking on the selectors of agents in the group agents management [#5094](https://github.com/wazuh/wazuh-kibana-app/pull/5094)
-- Fixed menu content panel is displayed in the wrong place. [5092](https://github.com/wazuh/wazuh-kibana-app/pull/5092)
-- Fixed greyed and disabled menu section names [#5101](https://github.com/wazuh/wazuh-kibana-app/pull/5101)
-- Fixed misspelling in the NIST module [#5107](https://github.com/wazuh/wazuh-kibana-app/pull/5107)
-- Fixed Statistic cronjob bulk document insert [#5150](https://github.com/wazuh/wazuh-kibana-app/pull/5150)
-- Fixed the style of the buttons showing more event information in the event view table. [#5137](https://github.com/wazuh/wazuh-kibana-app/pull/5137)
-- Fixed Inventory module for Solaris agents [#5144](https://github.com/wazuh/wazuh-kibana-app/pull/5144)
-- Fixed the module information button in Office 365 and GitHub Panel tab to open the nav drawer. [#5167](https://github.com/wazuh/wazuh-kibana-app/pull/5167)
-- Fixed a UI crash due to `external_references` field could be missing in some vulnerability data [#5200](https://github.com/wazuh/wazuh-kibana-app/pull/5200)
-- Fixed Wazuh main menu not displayed when navigation menu is locked [#5273](https://github.com/wazuh/wazuh-kibana-app/pull/5273)
-- Fixed 'Deploy new agent' section which used wrong secure connection property [#5285](https://github.com/wazuh/wazuh-kibana-app/pull/5285) [#5295](https://github.com/wazuh/wazuh-kibana-app/pull/5295)
-- Fixed events view when search bar language is `lucene` [#5286](https://github.com/wazuh/wazuh-kibana-app/pull/5286)
-- Disabled unmapped fields filter in `Security Events` alerts table [#4929](https://github.com/wazuh/wazuh-kibana-app/pull/4929)
-- Raspbian OS, Ubuntu, Amazon Linux and Amazon Linux 2 commands in the 'Deploy new agent' section now change when a different architecture is selected [#4876](https://github.com/wazuh/wazuh-kibana-app/pull/4876) [#4880](https://github.com/wazuh/wazuh-kibana-app/pull/4880)
+- Changed the HTTP verb from `GET` to `POST` in the requests to log in to the Wazuh API [#4103](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4103)
+- Changed the endpoint that updates the plugin configuration to support updating multiple settings at once. [#4501](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4501)
+- Improved alerts summary performance [#4376](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4376) [#5071](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5071) [#5131](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5131)
+- Improved the setting's description for the plugin displayed in the UI and the configuration file. [#4501](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4501)
+- Improved `Agents Overview` performance [#4363](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4363) [#5076](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5076)
+- Improved the message displayed when there is a versions mismatch between the Wazuh API and the Wazuh app [#4529](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4529) [#4964](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4964)
+- Updated operating systems' information in the 'Deploy new agent' section. [#4851](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4851)
+- Updated and unified the fetching and rendering of the SCA checks results due to changes in the Wazuh API [#5031](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5031)
+- Updated the `Agent details` component to the changes in the Wazuh API response. [#3874](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3874)
+- Updated the `Last vulnerability scan` component to the changes in the Wazuh API response [#4975](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4975)
+- Updated the `winston` dependency to `3.5.1` [#4985](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4985)
+- Updated the `mocha` dependency to `10.1.0` [#5062](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5062)
+- Updated the `pdfmake` dependency to `0.2.7` [#5062](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5062)
+- The button to export the app logs is now disabled when there are no results, instead of showing an error toast [#4992](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4992)
+- Independently load each dashboard from the `Agents Overview` page [#4363](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4363)
+
+### Fixed
+
+- Fixed nested fields filtering in dashboards tables and KPIs [#4425](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4425)
+- Fixed nested field rendering in security alerts table details [#4428](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4428)
+- Fixed a bug where the Wazuh logo was used instead of the custom one [#4539](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4539)
+- Fixed rendering problems of the `Agent Overview` section in low resolutions [#4516](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4516)
+- Fixed issue when logging out from Wazuh when SAML is enabled [#4595](https://github.com/wazuh/wazuh-dashboard-plugins/issues/4595)
+- Fixed server errors with code 500 when the Wazuh API is not reachable / up. [#4710](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4710) [#4728](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4728) [#4971](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4971)
+- Fixed pagination to SCA table [#4653](https://github.com/wazuh/wazuh-dashboard-plugins/issues/4653) [#5010](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5010)
+- Fixed `WAZUH_PROTOCOL` suggestion in the 'Deploy new agent' section. [#4849](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4849)
+- Fixed agent deployment instructions for HP-UX and Solaris. [#4943](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4943)
+- Fixed a bug that caused the flyouts to close when clicking inside them [#4638](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4638) [#5046](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5046)
+- Fixed the manager option in the 'Deploy new agent' section [#4981](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4981)
+- Fixed Inventory checks table filters by stats [#4999](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4999) [#5031](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5031)
+- Fixed commands in the 'Deploy new agent' section (most of the commands are missing '-1') [#4962](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4962)
+- Fixed agent installation command for macOS in the 'Deploy new agent' section. [#4968](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4968)
+- Fixed agent evolution chart [#4942](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4942)
+- Fixed Solaris command [#5035](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5035)
+- Fixed commands: AIX, OpenSUSE, Alpine, Suse11, Fedora, HP, Oracle Linux 5, Amazon Linux 2, CentOS5. Changed the word 'or higher' in buttons to '+'. Fixed validations for HP, Solaris and Alpine. [#5045](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5045)
+- Fixed error in GitHub module PDF report. [#5069](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5069)
+- Fixed password input in 'Deploy new agent' section [#5098](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5098)
+- Fixed error when clicking on the selectors of agents in the group agents management [#5094](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5094)
+- Fixed menu content panel is displayed in the wrong place. [5092](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5092)
+- Fixed greyed and disabled menu section names [#5101](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5101)
+- Fixed misspelling in the NIST module [#5107](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5107)
+- Fixed Statistic cronjob bulk document insert [#5150](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5150)
+- Fixed the style of the buttons showing more event information in the event view table. [#5137](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5137)
+- Fixed Inventory module for Solaris agents [#5144](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5144)
+- Fixed the module information button in Office 365 and GitHub Panel tab to open the nav drawer. [#5167](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5167)
+- Fixed a UI crash due to `external_references` field could be missing in some vulnerability data [#5200](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5200)
+- Fixed Wazuh main menu not displayed when navigation menu is locked [#5273](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5273)
+- Fixed 'Deploy new agent' section which used wrong secure connection property [#5285](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5285) [#5295](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5295)
+- Fixed events view when search bar language is `lucene` [#5286](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5286)
+- Disabled unmapped fields filter in `Security Events` alerts table [#4929](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4929)
+- Raspbian OS, Ubuntu, Amazon Linux and Amazon Linux 2 commands in the 'Deploy new agent' section now change when a different architecture is selected [#4876](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4876) [#4880](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4880)
### Removed
-- Removed custom styles for Kibana 7.9.0 [#4491](https://github.com/wazuh/wazuh-kibana-app/pull/4491)
-- Removed the `angular-chart.js` dependency [#4985](https://github.com/wazuh/wazuh-kibana-app/pull/4985)
-- Removed the `pug-loader` dependency [#5062](https://github.com/wazuh/wazuh-kibana-app/pull/5062) [#5089](https://github.com/wazuh/wazuh-kibana-app/pull/5089)
+- Removed custom styles for Kibana 7.9.0 [#4491](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4491)
+- Removed the `angular-chart.js` dependency [#4985](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4985)
+- Removed the `pug-loader` dependency [#5062](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5062) [#5089](https://github.com/wazuh/wazuh-dashboard-plugins/pull/5089)
## Wazuh v4.3.11 - OpenSearch Dashboards 1.2.0 - Revision 4312
@@ -270,7 +276,7 @@ All notable changes to the Wazuh app project will be documented in this file.
### Fixed
-- Fixed issue when logging out from Wazuh when SAML is enabled [#4815](https://github.com/wazuh/wazuh-kibana-app/issues/4815)
+- Fixed issue when logging out from Wazuh when SAML is enabled [#4815](https://github.com/wazuh/wazuh-dashboard-plugins/issues/4815)
## Wazuh v4.3.9 - OpenSearch Dashboards 1.2.0 - Revision 4310
@@ -288,84 +294,84 @@ All notable changes to the Wazuh app project will be documented in this file.
### Fixed
-- Wazuh.yml review: fixed link to web documentation, improved in-file documentation and fixed some grammatical errors. [#4378](https://github.com/wazuh/wazuh-kibana-app/pull/4378) [#4399](https://github.com/wazuh/wazuh-kibana-app/pull/4399)
-- Fixed an error during the generation of a group's report, if the request to the Wazuh API fails [#4350](https://github.com/wazuh/wazuh-kibana-app/pull/4350)
-- Fixed a problem with the group's report, when the group has no agents [#4350](https://github.com/wazuh/wazuh-kibana-app/pull/4350)
-- Fixed path in logo customization section [#4352](https://github.com/wazuh/wazuh-kibana-app/pull/4352)
-- Fixed a TypeError in Firefox. Change the Get request that was made with a Kibana core.http.get(/api/check-wazuh) resource to the WzRequest.genericReq resource and it no longer fails, also add a test capture to public/plugin.ts that wraps the request and in case of failure, the error is detected when the browser does not work with the V8 engine. [#4362](https://github.com/wazuh/wazuh-kibana-app/pull/4362)
-- Fixed an error of an undefined username hash related to reporting when using Kibana with X-Pack and security was disabled [#4358](https://github.com/wazuh/wazuh-kibana-app/pull/4358)
-- Fixed persistence of the plugin registry file between updates [#4359](https://github.com/wazuh/wazuh-kibana-app/pull/4359)
-- Fixed searchbar error on SCA Inventory table [#4367](https://github.com/wazuh/wazuh-kibana-app/pull/4367)
-- Fixed a routes loop when reinstalling Wazuh indexer [#4373](https://github.com/wazuh/wazuh-kibana-app/pull/4373)
+- Wazuh.yml review: fixed link to web documentation, improved in-file documentation and fixed some grammatical errors. [#4378](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4378) [#4399](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4399)
+- Fixed an error during the generation of a group's report, if the request to the Wazuh API fails [#4350](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4350)
+- Fixed a problem with the group's report, when the group has no agents [#4350](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4350)
+- Fixed path in logo customization section [#4352](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4352)
+- Fixed a TypeError in Firefox. Change the Get request that was made with a Kibana core.http.get(/api/check-wazuh) resource to the WzRequest.genericReq resource and it no longer fails, also add a test capture to public/plugin.ts that wraps the request and in case of failure, the error is detected when the browser does not work with the V8 engine. [#4362](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4362)
+- Fixed an error of an undefined username hash related to reporting when using Kibana with X-Pack and security was disabled [#4358](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4358)
+- Fixed persistence of the plugin registry file between updates [#4359](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4359)
+- Fixed searchbar error on SCA Inventory table [#4367](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4367)
+- Fixed a routes loop when reinstalling Wazuh indexer [#4373](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4373)
### Removed
-- Removed the use of `manager_host` field related to agent information of Wazuh API responses, which is obsolete [#4350](https://github.com/wazuh/wazuh-kibana-app/pull/4350)
+- Removed the use of `manager_host` field related to agent information of Wazuh API responses, which is obsolete [#4350](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4350)
## Wazuh v4.3.6 - OpenSearch Dashboards 1.2.0 - Revision 4307
### Fixed
-- Fixed the search bar component to properly distinguish conjuntion operators (AND, OR) [#4326](https://github.com/wazuh/wazuh-kibana-app/pull/4326)
-- Fixed documentation link titles to match the documentation sections to redirect to [#4301](https://github.com/wazuh/wazuh-kibana-app/pull/4301)
-- Fixed missing documentation references to the Agent's overview, Agent's Integrity monitoring, and Agent's Inventory data sections, when the agent has never connected. [#4301](https://github.com/wazuh/wazuh-kibana-app/pull/4301)
-- The references to the documentation site now links to the appropriate version [#4301](https://github.com/wazuh/wazuh-kibana-app/pull/4301)
-- Fixed missing documentation link in the Docker Listener module [#4301](https://github.com/wazuh/wazuh-kibana-app/pull/4301)
-- Fixed broken links to the documentation site [#4301](https://github.com/wazuh/wazuh-kibana-app/pull/4301)
-- Fix Rules, Decoders and CDB lists uploaders to show errors appropriately [#4307](https://github.com/wazuh/wazuh-kibana-app/pull/4307)
-- Sanitize report's inputs and usernames [#4330](https://github.com/wazuh/wazuh-kibana-app/pull/4330)
+- Fixed the search bar component to properly distinguish conjuntion operators (AND, OR) [#4326](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4326)
+- Fixed documentation link titles to match the documentation sections to redirect to [#4301](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4301)
+- Fixed missing documentation references to the Agent's overview, Agent's Integrity monitoring, and Agent's Inventory data sections, when the agent has never connected. [#4301](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4301)
+- The references to the documentation site now links to the appropriate version [#4301](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4301)
+- Fixed missing documentation link in the Docker Listener module [#4301](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4301)
+- Fixed broken links to the documentation site [#4301](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4301)
+- Fix Rules, Decoders and CDB lists uploaders to show errors appropriately [#4307](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4307)
+- Sanitize report's inputs and usernames [#4330](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4330)
## Wazuh v4.3.5 - OpenSearch Dashboards 1.2.0 - Revision 4306
### Added
-- Added to the interface API messages in the Ruleset test module [#4244](https://github.com/wazuh/wazuh-kibana-app/pull/4244)
-- Added authorization prompt in Mitre > Intelligence [#4261](https://github.com/wazuh/wazuh-kibana-app/pull/4261)
-- Added a more descriptive message when there is an error related to the user permissions when getting the list of index patterns in a route resolver [#4280](https://github.com/wazuh/wazuh-kibana-app/pull/4280)
+- Added to the interface API messages in the Ruleset test module [#4244](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4244)
+- Added authorization prompt in Mitre > Intelligence [#4261](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4261)
+- Added a more descriptive message when there is an error related to the user permissions when getting the list of index patterns in a route resolver [#4280](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4280)
### Changed
-- Changed the reference from Manager to Wazuh server in the guide to deploy a new agent [#4239](https://github.com/wazuh/wazuh-kibana-app/pull/4239)
-- Removed the filtered tags because they were not supported by the API endpoint [#4267](https://github.com/wazuh/wazuh-kibana-app/pull/4267)
-- Changed styles in visualizations. [#4254](https://github.com/wazuh/wazuh-kibana-app/pull/4254)
+- Changed the reference from Manager to Wazuh server in the guide to deploy a new agent [#4239](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4239)
+- Removed the filtered tags because they were not supported by the API endpoint [#4267](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4267)
+- Changed styles in visualizations. [#4254](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4254)
### Fixed
-- Fixed type error when changing screen size in agents section [#4233](https://github.com/wazuh/wazuh-kibana-app/pull/4233)
-- Removed a logged error that appeared when the `statistics` tasks tried to create an index with the same name, causing the second task to fail on the creation of the index because it already exists [#4235](https://github.com/wazuh/wazuh-kibana-app/pull/4235)
-- Fixed a UI crash due to a query with syntax errors in `Modules/Security events` [#4237](https://github.com/wazuh/wazuh-kibana-app/pull/4237)
-- Fixed an error when generating a module report after changing the selected agent [#4240](https://github.com/wazuh/wazuh-kibana-app/pull/4240)
-- Fixed an unhandled error when a Wazuh API request failed in the dev tools [#4266](https://github.com/wazuh/wazuh-kibana-app/pull/4266)
-- Fixed an error related to `API not available` when saving the manager configuration and restarting the manager from `Management/Configuration/Edit configuration` on manager mode [#4264](https://github.com/wazuh/wazuh-kibana-app/pull/4264)
-- Fixed a UI problem that required scrolling to see the logs in Management/Logs and Settings/Logs [#4253](https://github.com/wazuh/wazuh-kibana-app/pull/4253)
+- Fixed type error when changing screen size in agents section [#4233](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4233)
+- Removed a logged error that appeared when the `statistics` tasks tried to create an index with the same name, causing the second task to fail on the creation of the index because it already exists [#4235](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4235)
+- Fixed a UI crash due to a query with syntax errors in `Modules/Security events` [#4237](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4237)
+- Fixed an error when generating a module report after changing the selected agent [#4240](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4240)
+- Fixed an unhandled error when a Wazuh API request failed in the dev tools [#4266](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4266)
+- Fixed an error related to `API not available` when saving the manager configuration and restarting the manager from `Management/Configuration/Edit configuration` on manager mode [#4264](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4264)
+- Fixed a UI problem that required scrolling to see the logs in Management/Logs and Settings/Logs [#4253](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4253)
## Wazuh v4.3.4 - OpenSearch Dashboards 1.2.0 - Revision 4305
### Added
- Added the `pending` agent status to some sections that was missing
- [#4166](https://github.com/wazuh/wazuh-kibana-app/pull/4166)
- [#4188](https://github.com/wazuh/wazuh-kibana-app/pull/4188)
+ [#4166](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4166)
+ [#4188](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4188)
### Changed
-- Replaced the visualization of `Status` panel in `Agents` [#4166](https://github.com/wazuh/wazuh-kibana-app/pull/4166)
-- Replaced the visualization of policy in `Modules/Security configuration assessment/Inventory` [#4166](https://github.com/wazuh/wazuh-kibana-app/pull/4166)
-- Consistency in the colors and labels used for the agent status [#4166](https://github.com/wazuh/wazuh-kibana-app/pull/4166) [#4199](https://github.com/wazuh/wazuh-kibana-app/issues/4199)
-- Replaced how the full and partial scan dates are displayed in the `Details` panel of `Vulnerabilities/Inventory` [#4169](https://github.com/wazuh/wazuh-kibana-app/pull/4169)
+- Replaced the visualization of `Status` panel in `Agents` [#4166](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4166)
+- Replaced the visualization of policy in `Modules/Security configuration assessment/Inventory` [#4166](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4166)
+- Consistency in the colors and labels used for the agent status [#4166](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4166) [#4199](https://github.com/wazuh/wazuh-dashboard-plugins/issues/4199)
+- Replaced how the full and partial scan dates are displayed in the `Details` panel of `Vulnerabilities/Inventory` [#4169](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4169)
### Fixed
-- Fixed that the platform visualizations didn't use some definitions related to the UI on Kibana 7.10.2 [#4166](https://github.com/wazuh/wazuh-kibana-app/pull/4166)
-- Fixed a toast message with a successful process appeared when removing an agent of a group in `Management/Groups` and the agent appears in the agent list after refreshing the table [#4167](https://github.com/wazuh/wazuh-kibana-app/pull/4167)
-- Fixed import of an empty rule or decoder file [#4176](https://github.com/wazuh/wazuh-kibana-app/pull/4176)
-- Fixed overwriting of rule and decoder imports [#4180](https://github.com/wazuh/wazuh-kibana-app/pull/4180)
+- Fixed that the platform visualizations didn't use some definitions related to the UI on Kibana 7.10.2 [#4166](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4166)
+- Fixed a toast message with a successful process appeared when removing an agent of a group in `Management/Groups` and the agent appears in the agent list after refreshing the table [#4167](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4167)
+- Fixed import of an empty rule or decoder file [#4176](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4176)
+- Fixed overwriting of rule and decoder imports [#4180](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4180)
## Wazuh v4.3.3 - OpenSearch Dashboards 1.2.0 - Revision 4304
### Fixed
-- Fixed Wazuh Dashboard troubleshooting url [#4151](https://github.com/wazuh/wazuh-kibana-app/pull/4151)
+- Fixed Wazuh Dashboard troubleshooting url [#4151](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4151)
## Wazuh v4.3.2 - OpenSearch Dashboards 1.2.0 - Revision 4303
@@ -377,187 +383,187 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added
-- Added PowerShell version warning to Windows agent installation wizard [#4142](https://github.com/wazuh/wazuh-kibana-app/pull/4142)
-- A new workflow is added to perform backports to specific branches [#4149](https://github.com/wazuh/wazuh-kibana-app/pull/4149)
+- Added PowerShell version warning to Windows agent installation wizard [#4142](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4142)
+- A new workflow is added to perform backports to specific branches [#4149](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4149)
### Fixed
-- Fixed the falsy values are displayed as not defined and enhanced the output of `Ruleset Test` [#4141](https://github.com/wazuh/wazuh-kibana-app/pull/4141)
+- Fixed the falsy values are displayed as not defined and enhanced the output of `Ruleset Test` [#4141](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4141)
## Wazuh v4.3.0 - OpenSearch Dashboards 1.2.0 - Revision 4301
### Added
- Support for OpenSearch Dashboards 1.2.0
-- Added GitHub and Office365 modules [#3557](https://github.com/wazuh/wazuh-kibana-app/pull/3557)
+- Added GitHub and Office365 modules [#3557](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3557)
- Added a new `Panel` module tab for GitHub and Office365 modules
- [#3541](https://github.com/wazuh/wazuh-kibana-app/pull/3541)
- [#3945](https://github.com/wazuh/wazuh-kibana-app/pull/3945)
- [#3952](https://github.com/wazuh/wazuh-kibana-app/pull/3952)
-- Added ability to filter the results fo the `Network Ports` table in the `Inventory data` section [#3639](https://github.com/wazuh/wazuh-kibana-app/pull/3639)
-- Added new endpoint service to collect the frontend logs into a file [#3324](https://github.com/wazuh/wazuh-kibana-app/pull/3324)
+ [#3541](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3541)
+ [#3945](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3945)
+ [#3952](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3952)
+- Added ability to filter the results fo the `Network Ports` table in the `Inventory data` section [#3639](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3639)
+- Added new endpoint service to collect the frontend logs into a file [#3324](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3324)
- Improved the frontend handle errors strategy: UI, Toasts, console log and log in file
- [#3327](https://github.com/wazuh/wazuh-kibana-app/pull/3327)
- [#3321](https://github.com/wazuh/wazuh-kibana-app/pull/3321)
- [#3367](https://github.com/wazuh/wazuh-kibana-app/pull/3367)
- [#3373](https://github.com/wazuh/wazuh-kibana-app/pull/3373)
- [#3374](https://github.com/wazuh/wazuh-kibana-app/pull/3374)
- [#3390](https://github.com/wazuh/wazuh-kibana-app/pull/3390)
- [#3410](https://github.com/wazuh/wazuh-kibana-app/pull/3410)
- [#3408](https://github.com/wazuh/wazuh-kibana-app/pull/3408)
- [#3429](https://github.com/wazuh/wazuh-kibana-app/pull/3429)
- [#3427](https://github.com/wazuh/wazuh-kibana-app/pull/3427)
- [#3417](https://github.com/wazuh/wazuh-kibana-app/pull/3417)
- [#3462](https://github.com/wazuh/wazuh-kibana-app/pull/3462)
- [#3451](https://github.com/wazuh/wazuh-kibana-app/pull/3451)
- [#3442](https://github.com/wazuh/wazuh-kibana-app/pull/3442)
- [#3480](https://github.com/wazuh/wazuh-kibana-app/pull/3480)
- [#3472](https://github.com/wazuh/wazuh-kibana-app/pull/3472)
- [#3434](https://github.com/wazuh/wazuh-kibana-app/pull/3434)
- [#3392](https://github.com/wazuh/wazuh-kibana-app/pull/3392)
- [#3404](https://github.com/wazuh/wazuh-kibana-app/pull/3404)
- [#3432](https://github.com/wazuh/wazuh-kibana-app/pull/3432)
- [#3415](https://github.com/wazuh/wazuh-kibana-app/pull/3415)
- [#3469](https://github.com/wazuh/wazuh-kibana-app/pull/3469)
- [#3448](https://github.com/wazuh/wazuh-kibana-app/pull/3448)
- [#3465](https://github.com/wazuh/wazuh-kibana-app/pull/3465)
- [#3464](https://github.com/wazuh/wazuh-kibana-app/pull/3464)
- [#3478](https://github.com/wazuh/wazuh-kibana-app/pull/3478)
- [#4116](https://github.com/wazuh/wazuh-kibana-app/pull/4116)
-- Added Intelligence tab to Mitre Att&ck module [#3368](https://github.com/wazuh/wazuh-kibana-app/pull/3368) [#3344](https://github.com/wazuh/wazuh-kibana-app/pull/3344) [#3726](https://github.com/wazuh/wazuh-kibana-app/pull/3726)
-- Added sample data for office365 events [#3424](https://github.com/wazuh/wazuh-kibana-app/pull/3424)
-- Created a separate component to check for sample data [#3475](https://github.com/wazuh/wazuh-kibana-app/pull/3475)
-- Added a new hook for getting value suggestions [#3506](https://github.com/wazuh/wazuh-kibana-app/pull/3506)
-- Added dinamic simple filters and adding simple GitHub filters fields [3531](https://github.com/wazuh/wazuh-kibana-app/pull/3531)
-- Added configuration viewer for Module Office365 on Management > Configuration [#3524](https://github.com/wazuh/wazuh-kibana-app/pull/3524)
-- Added base Module Panel view with Office365 setup [#3518](https://github.com/wazuh/wazuh-kibana-app/pull/3518)
-- Added specifics and custom filters for Office365 search bar [#3533](https://github.com/wazuh/wazuh-kibana-app/pull/3533)
-- Adding Pagination and filter to drilldown tables at Office pannel [#3544](https://github.com/wazuh/wazuh-kibana-app/pull/3544).
-- Simple filters change between panel and drilldown panel [#3568](https://github.com/wazuh/wazuh-kibana-app/pull/3568).
-- Added new fields in Inventory table and Flyout Details [#3525](https://github.com/wazuh/wazuh-kibana-app/pull/3525)
-- Added columns selector in agents table [#3691](https://github.com/wazuh/wazuh-kibana-app/pull/3691)
-- Added a new workflow for create wazuh packages [#3742](https://github.com/wazuh/wazuh-kibana-app/pull/3742)
-- Run `template` and `fields` checks in the health check depends on the app configuration [#3783](https://github.com/wazuh/wazuh-kibana-app/pull/3783)
-- Added a toast message when there is an error creating a new group [#3804](https://github.com/wazuh/wazuh-kibana-app/pull/3804)
-- Added a step to start the agent to the deploy new Windowns agent guide [#3846](https://github.com/wazuh/wazuh-kibana-app/pull/3846)
-- Added agents windows events config tab [#3905](https://github.com/wazuh/wazuh-kibana-app/pull/3905)
-- Added 3 new panels to `Vulnerabilities/Inventory` [#3893](https://github.com/wazuh/wazuh-kibana-app/pull/3893)
-- Added new fields of `Vulnerabilities` to the details flyout [#3893](https://github.com/wazuh/wazuh-kibana-app/pull/3893) [#3908](https://github.com/wazuh/wazuh-kibana-app/pull/3908)
-- Added missing fields used in visualizations to the known fiels related to alerts [#3924](https://github.com/wazuh/wazuh-kibana-app/pull/3924)
-- Added troubleshooting link to "index pattern was refreshed" toast [#3946](https://github.com/wazuh/wazuh-kibana-app/pull/3946)
-- Added more number options to the tables widget in Modules -> "Mitre" [#4041](https://github.com/wazuh/wazuh-kibana-app/pull/4066)
-- Management -> groups -> agent: Selectors appear when there are more than 3 options [#4126](https://github.com/wazuh/wazuh-kibana-app/pull/4126)
+ [#3327](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3327)
+ [#3321](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3321)
+ [#3367](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3367)
+ [#3373](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3373)
+ [#3374](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3374)
+ [#3390](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3390)
+ [#3410](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3410)
+ [#3408](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3408)
+ [#3429](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3429)
+ [#3427](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3427)
+ [#3417](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3417)
+ [#3462](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3462)
+ [#3451](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3451)
+ [#3442](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3442)
+ [#3480](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3480)
+ [#3472](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3472)
+ [#3434](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3434)
+ [#3392](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3392)
+ [#3404](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3404)
+ [#3432](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3432)
+ [#3415](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3415)
+ [#3469](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3469)
+ [#3448](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3448)
+ [#3465](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3465)
+ [#3464](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3464)
+ [#3478](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3478)
+ [#4116](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4116)
+- Added Intelligence tab to Mitre Att&ck module [#3368](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3368) [#3344](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3344) [#3726](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3726)
+- Added sample data for office365 events [#3424](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3424)
+- Created a separate component to check for sample data [#3475](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3475)
+- Added a new hook for getting value suggestions [#3506](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3506)
+- Added dinamic simple filters and adding simple GitHub filters fields [3531](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3531)
+- Added configuration viewer for Module Office365 on Management > Configuration [#3524](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3524)
+- Added base Module Panel view with Office365 setup [#3518](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3518)
+- Added specifics and custom filters for Office365 search bar [#3533](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3533)
+- Adding Pagination and filter to drilldown tables at Office pannel [#3544](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3544).
+- Simple filters change between panel and drilldown panel [#3568](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3568).
+- Added new fields in Inventory table and Flyout Details [#3525](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3525)
+- Added columns selector in agents table [#3691](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3691)
+- Added a new workflow for create wazuh packages [#3742](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3742)
+- Run `template` and `fields` checks in the health check depends on the app configuration [#3783](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3783)
+- Added a toast message when there is an error creating a new group [#3804](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3804)
+- Added a step to start the agent to the deploy new Windowns agent guide [#3846](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3846)
+- Added agents windows events config tab [#3905](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3905)
+- Added 3 new panels to `Vulnerabilities/Inventory` [#3893](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3893)
+- Added new fields of `Vulnerabilities` to the details flyout [#3893](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3893) [#3908](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3908)
+- Added missing fields used in visualizations to the known fiels related to alerts [#3924](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3924)
+- Added troubleshooting link to "index pattern was refreshed" toast [#3946](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3946)
+- Added more number options to the tables widget in Modules -> "Mitre" [#4041](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4066)
+- Management -> groups -> agent: Selectors appear when there are more than 3 options [#4126](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4126)
### Changed
-- Changed ossec to wazuh in sample-data [#3121](https://github.com/wazuh/wazuh-kibana-app/pull/3121)
-- Changed empty fields in FIM tables and `syscheck.value_name` in discovery now show an empty tag for visual clarity [#3279](https://github.com/wazuh/wazuh-kibana-app/pull/3279)
-- Adapted the Mitre tactics and techniques resources to use the API endpoints [#3346](https://github.com/wazuh/wazuh-kibana-app/pull/3346)
-- Moved the filterManager subscription to the hook useFilterManager [#3517](https://github.com/wazuh/wazuh-kibana-app/pull/3517)
-- Change filter from is to is one of in custom searchbar [#3529](https://github.com/wazuh/wazuh-kibana-app/pull/3529)
-- Refactored as module tabs and buttons are rendered [#3494](https://github.com/wazuh/wazuh-kibana-app/pull/3494)
-- Updated the deprecated and added new references authd [#3663](https://github.com/wazuh/wazuh-kibana-app/pull/3663) [#3806](https://github.com/wazuh/wazuh-kibana-app/pull/3806)
-- Added time subscription to Discover component [#3549](https://github.com/wazuh/wazuh-kibana-app/pull/3549)
-- Refactored as module tabs and buttons are rendered [#3494](https://github.com/wazuh/wazuh-kibana-app/pull/3494)
-- Testing logs using the Ruletest Test don't display the rule information if not matching a rule. [#3446](https://github.com/wazuh/wazuh-kibana-app/pull/3446)
-- Changed format permissions in FIM inventory [#3649](https://github.com/wazuh/wazuh-kibana-app/pull/3649)
-- Changed of request for one that does not return data that is not necessary to optimize times. [#3686](https://github.com/wazuh/wazuh-kibana-app/pull/3686) [#3728](https://github.com/wazuh/wazuh-kibana-app/pull/3728)
-- Rebranding. Replaced the brand logos, set module icons with brand colors [#3788](https://github.com/wazuh/wazuh-kibana-app/pull/3788)
-- Changed user for sample data management [#3795](https://github.com/wazuh/wazuh-kibana-app/pull/3795)
-- Changed agent install codeblock copy button and powershell terminal warning [#3792](https://github.com/wazuh/wazuh-kibana-app/pull/3792)
-- Refactored as the plugin platform name and references is managed [#3811](https://github.com/wazuh/wazuh-kibana-app/pull/3811)
-- Removed `Dashboard` tab for the `Vulnerabilities` modules [#3893](https://github.com/wazuh/wazuh-kibana-app/pull/3893)
-- Display all fields in the `Table` tab when expading an alert row in the alerts tables of flyouts and the `Modules/Security Events/Dashboard` table [#3908](https://github.com/wazuh/wazuh-kibana-app/pull/3908)
-- Refactored the table in `Vulnerabilities/Inventory` [#3196](https://github.com/wazuh/wazuh-kibana-app/pull/3196)
-- Changed Google Groups app icons [#3949](https://github.com/wazuh/wazuh-kibana-app/pull/3949)
-- Removed sorting for `Agents` or `Configuration checksum` column in the table of `Management/Groups` due to this is not supported by the API [#3857](https://github.com/wazuh/wazuh-kibana-app/pull/3857)
-- Changed messages in the agent installation guide [#4040](https://github.com/wazuh/wazuh-kibana-app/pull/4040)
-- Changed the default `wazuh.statistics.shards` setting from `2` to `1` [#4055](https://github.com/wazuh/wazuh-kibana-app/pull/4055)
-- Removed the migration tasks in the `.wazuh` and `.wazuh-version` indices [#4098](https://github.com/wazuh/wazuh-kibana-app/pull/4098)
-- Separated the actions of viewing and editing the `agent.conf` group file [#4114](https://github.com/wazuh/wazuh-kibana-app/pull/4114)
-
-### Fixed
-
-- Fixed creation of log files [#3384](https://github.com/wazuh/wazuh-kibana-app/pull/3384)
-- Fixed double fetching alerts count when pinnin/unpinning the agent in Mitre Att&ck/Framework [#3484](https://github.com/wazuh/wazuh-kibana-app/pull/3484)
-- Query config refactor [#3490](https://github.com/wazuh/wazuh-kibana-app/pull/3490)
-- Fixed rules and decoders test flyout clickout event [#3412](https://github.com/wazuh/wazuh-kibana-app/pull/3412)
-- Notify when you are registering an agent without permissions [#3430](https://github.com/wazuh/wazuh-kibana-app/pull/3430)
-- Remove not used `redirectRule` query param when clicking the row table on CDB Lists/Decoders [#3438](https://github.com/wazuh/wazuh-kibana-app/pull/3438)
-- Fixed the code overflows over the line numbers in the API Console editor [#3439](https://github.com/wazuh/wazuh-kibana-app/pull/3439)
-- Don't open the main menu when changing the seleted API or index pattern [#3440](https://github.com/wazuh/wazuh-kibana-app/pull/3440)
-- Fix error message in conf managment [#3443](https://github.com/wazuh/wazuh-kibana-app/pull/3443)
-- Fix size api selector when name is too long [#3445](https://github.com/wazuh/wazuh-kibana-app/pull/3445)
-- Fixed error when edit a rule or decoder [#3456](https://github.com/wazuh/wazuh-kibana-app/pull/3456)
-- Fixed index pattern selector doesn't display the ignored index patterns [#3458](https://github.com/wazuh/wazuh-kibana-app/pull/3458)
-- Fixed error in /Management/Configuration when cluster is disabled [#3553](https://github.com/wazuh/wazuh-kibana-app/pull/3553)
-- Fix the pinned filters were removed when accessing to the `Panel` tab of a module [#3565](https://github.com/wazuh/wazuh-kibana-app/pull/3565)
-- Fixed multi-select component searcher handler [#3645](https://github.com/wazuh/wazuh-kibana-app/pull/3645)
-- Fixed order logs properly in Management/Logs [#3609](https://github.com/wazuh/wazuh-kibana-app/pull/3609)
-- Fixed the Wazuh API requests to `GET //` [#3661](https://github.com/wazuh/wazuh-kibana-app/pull/3661)
-- Fixed missing mitre tactics [#3675](https://github.com/wazuh/wazuh-kibana-app/pull/3675)
-- Fix CDB list view not working with IPv6 [#3488](https://github.com/wazuh/wazuh-kibana-app/pull/3488)
-- Fixed the bad requests using Console tool to `PUT /active-response` API endpoint [#3466](https://github.com/wazuh/wazuh-kibana-app/pull/3466)
-- Fixed group agent management table does not update on error [#3605](https://github.com/wazuh/wazuh-kibana-app/pull/3605)
-- Fixed not showing packages details in agent inventory for a freeBSD agent SO [#3651](https://github.com/wazuh/wazuh-kibana-app/pull/3651)
-- Fixed wazuh token deleted twice [#3652](https://github.com/wazuh/wazuh-kibana-app/pull/3652)
-- Fixed handler of error on dev-tools [#3687](https://github.com/wazuh/wazuh-kibana-app/pull/3687)
-- Fixed compatibility wazuh 4.3 - kibana 7.13.4 [#3685](https://github.com/wazuh/wazuh-kibana-app/pull/3685)
-- Fixed registry values without agent pinned in FIM>Events [#3689](https://github.com/wazuh/wazuh-kibana-app/pull/3689)
-- Fixed breadcrumbs style compatibility for Kibana 7.14.2 [#3688](https://github.com/wazuh/wazuh-kibana-app/pull/3688)
-- Fixed security alerts table when filters change [#3682](https://github.com/wazuh/wazuh-kibana-app/pull/3682)
-- Fixed error that shows we're using X-Pack when we have Basic [#3692](https://github.com/wazuh/wazuh-kibana-app/pull/3692)
-- Fixed blank screen in Kibana 7.10.2 [#3700](https://github.com/wazuh/wazuh-kibana-app/pull/3700)
-- Fixed related decoder link undefined parameters error [#3704](https://github.com/wazuh/wazuh-kibana-app/pull/3704)
-- Fixing Flyouts in Kibana 7.14.2 [#3708](https://github.com/wazuh/wazuh-kibana-app/pull/3708)
-- Fixing the bug of index patterns in health-check due to bad copy of a PR [#3707](https://github.com/wazuh/wazuh-kibana-app/pull/3707)
-- Fixed styles and behaviour of button filter in the flyout of `Inventory` section for `Integrity monitoring` and `Vulnerabilities` modules [#3733](https://github.com/wazuh/wazuh-kibana-app/pull/3733)
-- Fixed height of `Evolution` card in the `Agents` section when has no data for the selected time range [#3733](https://github.com/wazuh/wazuh-kibana-app/pull/3733)
-- Fix clearing the query filter doesn't update the data in Office 365 and GitHub Panel tab [#3722](https://github.com/wazuh/wazuh-kibana-app/pull/3722)
-- Fix wrong deamons in filter list [#3710](https://github.com/wazuh/wazuh-kibana-app/pull/3710)
-- Fixing bug when create filename with spaces and throws a bad error [#3724](https://github.com/wazuh/wazuh-kibana-app/pull/3724)
-- Fixing bug in security User flyout nonexistant unsubmitted changes warning [#3731](https://github.com/wazuh/wazuh-kibana-app/pull/3731)
-- Fixing redirect to new tab when click in a link [#3732](https://github.com/wazuh/wazuh-kibana-app/pull/3732)
-- Fixed missing settings in `Management/Configuration/Global configuration/Global/Main settings` [#3737](https://github.com/wazuh/wazuh-kibana-app/pull/3737)
-- Fixed `Maximum call stack size exceeded` error exporting key-value pairs of a CDB List [#3738](https://github.com/wazuh/wazuh-kibana-app/pull/3738)
-- Fixed regex lookahead and lookbehind for safari [#3741](https://github.com/wazuh/wazuh-kibana-app/pull/3741)
-- Fixed Vulnerabilities Inventory flyout details filters [#3744](https://github.com/wazuh/wazuh-kibana-app/pull/3744)
-- Removed api selector toggle from settings menu since it performed no useful function [#3604](https://github.com/wazuh/wazuh-kibana-app/pull/3604)
-- Fixed the requests get [#3661](https://github.com/wazuh/wazuh-kibana-app/pull/3661)
-- Fixed Dashboard PDF report error when switching pinned agent state [#3748](https://github.com/wazuh/wazuh-kibana-app/pull/3748)
-- Fixed the rendering of the command to deploy new Windows agent not working in some Kibana versions [#3753](https://github.com/wazuh/wazuh-kibana-app/pull/3753)
-- Fixed action buttons overlaying to the request text in Tools/API Console [#3772](https://github.com/wazuh/wazuh-kibana-app/pull/3772)
-- Fix `Rule ID` value in reporting tables related to top results [#3774](https://github.com/wazuh/wazuh-kibana-app/issues/3774)
-- Fixed github/office365 multi-select filters suggested values [#3787](https://github.com/wazuh/wazuh-kibana-app/pull/3787)
-- Fix updating the aggregation data of Panel section when changing the time filter [#3790](https://github.com/wazuh/wazuh-kibana-app/pull/3790)
-- Removed the button to remove an agent for a group in the agents' table when it is the default group [#3804](https://github.com/wazuh/wazuh-kibana-app/pull/3804)
-- Fixed internal user no longer needs permission to make x-pack detection request [#3831](https://github.com/wazuh/wazuh-kibana-app/pull/3831)
-- Fixed agents details card style [#3845](https://github.com/wazuh/wazuh-kibana-app/pull/3845) [#3860](https://github.com/wazuh/wazuh-kibana-app/pull/3860)
-- Fixed search bar query sanitizing in PDF report [#3861](https://github.com/wazuh/wazuh-kibana-app/pull/3861)
-- Fixed routing redirection in events documents discover links [#3866](https://github.com/wazuh/wazuh-kibana-app/pull/3866)
-- Fixed health-check [#3868](https://github.com/wazuh/wazuh-kibana-app/pull/3868)
-- Fixed refreshing agents evolution visualization [#3894](https://github.com/wazuh/wazuh-kibana-app/pull/3894)
-- Fixed an error when generating PDF reports due to Wazuh API token expiration [#3881](https://github.com/wazuh/wazuh-kibana-app/pull/3881)
-- Fixed the table of Vulnerabilities/Inventory doesn't reload when changing the selected agent [#3901](https://github.com/wazuh/wazuh-kibana-app/pull/3901)
-- Fixed backslash breaking exported JSON result [#3909](https://github.com/wazuh/wazuh-kibana-app/pull/3909)
-- Fixed the Events view multiple "The index pattern was refreshed successfully" toast [#3937](https://github.com/wazuh/wazuh-kibana-app/pull/3937)
-- Fixed a rendering problem in the map visualizations [#3942](https://github.com/wazuh/wazuh-kibana-app/pull/3942)
-- Parse error when using `#` character not at the beginning of the line [#3877](https://github.com/wazuh/wazuh-kibana-app/pull/3877)
-- Fixed the `rule.mitre.id` cell enhancement that doesn't support values with sub techniques [#3944](https://github.com/wazuh/wazuh-kibana-app/pull/3944)
-- Fixed error not working the alerts displayed when changing the selected time in some flyouts [#3947](https://github.com/wazuh/wazuh-kibana-app/pull/3947) [#4115](https://github.com/wazuh/wazuh-kibana-app/pull/4115)
-- Fixed the user can not logout when the Kibana server has a basepath configurated [#3957](https://github.com/wazuh/wazuh-kibana-app/pull/3957)
-- Fixed fatal cron-job error when Wazuh API is down [#3991](https://github.com/wazuh/wazuh-kibana-app/pull/3991)
-- Fixed circular re-directions when API errors are handled [#4079](https://github.com/wazuh/wazuh-kibana-app/pull/4079)
-- Fixed agent breadcrumb routing minor error [#4101](https://github.com/wazuh/wazuh-kibana-app/pull/4101)
-- Fixed selected text not visible in API Console [#4102](https://github.com/wazuh/wazuh-kibana-app/pull/4102)
-- Fixed the 'missing parameters' error on the Manager Logs [#4110](https://github.com/wazuh/wazuh-kibana-app/pull/4110)
-- Fixed undefined input reference when switching between rule set view and rule files view [#4125](https://github.com/wazuh/wazuh-kibana-app/pull/4125)
-- Fixed not found FIM file toast error #4124 [#4124](https://github.com/wazuh/wazuh-kibana-app/pull/4124)
-- Fixed "See full error" on error toast [#4119](https://github.com/wazuh/wazuh-kibana-app/pull/4119)
-- Fixed not being able to remove custom filters. [#4112](https://github.com/wazuh/wazuh-kibana-app/pull/4112)
-- Fixed spinner not showing when export button is clicked in management views [#4120](https://github.com/wazuh/wazuh-kibana-app/pull/4120)
-- Correction of field and value in the section: last registered agent [#4127](https://github.com/wazuh/wazuh-kibana-app/pull/4127)
-- Fixed the download agent installer command [#4132] (https://github.com/wazuh/wazuh-kibana-app/pull/4132)
+- Changed ossec to wazuh in sample-data [#3121](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3121)
+- Changed empty fields in FIM tables and `syscheck.value_name` in discovery now show an empty tag for visual clarity [#3279](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3279)
+- Adapted the Mitre tactics and techniques resources to use the API endpoints [#3346](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3346)
+- Moved the filterManager subscription to the hook useFilterManager [#3517](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3517)
+- Change filter from is to is one of in custom searchbar [#3529](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3529)
+- Refactored as module tabs and buttons are rendered [#3494](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3494)
+- Updated the deprecated and added new references authd [#3663](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3663) [#3806](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3806)
+- Added time subscription to Discover component [#3549](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3549)
+- Refactored as module tabs and buttons are rendered [#3494](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3494)
+- Testing logs using the Ruletest Test don't display the rule information if not matching a rule. [#3446](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3446)
+- Changed format permissions in FIM inventory [#3649](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3649)
+- Changed of request for one that does not return data that is not necessary to optimize times. [#3686](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3686) [#3728](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3728)
+- Rebranding. Replaced the brand logos, set module icons with brand colors [#3788](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3788)
+- Changed user for sample data management [#3795](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3795)
+- Changed agent install codeblock copy button and powershell terminal warning [#3792](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3792)
+- Refactored as the plugin platform name and references is managed [#3811](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3811)
+- Removed `Dashboard` tab for the `Vulnerabilities` modules [#3893](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3893)
+- Display all fields in the `Table` tab when expading an alert row in the alerts tables of flyouts and the `Modules/Security Events/Dashboard` table [#3908](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3908)
+- Refactored the table in `Vulnerabilities/Inventory` [#3196](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3196)
+- Changed Google Groups app icons [#3949](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3949)
+- Removed sorting for `Agents` or `Configuration checksum` column in the table of `Management/Groups` due to this is not supported by the API [#3857](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3857)
+- Changed messages in the agent installation guide [#4040](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4040)
+- Changed the default `wazuh.statistics.shards` setting from `2` to `1` [#4055](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4055)
+- Removed the migration tasks in the `.wazuh` and `.wazuh-version` indices [#4098](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4098)
+- Separated the actions of viewing and editing the `agent.conf` group file [#4114](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4114)
+
+### Fixed
+
+- Fixed creation of log files [#3384](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3384)
+- Fixed double fetching alerts count when pinnin/unpinning the agent in Mitre Att&ck/Framework [#3484](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3484)
+- Query config refactor [#3490](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3490)
+- Fixed rules and decoders test flyout clickout event [#3412](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3412)
+- Notify when you are registering an agent without permissions [#3430](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3430)
+- Remove not used `redirectRule` query param when clicking the row table on CDB Lists/Decoders [#3438](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3438)
+- Fixed the code overflows over the line numbers in the API Console editor [#3439](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3439)
+- Don't open the main menu when changing the seleted API or index pattern [#3440](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3440)
+- Fix error message in conf managment [#3443](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3443)
+- Fix size api selector when name is too long [#3445](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3445)
+- Fixed error when edit a rule or decoder [#3456](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3456)
+- Fixed index pattern selector doesn't display the ignored index patterns [#3458](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3458)
+- Fixed error in /Management/Configuration when cluster is disabled [#3553](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3553)
+- Fix the pinned filters were removed when accessing to the `Panel` tab of a module [#3565](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3565)
+- Fixed multi-select component searcher handler [#3645](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3645)
+- Fixed order logs properly in Management/Logs [#3609](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3609)
+- Fixed the Wazuh API requests to `GET //` [#3661](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3661)
+- Fixed missing mitre tactics [#3675](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3675)
+- Fix CDB list view not working with IPv6 [#3488](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3488)
+- Fixed the bad requests using Console tool to `PUT /active-response` API endpoint [#3466](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3466)
+- Fixed group agent management table does not update on error [#3605](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3605)
+- Fixed not showing packages details in agent inventory for a freeBSD agent SO [#3651](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3651)
+- Fixed wazuh token deleted twice [#3652](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3652)
+- Fixed handler of error on dev-tools [#3687](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3687)
+- Fixed compatibility wazuh 4.3 - kibana 7.13.4 [#3685](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3685)
+- Fixed registry values without agent pinned in FIM>Events [#3689](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3689)
+- Fixed breadcrumbs style compatibility for Kibana 7.14.2 [#3688](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3688)
+- Fixed security alerts table when filters change [#3682](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3682)
+- Fixed error that shows we're using X-Pack when we have Basic [#3692](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3692)
+- Fixed blank screen in Kibana 7.10.2 [#3700](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3700)
+- Fixed related decoder link undefined parameters error [#3704](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3704)
+- Fixing Flyouts in Kibana 7.14.2 [#3708](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3708)
+- Fixing the bug of index patterns in health-check due to bad copy of a PR [#3707](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3707)
+- Fixed styles and behaviour of button filter in the flyout of `Inventory` section for `Integrity monitoring` and `Vulnerabilities` modules [#3733](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3733)
+- Fixed height of `Evolution` card in the `Agents` section when has no data for the selected time range [#3733](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3733)
+- Fix clearing the query filter doesn't update the data in Office 365 and GitHub Panel tab [#3722](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3722)
+- Fix wrong deamons in filter list [#3710](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3710)
+- Fixing bug when create filename with spaces and throws a bad error [#3724](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3724)
+- Fixing bug in security User flyout nonexistant unsubmitted changes warning [#3731](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3731)
+- Fixing redirect to new tab when click in a link [#3732](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3732)
+- Fixed missing settings in `Management/Configuration/Global configuration/Global/Main settings` [#3737](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3737)
+- Fixed `Maximum call stack size exceeded` error exporting key-value pairs of a CDB List [#3738](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3738)
+- Fixed regex lookahead and lookbehind for safari [#3741](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3741)
+- Fixed Vulnerabilities Inventory flyout details filters [#3744](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3744)
+- Removed api selector toggle from settings menu since it performed no useful function [#3604](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3604)
+- Fixed the requests get [#3661](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3661)
+- Fixed Dashboard PDF report error when switching pinned agent state [#3748](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3748)
+- Fixed the rendering of the command to deploy new Windows agent not working in some Kibana versions [#3753](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3753)
+- Fixed action buttons overlaying to the request text in Tools/API Console [#3772](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3772)
+- Fix `Rule ID` value in reporting tables related to top results [#3774](https://github.com/wazuh/wazuh-dashboard-plugins/issues/3774)
+- Fixed github/office365 multi-select filters suggested values [#3787](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3787)
+- Fix updating the aggregation data of Panel section when changing the time filter [#3790](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3790)
+- Removed the button to remove an agent for a group in the agents' table when it is the default group [#3804](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3804)
+- Fixed internal user no longer needs permission to make x-pack detection request [#3831](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3831)
+- Fixed agents details card style [#3845](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3845) [#3860](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3860)
+- Fixed search bar query sanitizing in PDF report [#3861](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3861)
+- Fixed routing redirection in events documents discover links [#3866](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3866)
+- Fixed health-check [#3868](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3868)
+- Fixed refreshing agents evolution visualization [#3894](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3894)
+- Fixed an error when generating PDF reports due to Wazuh API token expiration [#3881](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3881)
+- Fixed the table of Vulnerabilities/Inventory doesn't reload when changing the selected agent [#3901](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3901)
+- Fixed backslash breaking exported JSON result [#3909](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3909)
+- Fixed the Events view multiple "The index pattern was refreshed successfully" toast [#3937](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3937)
+- Fixed a rendering problem in the map visualizations [#3942](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3942)
+- Parse error when using `#` character not at the beginning of the line [#3877](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3877)
+- Fixed the `rule.mitre.id` cell enhancement that doesn't support values with sub techniques [#3944](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3944)
+- Fixed error not working the alerts displayed when changing the selected time in some flyouts [#3947](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3947) [#4115](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4115)
+- Fixed the user can not logout when the Kibana server has a basepath configurated [#3957](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3957)
+- Fixed fatal cron-job error when Wazuh API is down [#3991](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3991)
+- Fixed circular re-directions when API errors are handled [#4079](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4079)
+- Fixed agent breadcrumb routing minor error [#4101](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4101)
+- Fixed selected text not visible in API Console [#4102](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4102)
+- Fixed the 'missing parameters' error on the Manager Logs [#4110](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4110)
+- Fixed undefined input reference when switching between rule set view and rule files view [#4125](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4125)
+- Fixed not found FIM file toast error #4124 [#4124](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4124)
+- Fixed "See full error" on error toast [#4119](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4119)
+- Fixed not being able to remove custom filters. [#4112](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4112)
+- Fixed spinner not showing when export button is clicked in management views [#4120](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4120)
+- Correction of field and value in the section: last registered agent [#4127](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4127)
+- Fixed the download agent installer command [#4132] (https://github.com/wazuh/wazuh-dashboard-plugins/pull/4132)
## Wazuh v4.2.6 - Kibana 7.10.2, 7.11.2, 7.12.1, 7.13.0, 7.13.1, 7.13.2, 7.13.3, 7.13.4, 7.14.0, 7.14.1, 7.14.2 - Revision 4207
@@ -565,21 +571,21 @@ All notable changes to the Wazuh app project will be documented in this file.
- Support for Kibana 7.13.4
- Support for Kibana 7.14.2
-- Hide the `telemetry` banner [#3709](https://github.com/wazuh/wazuh-kibana-app/pull/3709)
+- Hide the `telemetry` banner [#3709](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3709)
### Fixed
-- Fixed compatibility Wazuh 4.2 - Kibana 7.13.4 [#3653](https://github.com/wazuh/wazuh-kibana-app/pull/3653)
-- Fixed interative register windows agent screen error [#3654](https://github.com/wazuh/wazuh-kibana-app/pull/3654)
-- Fixed breadcrumbs style compatibility for Kibana 7.14.2 [#3668](https://github.com/wazuh/wazuh-kibana-app/pull/3668)
-- Fixed Wazuh token is not removed after logout in Kibana 7.13 [#3670](https://github.com/wazuh/wazuh-kibana-app/pull/3670)
-- Fixed Group Configuration and Management configuration error after trying to going back after you save [#3672](https://github.com/wazuh/wazuh-kibana-app/pull/3672)
-- Fixing EuiPanels in Overview Sections and disabled text in WzMenu [#3674](https://github.com/wazuh/wazuh-kibana-app/pull/3674)
-- Fixing double flyout clicking in a policy [#3676](https://github.com/wazuh/wazuh-kibana-app/pull/3676)
-- Fixed error conflict setting kibana settings from the health check [#3678](https://github.com/wazuh/wazuh-kibana-app/pull/3678)
-- Fixed compatibility to get the valid index patterns and refresh fields for Kibana 7.10.2-7.13.4 [3681](https://github.com/wazuh/wazuh-kibana-app/pull/3681)
-- Fixed wrong redirect after login [3701](https://github.com/wazuh/wazuh-kibana-app/pull/3701)
-- Fixed error getting the index pattern data when there is not `attributes.fields` in the saved object [3689](https://github.com/wazuh/wazuh-kibana-app/pull/3698)
+- Fixed compatibility Wazuh 4.2 - Kibana 7.13.4 [#3653](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3653)
+- Fixed interative register windows agent screen error [#3654](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3654)
+- Fixed breadcrumbs style compatibility for Kibana 7.14.2 [#3668](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3668)
+- Fixed Wazuh token is not removed after logout in Kibana 7.13 [#3670](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3670)
+- Fixed Group Configuration and Management configuration error after trying to going back after you save [#3672](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3672)
+- Fixing EuiPanels in Overview Sections and disabled text in WzMenu [#3674](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3674)
+- Fixing double flyout clicking in a policy [#3676](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3676)
+- Fixed error conflict setting kibana settings from the health check [#3678](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3678)
+- Fixed compatibility to get the valid index patterns and refresh fields for Kibana 7.10.2-7.13.4 [3681](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3681)
+- Fixed wrong redirect after login [3701](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3701)
+- Fixed error getting the index pattern data when there is not `attributes.fields` in the saved object [3689](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3698)
## Wazuh v4.2.4 - Kibana 7.10.2, 7.11.2, 7.12.1 - Revision 4205
@@ -589,7 +595,7 @@ All notable changes to the Wazuh app project will be documented in this file.
### Fixed
-- Fixed a bug where the user's auth token was not deprecated on logout [#3638](https://github.com/wazuh/wazuh-kibana-app/pull/3638)
+- Fixed a bug where the user's auth token was not deprecated on logout [#3638](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3638)
## Wazuh v4.2.3 - Kibana 7.10.2, 7.11.2, 7.12.1 - Revision 4204
@@ -601,58 +607,58 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added
-- Wazuh help links in the Kibana help menu [#3170](https://github.com/wazuh/wazuh-kibana-app/pull/3170)
-- Redirect to group details using the `group` query param in the URL [#3184](https://github.com/wazuh/wazuh-kibana-app/pull/3184)
-- Configuration to disable Wazuh App access from X-Pack/ODFE role [#3222](https://github.com/wazuh/wazuh-kibana-app/pull/3222) [#3292](https://github.com/wazuh/wazuh-kibana-app/pull/3292)
-- Added confirmation message when closing a form [#3221](https://github.com/wazuh/wazuh-kibana-app/pull/3221)
-- Improvement to hide navbar Wazuh label. [#3240](https://github.com/wazuh/wazuh-kibana-app/pull/3240)
-- Add modal creating new rule/decoder [#3274](https://github.com/wazuh/wazuh-kibana-app/pull/3274)
-- New functionality to change app logos [#3503](https://github.com/wazuh/wazuh-kibana-app/pull/3503)
-- Added link to the upgrade guide when the Wazuh API version and the Wazuh App version mismatch [#3592](https://github.com/wazuh/wazuh-kibana-app/pull/3592)
+- Wazuh help links in the Kibana help menu [#3170](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3170)
+- Redirect to group details using the `group` query param in the URL [#3184](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3184)
+- Configuration to disable Wazuh App access from X-Pack/ODFE role [#3222](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3222) [#3292](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3292)
+- Added confirmation message when closing a form [#3221](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3221)
+- Improvement to hide navbar Wazuh label. [#3240](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3240)
+- Add modal creating new rule/decoder [#3274](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3274)
+- New functionality to change app logos [#3503](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3503)
+- Added link to the upgrade guide when the Wazuh API version and the Wazuh App version mismatch [#3592](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3592)
### Changed
-- Removed module titles [#3160](https://github.com/wazuh/wazuh-kibana-app/pull/3160)
-- Changed default `wazuh.monitoring.creation` app setting from `d` to `w` [#3174](https://github.com/wazuh/wazuh-kibana-app/pull/3174)
-- Changed default `wazuh.monitoring.shards` app setting from `2` to `1` [#3174](https://github.com/wazuh/wazuh-kibana-app/pull/3174)
-- Removed Sha1 field from registry key detail [#3189](https://github.com/wazuh/wazuh-kibana-app/pull/3189)
-- Removed tooltip in last breadcrumb in header breadcrumb [3250](https://github.com/wazuh/wazuh-kibana-app/pull/3250)
-- Refactored the Health check component [#3197](https://github.com/wazuh/wazuh-kibana-app/pull/3197)
-- Added version in package downloaded name in agent deploy command [#3210](https://github.com/wazuh/wazuh-kibana-app/issues/3210)
-- Removed restriction to allow only current active agents from vulnerability inventory [#3243](https://github.com/wazuh/wazuh-kibana-app/pull/3243)
-- Move API selector and Index Pattern Selector to the header bar [#3175](https://github.com/wazuh/wazuh-kibana-app/pull/3175)
-- Health check actions notifications refactored and added debug mode [#3258](https://github.com/wazuh/wazuh-kibana-app/pull/3258)
-- Improved visualizations object configuration readability [#3355](https://github.com/wazuh/wazuh-kibana-app/pull/3355)
-- Changed the way kibana-vis hides the visualization while loading, this should prevent errors caused by having a 0 height visualization [#3349](https://github.com/wazuh/wazuh-kibana-app/pull/3349)
-
-### Fixed
-
-- Fixed screen flickers in Cluster visualization [#3159](https://github.com/wazuh/wazuh-kibana-app/pull/3159)
-- Fixed the broken links when using `server.basePath` Kibana setting [#3161](https://github.com/wazuh/wazuh-kibana-app/pull/3161)
-- Fixed filter in reports [#3173](https://github.com/wazuh/wazuh-kibana-app/pull/3173)
-- Fixed typo error in Settings/Configuration [#3234](https://github.com/wazuh/wazuh-kibana-app/pull/3234)
-- Fixed fields overlap in the agent summary screen [#3217](https://github.com/wazuh/wazuh-kibana-app/pull/3217)
-- Fixed Ruleset Test, each request is made in a different session instead of all in the same session [#3257](https://github.com/wazuh/wazuh-kibana-app/pull/3257)
-- Fixed the `Visualize` button is not displaying when expanding a field in the Events sidebar [#3237](https://github.com/wazuh/wazuh-kibana-app/pull/3237)
-- Fix modules are missing in the agent menu [#3244](https://github.com/wazuh/wazuh-kibana-app/pull/3244)
-- Fix improving and removing WUI error logs [#3260](https://github.com/wazuh/wazuh-kibana-app/pull/3260)
-- Fix some errors of PDF reports [#3272](https://github.com/wazuh/wazuh-kibana-app/pull/3272)
-- Fix TypeError when selecting macOS agent deployment in a Safari Browser [#3289](https://github.com/wazuh/wazuh-kibana-app/pull/3289)
-- Fix error in how the SCA check's checks are displayed [#3297](https://github.com/wazuh/wazuh-kibana-app/pull/3297)
-- Fixed message of error when add sample data fails [#3241](https://github.com/wazuh/wazuh-kibana-app/pull/3241)
-- Fixed modules are missing in the agent menu [#3244](https://github.com/wazuh/wazuh-kibana-app/pull/3244)
-- Fixed Alerts Summary of modules for reports [#3303](https://github.com/wazuh/wazuh-kibana-app/pull/3303)
-- Fixed dark mode visualization background in pdf reports [#3315](https://github.com/wazuh/wazuh-kibana-app/pull/3315)
-- Adapt Kibana integrations to Kibana 7.11 and 7.12 [#3309](https://github.com/wazuh/wazuh-kibana-app/pull/3309)
-- Fixed error agent view does not render correctly [#3306](https://github.com/wazuh/wazuh-kibana-app/pull/3306)
-- Fixed miscalculation in table column width in PDF reports [#3326](https://github.com/wazuh/wazuh-kibana-app/pull/3326)
-- Normalized visData table property for 7.12 retro-compatibility [#3323](https://github.com/wazuh/wazuh-kibana-app/pull/3323)
-- Fixed error that caused the labels in certain visualizations to overlap [#3355](https://github.com/wazuh/wazuh-kibana-app/pull/3355)
-- Fixed export to csv button in dashboards tables [#3358](https://github.com/wazuh/wazuh-kibana-app/pull/3358)
-- Fixed Elastic UI breaking changes in 7.12 [#3345](https://github.com/wazuh/wazuh-kibana-app/pull/3345)
-- Fixed Wazuh main menu and breadcrumb render issues [#3347](https://github.com/wazuh/wazuh-kibana-app/pull/3347)
-- Fixed generation of huge logs from backend errors [#3397](https://github.com/wazuh/wazuh-kibana-app/pull/3397)
-- Fixed vulnerabilities flyout not showing alerts if the vulnerability had a field missing [#3593](https://github.com/wazuh/wazuh-kibana-app/pull/3593)
+- Removed module titles [#3160](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3160)
+- Changed default `wazuh.monitoring.creation` app setting from `d` to `w` [#3174](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3174)
+- Changed default `wazuh.monitoring.shards` app setting from `2` to `1` [#3174](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3174)
+- Removed Sha1 field from registry key detail [#3189](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3189)
+- Removed tooltip in last breadcrumb in header breadcrumb [3250](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3250)
+- Refactored the Health check component [#3197](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3197)
+- Added version in package downloaded name in agent deploy command [#3210](https://github.com/wazuh/wazuh-dashboard-plugins/issues/3210)
+- Removed restriction to allow only current active agents from vulnerability inventory [#3243](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3243)
+- Move API selector and Index Pattern Selector to the header bar [#3175](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3175)
+- Health check actions notifications refactored and added debug mode [#3258](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3258)
+- Improved visualizations object configuration readability [#3355](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3355)
+- Changed the way kibana-vis hides the visualization while loading, this should prevent errors caused by having a 0 height visualization [#3349](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3349)
+
+### Fixed
+
+- Fixed screen flickers in Cluster visualization [#3159](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3159)
+- Fixed the broken links when using `server.basePath` Kibana setting [#3161](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3161)
+- Fixed filter in reports [#3173](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3173)
+- Fixed typo error in Settings/Configuration [#3234](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3234)
+- Fixed fields overlap in the agent summary screen [#3217](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3217)
+- Fixed Ruleset Test, each request is made in a different session instead of all in the same session [#3257](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3257)
+- Fixed the `Visualize` button is not displaying when expanding a field in the Events sidebar [#3237](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3237)
+- Fix modules are missing in the agent menu [#3244](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3244)
+- Fix improving and removing WUI error logs [#3260](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3260)
+- Fix some errors of PDF reports [#3272](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3272)
+- Fix TypeError when selecting macOS agent deployment in a Safari Browser [#3289](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3289)
+- Fix error in how the SCA check's checks are displayed [#3297](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3297)
+- Fixed message of error when add sample data fails [#3241](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3241)
+- Fixed modules are missing in the agent menu [#3244](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3244)
+- Fixed Alerts Summary of modules for reports [#3303](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3303)
+- Fixed dark mode visualization background in pdf reports [#3315](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3315)
+- Adapt Kibana integrations to Kibana 7.11 and 7.12 [#3309](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3309)
+- Fixed error agent view does not render correctly [#3306](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3306)
+- Fixed miscalculation in table column width in PDF reports [#3326](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3326)
+- Normalized visData table property for 7.12 retro-compatibility [#3323](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3323)
+- Fixed error that caused the labels in certain visualizations to overlap [#3355](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3355)
+- Fixed export to csv button in dashboards tables [#3358](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3358)
+- Fixed Elastic UI breaking changes in 7.12 [#3345](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3345)
+- Fixed Wazuh main menu and breadcrumb render issues [#3347](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3347)
+- Fixed generation of huge logs from backend errors [#3397](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3397)
+- Fixed vulnerabilities flyout not showing alerts if the vulnerability had a field missing [#3593](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3593)
## Wazuh v4.2.1 - Kibana 7.10.2 , 7.11.2 - Revision 4202
@@ -664,64 +670,64 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added
-- Added `Ruleset Test` section under Tools menu, and on Edit Rules/Decoders as a tool. [#1434](https://github.com/wazuh/wazuh-kibana-app/pull/1434)
-- Added page size options in Security events, explore agents table [#2925](https://github.com/wazuh/wazuh-kibana-app/pull/2925)
-- Added a reminder to restart cluster or manager after import a file in Rules, Decoders or CDB Lists [#3051](https://github.com/wazuh/wazuh-kibana-app/pull/3051)
-- Added Agent Stats section [#3056](https://github.com/wazuh/wazuh-kibana-app/pull/3056)
-- Added `logtest` PUT example on API Console [#3061](https://github.com/wazuh/wazuh-kibana-app/pull/3061)
-- Added vulnerabilities inventory that affect to an agent [#3069](https://github.com/wazuh/wazuh-kibana-app/pull/3069)
-- Added retry button to check api again in health check [#3109](https://github.com/wazuh/wazuh-kibana-app/pull/3109)
-- Added `wazuh-statistics` template and a new mapping for these indices [#3111](https://github.com/wazuh/wazuh-kibana-app/pull/3111)
-- Added link to documentation "Checking connection with Manager" in deploy new agent [#3126](https://github.com/wazuh/wazuh-kibana-app/pull/3126)
-- Fixed Agent Evolution graph showing agents from multiple APIs [#3256](https://github.com/wazuh/wazuh-kibana-app/pull/3256)
-- Added Disabled index pattern checks in Health Check [#3311](https://github.com/wazuh/wazuh-kibana-app/pull/3311)
+- Added `Ruleset Test` section under Tools menu, and on Edit Rules/Decoders as a tool. [#1434](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1434)
+- Added page size options in Security events, explore agents table [#2925](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2925)
+- Added a reminder to restart cluster or manager after import a file in Rules, Decoders or CDB Lists [#3051](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3051)
+- Added Agent Stats section [#3056](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3056)
+- Added `logtest` PUT example on API Console [#3061](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3061)
+- Added vulnerabilities inventory that affect to an agent [#3069](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3069)
+- Added retry button to check api again in health check [#3109](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3109)
+- Added `wazuh-statistics` template and a new mapping for these indices [#3111](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3111)
+- Added link to documentation "Checking connection with Manager" in deploy new agent [#3126](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3126)
+- Fixed Agent Evolution graph showing agents from multiple APIs [#3256](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3256)
+- Added Disabled index pattern checks in Health Check [#3311](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3311)
### Changed
-- Moved Dev Tools inside of Tools menu as Api Console. [#1434](https://github.com/wazuh/wazuh-kibana-app/pull/1434)
-- Changed position of Top users on Integrity Monitoring Top 5 user. [#2892](https://github.com/wazuh/wazuh-kibana-app/pull/2892)
-- Changed user allow_run_as way of editing. [#3080](https://github.com/wazuh/wazuh-kibana-app/pull/3080)
-- Rename some ossec references to Wazuh [#3046](https://github.com/wazuh/wazuh-kibana-app/pull/3046)
-
-### Fixed
-
-- Filter only authorized agents in Agents stats and Visualizations [#3088](https://github.com/wazuh/wazuh-kibana-app/pull/3088)
-- Fixed missing `pending` status suggestion for agents [#3095](https://github.com/wazuh/wazuh-kibana-app/pull/3095)
-- Index pattern setting not used for choosing from existing patterns [#3097](https://github.com/wazuh/wazuh-kibana-app/pull/3097)
-- Fixed space character missing on deployment command if UDP is configured [#3108](https://github.com/wazuh/wazuh-kibana-app/pull/3108)
-- Fixed statistics visualizations when a node is selected [#3110](https://github.com/wazuh/wazuh-kibana-app/pull/3110)
-- Fixed Flyout date filter also changes main date filter [#3114](https://github.com/wazuh/wazuh-kibana-app/pull/3114)
-- Fixed name for "TCP sessions" visualization and average metric is now a sum [#3118](https://github.com/wazuh/wazuh-kibana-app/pull/3118)
-- Filter only authorized agents in Events and Security Alerts table [#3120](https://github.com/wazuh/wazuh-kibana-app/pull/3120)
-- Fixed Last keep alive label is outside the panel [#3122](https://github.com/wazuh/wazuh-kibana-app/pull/3122)
-- Fixed app redirect to Settings section after the health check [#3128](https://github.com/wazuh/wazuh-kibana-app/pull/3128)
-- Fixed the plugin logo path in Kibana menu when use `server.basePath` setting [#3144](https://github.com/wazuh/wazuh-kibana-app/pull/3144)
-- Fixed deprecated endpoint for create agent groups [3152](https://github.com/wazuh/wazuh-kibana-app/pull/3152)
-- Fixed check for TCP protocol in deploy new agent [#3163](https://github.com/wazuh/wazuh-kibana-app/pull/3163)
-- Fixed RBAC issue with agent group permissions [#3181](https://github.com/wazuh/wazuh-kibana-app/pull/3181)
-- Fixed change index pattern from menu doesn't work [#3187](https://github.com/wazuh/wazuh-kibana-app/pull/3187)
-- Conflict with the creation of the index pattern when performing the Health Check [#3232](https://github.com/wazuh/wazuh-kibana-app/pull/3232)
-- Added Disabled index pattern checks in Health Check [#3311](https://github.com/wazuh/wazuh-kibana-app/pull/3311)
-- Fixed windows update section in Linux Inventory PDF [#3569](https://github.com/wazuh/wazuh-kibana-app/pull/3569)
-- Improving and removing unnecessary error logs [#3574](https://github.com/wazuh/wazuh-kibana-app/pull/3574)
+- Moved Dev Tools inside of Tools menu as Api Console. [#1434](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1434)
+- Changed position of Top users on Integrity Monitoring Top 5 user. [#2892](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2892)
+- Changed user allow_run_as way of editing. [#3080](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3080)
+- Rename some ossec references to Wazuh [#3046](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3046)
+
+### Fixed
+
+- Filter only authorized agents in Agents stats and Visualizations [#3088](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3088)
+- Fixed missing `pending` status suggestion for agents [#3095](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3095)
+- Index pattern setting not used for choosing from existing patterns [#3097](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3097)
+- Fixed space character missing on deployment command if UDP is configured [#3108](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3108)
+- Fixed statistics visualizations when a node is selected [#3110](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3110)
+- Fixed Flyout date filter also changes main date filter [#3114](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3114)
+- Fixed name for "TCP sessions" visualization and average metric is now a sum [#3118](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3118)
+- Filter only authorized agents in Events and Security Alerts table [#3120](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3120)
+- Fixed Last keep alive label is outside the panel [#3122](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3122)
+- Fixed app redirect to Settings section after the health check [#3128](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3128)
+- Fixed the plugin logo path in Kibana menu when use `server.basePath` setting [#3144](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3144)
+- Fixed deprecated endpoint for create agent groups [3152](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3152)
+- Fixed check for TCP protocol in deploy new agent [#3163](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3163)
+- Fixed RBAC issue with agent group permissions [#3181](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3181)
+- Fixed change index pattern from menu doesn't work [#3187](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3187)
+- Conflict with the creation of the index pattern when performing the Health Check [#3232](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3232)
+- Added Disabled index pattern checks in Health Check [#3311](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3311)
+- Fixed windows update section in Linux Inventory PDF [#3569](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3569)
+- Improving and removing unnecessary error logs [#3574](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3574)
## Wazuh v4.1.5 - Kibana 7.10.0 , 7.10.2, 7.11.2 - Revision 4108
### Fixed
-- Unable to change selected index pattern from the Wazuh menu [#3330](https://github.com/wazuh/wazuh-kibana-app/pull/3330)
+- Unable to change selected index pattern from the Wazuh menu [#3330](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3330)
## Wazuh v4.1.5 - Kibana 7.10.0 , 7.10.2, 7.11.2 - Revision 4107
### Added
- Support for Kibana 7.11.2
-- Added a warning message for the `Install and enroll the agent` step of `Deploy new agent` guide [#3238](https://github.com/wazuh/wazuh-kibana-app/pull/3238)
+- Added a warning message for the `Install and enroll the agent` step of `Deploy new agent` guide [#3238](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3238)
### Fixed
-- Conflict with the creation of the index pattern when performing the Health Check [#3223](https://github.com/wazuh/wazuh-kibana-app/pull/3223)
-- Fixing mac os agents add command [#3207](https://github.com/wazuh/wazuh-kibana-app/pull/3207)
+- Conflict with the creation of the index pattern when performing the Health Check [#3223](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3223)
+- Fixing mac os agents add command [#3207](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3207)
## Wazuh v4.1.5 - Kibana 7.10.0 , 7.10.2 - Revision 4106
@@ -735,183 +741,183 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added
-- Creation of index pattern after the default one is changes in Settings [#2985](https://github.com/wazuh/wazuh-kibana-app/pull/2985)
-- Added node name of agent list and detail [#3039](https://github.com/wazuh/wazuh-kibana-app/pull/3039)
-- Added loading view while the user is logging to prevent permissions prompts [#3041](https://github.com/wazuh/wazuh-kibana-app/pull/3041)
-- Added custom message for each possible run_as setup [#3048](https://github.com/wazuh/wazuh-kibana-app/pull/3048)
+- Creation of index pattern after the default one is changes in Settings [#2985](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2985)
+- Added node name of agent list and detail [#3039](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3039)
+- Added loading view while the user is logging to prevent permissions prompts [#3041](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3041)
+- Added custom message for each possible run_as setup [#3048](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3048)
### Changed
-- Change all dates labels to Kibana formatting time zone [#3047](https://github.com/wazuh/wazuh-kibana-app/pull/3047)
-- Improve toast message when selecting a default API [#3049](https://github.com/wazuh/wazuh-kibana-app/pull/3049)
-- Improve validation and prevention for caching bundles on the client-side [#3063](https://github.com/wazuh/wazuh-kibana-app/pull/3063) [#3091](https://github.com/wazuh/wazuh-kibana-app/pull/3091)
+- Change all dates labels to Kibana formatting time zone [#3047](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3047)
+- Improve toast message when selecting a default API [#3049](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3049)
+- Improve validation and prevention for caching bundles on the client-side [#3063](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3063) [#3091](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3091)
### Fixed
-- Fixed unexpected behavior in Roles mapping [#3028](https://github.com/wazuh/wazuh-kibana-app/pull/3028)
-- Fixed rule filter is no applied when you click on a rule id in another module.[#3057](https://github.com/wazuh/wazuh-kibana-app/pull/3057)
-- Fixed bug changing master node configuration [#3062](https://github.com/wazuh/wazuh-kibana-app/pull/3062)
-- Fixed wrong variable declaration for macOS agents [#3066](https://github.com/wazuh/wazuh-kibana-app/pull/3066)
-- Fixed some errors in the Events table, action buttons style, and URLs disappeared [#3086](https://github.com/wazuh/wazuh-kibana-app/pull/3086)
-- Fixed Rollback of invalid rule configuration file [#3084](https://github.com/wazuh/wazuh-kibana-app/pull/3084)
+- Fixed unexpected behavior in Roles mapping [#3028](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3028)
+- Fixed rule filter is no applied when you click on a rule id in another module.[#3057](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3057)
+- Fixed bug changing master node configuration [#3062](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3062)
+- Fixed wrong variable declaration for macOS agents [#3066](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3066)
+- Fixed some errors in the Events table, action buttons style, and URLs disappeared [#3086](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3086)
+- Fixed Rollback of invalid rule configuration file [#3084](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3084)
## Wazuh v4.1.2 - Kibana 7.10.0 , 7.10.2 - Revision 4103
-- Add `run_as` setting to example host configuration in Add new API view [#3021](https://github.com/wazuh/wazuh-kibana-app/pull/3021)
-- Refactor of some prompts [#3015](https://github.com/wazuh/wazuh-kibana-app/pull/3015)
+- Add `run_as` setting to example host configuration in Add new API view [#3021](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3021)
+- Refactor of some prompts [#3015](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3015)
### Fixed
-- Fix SCA policy detail showing name and check results about another policy [#3007](https://github.com/wazuh/wazuh-kibana-app/pull/3007)
-- Fixed that alerts table is empty when switching pinned agents [#3008](https://github.com/wazuh/wazuh-kibana-app/pull/3008)
-- Creating a role mapping before the existing ones are loaded, the page bursts [#3013](https://github.com/wazuh/wazuh-kibana-app/pull/3013)
-- Fix pagination in SCA checks table when expand some row [#3018](https://github.com/wazuh/wazuh-kibana-app/pull/3018)
-- Fix manager is shown in suggestions in Agents section [#3025](https://github.com/wazuh/wazuh-kibana-app/pull/3025)
-- Fix disabled loading on inventory when request fail [#3026](https://github.com/wazuh/wazuh-kibana-app/pull/3026)
-- Fix restarting selected cluster instead of all of them [#3032](https://github.com/wazuh/wazuh-kibana-app/pull/3032)
-- Fix pinned agents don't trigger a new filtered query [#3035](https://github.com/wazuh/wazuh-kibana-app/pull/3035)
-- Overlay Wazuh menu when Kibana menu is opened or docked [#3038](https://github.com/wazuh/wazuh-kibana-app/pull/3038)
-- Fix visualizations in PDF Reports with Dark mode [#2983](https://github.com/wazuh/wazuh-kibana-app/pull/2983)
+- Fix SCA policy detail showing name and check results about another policy [#3007](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3007)
+- Fixed that alerts table is empty when switching pinned agents [#3008](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3008)
+- Creating a role mapping before the existing ones are loaded, the page bursts [#3013](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3013)
+- Fix pagination in SCA checks table when expand some row [#3018](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3018)
+- Fix manager is shown in suggestions in Agents section [#3025](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3025)
+- Fix disabled loading on inventory when request fail [#3026](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3026)
+- Fix restarting selected cluster instead of all of them [#3032](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3032)
+- Fix pinned agents don't trigger a new filtered query [#3035](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3035)
+- Overlay Wazuh menu when Kibana menu is opened or docked [#3038](https://github.com/wazuh/wazuh-dashboard-plugins/pull/3038)
+- Fix visualizations in PDF Reports with Dark mode [#2983](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2983)
## Wazuh v4.1.1 - Kibana 7.10.0 , 7.10.2 - Revision 4102
### Added
-- Prompt to show the unsupported module for the selected agent [#2959](https://github.com/wazuh/wazuh-kibana-app/pull/2959)
-- Added a X-Frame-Options header to the backend responses [#2977](https://github.com/wazuh/wazuh-kibana-app/pull/2977)
+- Prompt to show the unsupported module for the selected agent [#2959](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2959)
+- Added a X-Frame-Options header to the backend responses [#2977](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2977)
### Changed
-- Added toast with refresh button when new fields are loaded [#2974](https://github.com/wazuh/wazuh-kibana-app/pull/2974)
-- Migrated manager and cluster files endpoints and their corresponding RBAC [#2984](https://github.com/wazuh/wazuh-kibana-app/pull/2984)
-
-### Fixed
-
-- Fix login error when AWS Elasticsearch and ODFE is used [#2710](https://github.com/wazuh/wazuh-kibana-app/issues/2710)
-- An error message is displayed when changing a group's configuration although the user has the right permissions [#2955](https://github.com/wazuh/wazuh-kibana-app/pull/2955)
-- Fix Security events table is empty when switching the pinned agents [#2956](https://github.com/wazuh/wazuh-kibana-app/pull/2956)
-- Fix disabled switch visual edit button when json content is empty [#2957](https://github.com/wazuh/wazuh-kibana-app/issues/2957)
-- Fixed main and `More` menus for unsupported agents [#2959](https://github.com/wazuh/wazuh-kibana-app/pull/2959)
-- Fixed forcing a non numeric filter value in a number type field [#2961](https://github.com/wazuh/wazuh-kibana-app/pull/2961)
-- Fixed wrong number of alerts in Security Events [#2964](https://github.com/wazuh/wazuh-kibana-app/pull/2964)
-- Fixed search with strange characters of agent in Management groups [#2970](https://github.com/wazuh/wazuh-kibana-app/pull/2970)
-- Fix the statusCode error message [#2971](https://github.com/wazuh/wazuh-kibana-app/pull/2971)
-- Fix the SCA policy stats didn't refresh [#2973](https://github.com/wazuh/wazuh-kibana-app/pull/2973)
-- Fixed loading of AWS index fields even when no AWS alerts were found [#2974](https://github.com/wazuh/wazuh-kibana-app/pull/2974)
-- Fix some date fields format in FIM and SCA modules [#2975](https://github.com/wazuh/wazuh-kibana-app/pull/2975)
-- Fix a non-stop error in Manage agents when the user has no permissions [#2976](https://github.com/wazuh/wazuh-kibana-app/pull/2976)
-- Can't edit empty rules and decoders files that already exist in the manager [#2978](https://github.com/wazuh/wazuh-kibana-app/pull/2978)
-- Support for alerts index pattern with different ID and name [#2979](https://github.com/wazuh/wazuh-kibana-app/pull/2979)
-- Fix the unpin agent in the selection modal [#2980](https://github.com/wazuh/wazuh-kibana-app/pull/2980)
-- Fix properly logout of Wazuh API when logging out of the application (only for OpenDistro) [#2789](https://github.com/wazuh/wazuh-kibana-app/issues/2789)
-- Fixed missing `&&` from macOS agent deployment command [#2989](https://github.com/wazuh/wazuh-kibana-app/issues/2989)
-- Fix prompt permissions on Framework of Mitre and Inventory of Integrity monitoring. [#2967](https://github.com/wazuh/wazuh-kibana-app/issues/2967)
-- Fix properly logout of Wazuh API when logging out of the application support x-pack [#2789](https://github.com/wazuh/wazuh-kibana-app/issues/2789)
+- Added toast with refresh button when new fields are loaded [#2974](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2974)
+- Migrated manager and cluster files endpoints and their corresponding RBAC [#2984](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2984)
+
+### Fixed
+
+- Fix login error when AWS Elasticsearch and ODFE is used [#2710](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2710)
+- An error message is displayed when changing a group's configuration although the user has the right permissions [#2955](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2955)
+- Fix Security events table is empty when switching the pinned agents [#2956](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2956)
+- Fix disabled switch visual edit button when json content is empty [#2957](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2957)
+- Fixed main and `More` menus for unsupported agents [#2959](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2959)
+- Fixed forcing a non numeric filter value in a number type field [#2961](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2961)
+- Fixed wrong number of alerts in Security Events [#2964](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2964)
+- Fixed search with strange characters of agent in Management groups [#2970](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2970)
+- Fix the statusCode error message [#2971](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2971)
+- Fix the SCA policy stats didn't refresh [#2973](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2973)
+- Fixed loading of AWS index fields even when no AWS alerts were found [#2974](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2974)
+- Fix some date fields format in FIM and SCA modules [#2975](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2975)
+- Fix a non-stop error in Manage agents when the user has no permissions [#2976](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2976)
+- Can't edit empty rules and decoders files that already exist in the manager [#2978](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2978)
+- Support for alerts index pattern with different ID and name [#2979](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2979)
+- Fix the unpin agent in the selection modal [#2980](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2980)
+- Fix properly logout of Wazuh API when logging out of the application (only for OpenDistro) [#2789](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2789)
+- Fixed missing `&&` from macOS agent deployment command [#2989](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2989)
+- Fix prompt permissions on Framework of Mitre and Inventory of Integrity monitoring. [#2967](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2967)
+- Fix properly logout of Wazuh API when logging out of the application support x-pack [#2789](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2789)
## Wazuh v4.1.0 - Kibana 7.10.0 , 7.10.2 - Revision 4101
### Added
-- Check the max buckets by default in healthcheck and increase them [#2901](https://github.com/wazuh/wazuh-kibana-app/pull/2901)
-- Added a prompt wraning in role mapping if run_as is false or he is not allowed to use it by API [#2876](https://github.com/wazuh/wazuh-kibana-app/pull/2876)
+- Check the max buckets by default in healthcheck and increase them [#2901](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2901)
+- Added a prompt wraning in role mapping if run_as is false or he is not allowed to use it by API [#2876](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2876)
### Changed
-- Support new fields of Windows Registry at FIM inventory panel [#2679](https://github.com/wazuh/wazuh-kibana-app/issues/2679)
-- Added on FIM Inventory Windows Registry registry_key and registry_value items from syscheck [#2908](https://github.com/wazuh/wazuh-kibana-app/issues/2908)
-- Uncheck agents after an action in agents groups management [#2907](https://github.com/wazuh/wazuh-kibana-app/pull/2907)
-- Unsave rule files when edit or create a rule with invalid content [#2944](https://github.com/wazuh/wazuh-kibana-app/pull/2944)
-- Added vulnerabilities module for macos agents [#2969](https://github.com/wazuh/wazuh-kibana-app/pull/2969)
-
-### Fixed
-
-- Fix server error Invalid token specified: Cannot read property 'replace' of undefined [#2899](https://github.com/wazuh/wazuh-kibana-app/issues/2899)
-- Fix show empty files rules and decoders: [#2923](https://github.com/wazuh/wazuh-kibana-app/issues/2923)
-- Fixed wrong hover texts in CDB lists actions [#2929](https://github.com/wazuh/wazuh-kibana-app/pull/2929)
-- Fixed access to forbidden agents information when exporting agents listt [2918](https://github.com/wazuh/wazuh-kibana-app/pull/2918)
-- Fix the decoder detail view is not displayed [#2888](https://github.com/wazuh/wazuh-kibana-app/issues/2888)
-- Fix the complex search using the Wazuh API query filter in search bars [#2930](https://github.com/wazuh/wazuh-kibana-app/issues/2930)
-- Fixed validation to check userPermissions are not ready yet [#2931](https://github.com/wazuh/wazuh-kibana-app/issues/2931)
-- Fixed clear visualizations manager list when switching tabs. Fixes PDF reports filters [#2932](https://github.com/wazuh/wazuh-kibana-app/pull/2932)
-- Fix Strange box shadow in Export popup panel in Managment > Groups [#2886](https://github.com/wazuh/wazuh-kibana-app/issues/2886)
-- Fixed wrong command on alert when data folder does not exist [#2938](https://github.com/wazuh/wazuh-kibana-app/pull/2938)
-- Fix agents table OS field sorting: Changes agents table field `os_name` to `os.name,os.version` to make it sortable. [#2939](https://github.com/wazuh/wazuh-kibana-app/pull/2939)
-- Fixed diff parsed datetime between agent detail and agents table [#2940](https://github.com/wazuh/wazuh-kibana-app/pull/2940)
-- Allow access to Agents section with agent:group action permission [#2933](https://github.com/wazuh/wazuh-kibana-app/issues/2933)
-- Fixed filters does not work on modals with search bar [#2935](https://github.com/wazuh/wazuh-kibana-app/pull/2935)
-- Fix wrong package name in deploy new agent [#2942](https://github.com/wazuh/wazuh-kibana-app/issues/2942)
-- Fixed number agents not show on pie onMouseEvent [#2890](https://github.com/wazuh/wazuh-kibana-app/issues/2890)
-- Fixed off Kibana Query Language in search bar of Controls/Inventory modules. [#2945](https://github.com/wazuh/wazuh-kibana-app/pull/2945)
-- Fixed number of agents do not show on the pie chart tooltip in agents preview [#2890](https://github.com/wazuh/wazuh-kibana-app/issues/2890)
+- Support new fields of Windows Registry at FIM inventory panel [#2679](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2679)
+- Added on FIM Inventory Windows Registry registry_key and registry_value items from syscheck [#2908](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2908)
+- Uncheck agents after an action in agents groups management [#2907](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2907)
+- Unsave rule files when edit or create a rule with invalid content [#2944](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2944)
+- Added vulnerabilities module for macos agents [#2969](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2969)
+
+### Fixed
+
+- Fix server error Invalid token specified: Cannot read property 'replace' of undefined [#2899](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2899)
+- Fix show empty files rules and decoders: [#2923](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2923)
+- Fixed wrong hover texts in CDB lists actions [#2929](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2929)
+- Fixed access to forbidden agents information when exporting agents listt [2918](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2918)
+- Fix the decoder detail view is not displayed [#2888](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2888)
+- Fix the complex search using the Wazuh API query filter in search bars [#2930](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2930)
+- Fixed validation to check userPermissions are not ready yet [#2931](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2931)
+- Fixed clear visualizations manager list when switching tabs. Fixes PDF reports filters [#2932](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2932)
+- Fix Strange box shadow in Export popup panel in Managment > Groups [#2886](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2886)
+- Fixed wrong command on alert when data folder does not exist [#2938](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2938)
+- Fix agents table OS field sorting: Changes agents table field `os_name` to `os.name,os.version` to make it sortable. [#2939](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2939)
+- Fixed diff parsed datetime between agent detail and agents table [#2940](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2940)
+- Allow access to Agents section with agent:group action permission [#2933](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2933)
+- Fixed filters does not work on modals with search bar [#2935](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2935)
+- Fix wrong package name in deploy new agent [#2942](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2942)
+- Fixed number agents not show on pie onMouseEvent [#2890](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2890)
+- Fixed off Kibana Query Language in search bar of Controls/Inventory modules. [#2945](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2945)
+- Fixed number of agents do not show on the pie chart tooltip in agents preview [#2890](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2890)
## Wazuh v4.0.4 - Kibana 7.10.0 , 7.10.2 - Revision 4017
### Added
-- Adapt the app to the new Kibana platform [#2475](https://github.com/wazuh/wazuh-kibana-app/issues/2475)
-- Wazuh data directory moved from `optimize` to `data` Kibana directory [#2591](https://github.com/wazuh/wazuh-kibana-app/issues/2591)
-- Show the wui_rules belong to wazuh-wui API user [#2702](https://github.com/wazuh/wazuh-kibana-app/issues/2702)
+- Adapt the app to the new Kibana platform [#2475](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2475)
+- Wazuh data directory moved from `optimize` to `data` Kibana directory [#2591](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2591)
+- Show the wui_rules belong to wazuh-wui API user [#2702](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2702)
### Fixed
-- Fixed Wazuh menu and agent menu for Solaris agents [#2773](https://github.com/wazuh/wazuh-kibana-app/issues/2773) [#2725](https://github.com/wazuh/wazuh-kibana-app/issues/2725)
-- Fixed wrong shards and replicas for statistics indices and also fixed wrong prefix for monitoring indices [#2732](https://github.com/wazuh/wazuh-kibana-app/issues/2732)
-- Report's creation dates set to 1970-01-01T00:00:00.000Z [#2772](https://github.com/wazuh/wazuh-kibana-app/issues/2772)
-- Fixed bug for missing commands in ubuntu/debian and centos [#2786](https://github.com/wazuh/wazuh-kibana-app/issues/2786)
-- Fixed bug that show an hour before in /security-events/dashboard [#2785](https://github.com/wazuh/wazuh-kibana-app/issues/2785)
-- Fixed permissions to access agents [#2838](https://github.com/wazuh/wazuh-kibana-app/issues/2838)
-- Fix searching in groups [#2825](https://github.com/wazuh/wazuh-kibana-app/issues/2825)
-- Fix the pagination in SCA ckecks table [#2815](https://github.com/wazuh/wazuh-kibana-app/issues/2815)
-- Fix the SCA table with a wrong behaviour using the refresh button [#2854](https://github.com/wazuh/wazuh-kibana-app/issues/2854)
-- Fix sca permissions for agents views and dashboards [#2862](https://github.com/wazuh/wazuh-kibana-app/issues/2862)
-- Solaris should not show vulnerabilities module [#2829](https://github.com/wazuh/wazuh-kibana-app/issues/2829)
-- Fix the settings of statistics indices creation [#2858](https://github.com/wazuh/wazuh-kibana-app/issues/2858)
-- Update agents' info in Management Status after changing cluster node selected [#2828](https://github.com/wazuh/wazuh-kibana-app/issues/2828)
-- Fix error when applying filter in rules from events [#2877](https://github.com/wazuh/wazuh-kibana-app/issues/2877)
+- Fixed Wazuh menu and agent menu for Solaris agents [#2773](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2773) [#2725](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2725)
+- Fixed wrong shards and replicas for statistics indices and also fixed wrong prefix for monitoring indices [#2732](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2732)
+- Report's creation dates set to 1970-01-01T00:00:00.000Z [#2772](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2772)
+- Fixed bug for missing commands in ubuntu/debian and centos [#2786](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2786)
+- Fixed bug that show an hour before in /security-events/dashboard [#2785](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2785)
+- Fixed permissions to access agents [#2838](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2838)
+- Fix searching in groups [#2825](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2825)
+- Fix the pagination in SCA ckecks table [#2815](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2815)
+- Fix the SCA table with a wrong behaviour using the refresh button [#2854](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2854)
+- Fix sca permissions for agents views and dashboards [#2862](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2862)
+- Solaris should not show vulnerabilities module [#2829](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2829)
+- Fix the settings of statistics indices creation [#2858](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2858)
+- Update agents' info in Management Status after changing cluster node selected [#2828](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2828)
+- Fix error when applying filter in rules from events [#2877](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2877)
### Changed
-- Replaced `wazuh` Wazuh API user by `wazuh-wui` in the default configuration [#2852](https://github.com/wazuh/wazuh-kibana-app/issues/2852)
-- Add agent id to the reports name in Agent Inventory and Modules [#2817](https://github.com/wazuh/wazuh-kibana-app/issues/2817)
+- Replaced `wazuh` Wazuh API user by `wazuh-wui` in the default configuration [#2852](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2852)
+- Add agent id to the reports name in Agent Inventory and Modules [#2817](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2817)
### Adapt for Kibana 7.10.0
-- Fixed filter pinned crash returning from agents [#2864](https://github.com/wazuh/wazuh-kibana-app/issues/2864)
-- Fixed style in sca and regulatory compliance tables and in wz menu [#2861](https://github.com/wazuh/wazuh-kibana-app/issues/2861)
-- Fix body-payload of Sample Alerts POST endpoint [#2857](https://github.com/wazuh/wazuh-kibana-app/issues/2857)
-- Fixed bug in the table on Agents->Table-> Actions->Config icon [#2853](https://github.com/wazuh/wazuh-kibana-app/issues/2853)
-- Fixed tooltip in the icon of view decoder file [#2850](https://github.com/wazuh/wazuh-kibana-app/issues/2850)
-- Fixed bug with agent filter when it is pinned [#2846](https://github.com/wazuh/wazuh-kibana-app/issues/2846)
-- Fix discovery navigation [#2845](https://github.com/wazuh/wazuh-kibana-app/issues/2845)
-- Search file editor gone [#2843](https://github.com/wazuh/wazuh-kibana-app/issues/2843)
-- Fix Agent Search Bar - Regex Query Interpreter [#2834](https://github.com/wazuh/wazuh-kibana-app/issues/2834)
-- Fixed accordion style breaking [#2833](https://github.com/wazuh/wazuh-kibana-app/issues/2833)
-- Fix metrics are not updated after a bad request in search input [#2830](https://github.com/wazuh/wazuh-kibana-app/issues/2830)
-- Fix mitre framework tab crash [#2821](https://github.com/wazuh/wazuh-kibana-app/issues/2821)
-- Changed ping request to default request. Added delay and while to che… [#2820](https://github.com/wazuh/wazuh-kibana-app/issues/2820)
-- Removed kibana alert for security [#2806](https://github.com/wazuh/wazuh-kibana-app/issues/2806)
+- Fixed filter pinned crash returning from agents [#2864](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2864)
+- Fixed style in sca and regulatory compliance tables and in wz menu [#2861](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2861)
+- Fix body-payload of Sample Alerts POST endpoint [#2857](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2857)
+- Fixed bug in the table on Agents->Table-> Actions->Config icon [#2853](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2853)
+- Fixed tooltip in the icon of view decoder file [#2850](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2850)
+- Fixed bug with agent filter when it is pinned [#2846](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2846)
+- Fix discovery navigation [#2845](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2845)
+- Search file editor gone [#2843](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2843)
+- Fix Agent Search Bar - Regex Query Interpreter [#2834](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2834)
+- Fixed accordion style breaking [#2833](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2833)
+- Fix metrics are not updated after a bad request in search input [#2830](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2830)
+- Fix mitre framework tab crash [#2821](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2821)
+- Changed ping request to default request. Added delay and while to che… [#2820](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2820)
+- Removed kibana alert for security [#2806](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2806)
## Wazuh v4.0.4 - Kibana 7.10.0 , 7.10.2 - Revision 4016
### Added
-- Modified agent registration adding groups and architecture [#2666](https://github.com/wazuh/wazuh-kibana-app/issues/2666) [#2652](https://github.com/wazuh/wazuh-kibana-app/issues/2652)
-- Each user can only view their own reports [#2686](https://github.com/wazuh/wazuh-kibana-app/issues/2686)
+- Modified agent registration adding groups and architecture [#2666](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2666) [#2652](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2652)
+- Each user can only view their own reports [#2686](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2686)
### Fixed
-- Create index pattern even if there aren´t available indices [#2620](https://github.com/wazuh/wazuh-kibana-app/issues/2620)
-- Top bar overlayed over expanded visualizations [#2667](https://github.com/wazuh/wazuh-kibana-app/issues/2667)
-- Empty inventory data in Solaris agents [#2680](https://github.com/wazuh/wazuh-kibana-app/pull/2680)
-- Wrong parameters in the dev-tools autocomplete section [#2675](https://github.com/wazuh/wazuh-kibana-app/issues/2675)
-- Wrong permissions on edit CDB list [#2665](https://github.com/wazuh/wazuh-kibana-app/pull/2665)
-- fix(frontend): add the metafields when refreshing the index pattern [#2681](https://github.com/wazuh/wazuh-kibana-app/pull/2681)
-- Error toast is showing about Elasticsearch users for environments without security [#2713](https://github.com/wazuh/wazuh-kibana-app/issues/2713)
-- Error about Handler.error in Role Mapping fixed [#2702](https://github.com/wazuh/wazuh-kibana-app/issues/2702)
-- Fixed message in reserved users actions [#2702](https://github.com/wazuh/wazuh-kibana-app/issues/2702)
-- Error 500 on Export formatted CDB list [#2692](https://github.com/wazuh/wazuh-kibana-app/pull/2692)
-- Wui rules label should have only one tooltip [#2723](https://github.com/wazuh/wazuh-kibana-app/issues/2723)
-- Move upper the Wazuh item in the Kibana menu and default index pattern [#2867](https://github.com/wazuh/wazuh-kibana-app/pull/2867)
+- Create index pattern even if there aren´t available indices [#2620](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2620)
+- Top bar overlayed over expanded visualizations [#2667](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2667)
+- Empty inventory data in Solaris agents [#2680](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2680)
+- Wrong parameters in the dev-tools autocomplete section [#2675](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2675)
+- Wrong permissions on edit CDB list [#2665](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2665)
+- fix(frontend): add the metafields when refreshing the index pattern [#2681](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2681)
+- Error toast is showing about Elasticsearch users for environments without security [#2713](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2713)
+- Error about Handler.error in Role Mapping fixed [#2702](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2702)
+- Fixed message in reserved users actions [#2702](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2702)
+- Error 500 on Export formatted CDB list [#2692](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2692)
+- Wui rules label should have only one tooltip [#2723](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2723)
+- Move upper the Wazuh item in the Kibana menu and default index pattern [#2867](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2867)
## Wazuh v4.0.4 - Kibana v7.9.1, v7.9.3 - Revision 4015
@@ -923,15 +929,15 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added
-- Improved management of index-pattern fields [#2630](https://github.com/wazuh/wazuh-kibana-app/issues/2630)
+- Improved management of index-pattern fields [#2630](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2630)
### Fixed
-- fix(fronted): fixed the check of API and APP version in health check [#2655](https://github.com/wazuh/wazuh-kibana-app/pull/2655)
-- Replace user by username key in the monitoring logic [#2654](https://github.com/wazuh/wazuh-kibana-app/pull/2654)
-- Security alerts and reporting issues when using private tenants [#2639](https://github.com/wazuh/wazuh-kibana-app/issues/2639)
-- Manager restart in rule editor does not work with Wazuh cluster enabled [#2640](https://github.com/wazuh/wazuh-kibana-app/issues/2640)
-- fix(frontend): Empty inventory data in Solaris agents [#2680](https://github.com/wazuh/wazuh-kibana-app/pull/2680)
+- fix(fronted): fixed the check of API and APP version in health check [#2655](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2655)
+- Replace user by username key in the monitoring logic [#2654](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2654)
+- Security alerts and reporting issues when using private tenants [#2639](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2639)
+- Manager restart in rule editor does not work with Wazuh cluster enabled [#2640](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2640)
+- fix(frontend): Empty inventory data in Solaris agents [#2680](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2680)
## Wazuh v4.0.3 - Kibana v7.9.1, v7.9.2, v7.9.3 - Revision 4013
@@ -943,12 +949,12 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added
-- Sample data indices name should take index pattern in use [#2593](https://github.com/wazuh/wazuh-kibana-app/issues/2593)
-- Added start option to macos Agents [#2653](https://github.com/wazuh/wazuh-kibana-app/pull/2653)
+- Sample data indices name should take index pattern in use [#2593](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2593)
+- Added start option to macos Agents [#2653](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2653)
### Changed
-- Statistics settings do not allow to configure primary shards and replicas [#2627](https://github.com/wazuh/wazuh-kibana-app/issues/2627)
+- Statistics settings do not allow to configure primary shards and replicas [#2627](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2627)
## Wazuh v4.0.2 - Kibana v7.9.1, v7.9.3 - Revision 4011
@@ -958,64 +964,64 @@ All notable changes to the Wazuh app project will be documented in this file.
### Fixed
-- The index pattern title is overwritten with its id after refreshing its fields [#2577](https://github.com/wazuh/wazuh-kibana-app/issues/2577)
-- [RBAC] Issues detected when using RBAC [#2579](https://github.com/wazuh/wazuh-kibana-app/issues/2579)
+- The index pattern title is overwritten with its id after refreshing its fields [#2577](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2577)
+- [RBAC] Issues detected when using RBAC [#2579](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2579)
## Wazuh v4.0.1 - Kibana v7.9.1, v7.9.3 - Revision 4010
### Changed
-- Alerts summary table for PDF reports on all modules [#2632](https://github.com/wazuh/wazuh-kibana-app/issues/2632)
-- [4.0-7.9] Run as with no wazuh-wui API user [#2576](https://github.com/wazuh/wazuh-kibana-app/issues/2576)
-- Deploy a new agent interface as default interface [#2564](https://github.com/wazuh/wazuh-kibana-app/issues/2564)
-- Problem in the visualization of new reserved resources of the Wazuh API [#2643](https://github.com/wazuh/wazuh-kibana-app/issues/2643)
+- Alerts summary table for PDF reports on all modules [#2632](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2632)
+- [4.0-7.9] Run as with no wazuh-wui API user [#2576](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2576)
+- Deploy a new agent interface as default interface [#2564](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2564)
+- Problem in the visualization of new reserved resources of the Wazuh API [#2643](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2643)
### Fixed
-- Restore the tables in the agents' reports [#2628](https://github.com/wazuh/wazuh-kibana-app/issues/2628)
-- [RBAC] Issues detected when using RBAC [#2579](https://github.com/wazuh/wazuh-kibana-app/issues/2579)
-- Changes done via a worker's API are overwritten [#2626](https://github.com/wazuh/wazuh-kibana-app/issues/2626)
+- Restore the tables in the agents' reports [#2628](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2628)
+- [RBAC] Issues detected when using RBAC [#2579](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2579)
+- Changes done via a worker's API are overwritten [#2626](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2626)
### Fixed
-- [BUGFIX] Default user field for current platform [#2633](https://github.com/wazuh/wazuh-kibana-app/pull/2633)
+- [BUGFIX] Default user field for current platform [#2633](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2633)
## Wazuh v4.0.1 - Kibana v7.9.1, v7.9.3 - Revision 4009
### Changed
-- Hide empty columns of the processes table of the MacOS agents [#2570](https://github.com/wazuh/wazuh-kibana-app/pull/2570)
-- Missing step in "Deploy a new agent" view [#2623](https://github.com/wazuh/wazuh-kibana-app/issues/2623)
-- Implement wazuh users' CRUD [#2598](https://github.com/wazuh/wazuh-kibana-app/pull/2598)
+- Hide empty columns of the processes table of the MacOS agents [#2570](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2570)
+- Missing step in "Deploy a new agent" view [#2623](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2623)
+- Implement wazuh users' CRUD [#2598](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2598)
### Fixed
-- Inconsistent data in sample data alerts [#2618](https://github.com/wazuh/wazuh-kibana-app/pull/2618)
+- Inconsistent data in sample data alerts [#2618](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2618)
## Wazuh v4.0.1 - Kibana v7.9.1, v7.9.3 - Revision 4008
### Fixed
-- Icons not align to the right in Modules > Events [#2607](https://github.com/wazuh/wazuh-kibana-app/pull/2607)
-- Statistics visualizations do not show data [#2602](https://github.com/wazuh/wazuh-kibana-app/pull/2602)
-- Error on loading css files [#2599](https://github.com/wazuh/wazuh-kibana-app/pull/2599)
-- Fixed search filter in search bar in Module/SCA wasn't working [#2601](https://github.com/wazuh/wazuh-kibana-app/pull/2601)
+- Icons not align to the right in Modules > Events [#2607](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2607)
+- Statistics visualizations do not show data [#2602](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2602)
+- Error on loading css files [#2599](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2599)
+- Fixed search filter in search bar in Module/SCA wasn't working [#2601](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2601)
## Wazuh v4.0.0 - Kibana v7.9.1, v7.9.2, v7.9.3 - Revision 4007
### Fixed
-- updated macOS package URL [#2596](https://github.com/wazuh/wazuh-kibana-app/pull/2596)
-- Revert "[4.0-7.9] [BUGFIX] Removed unnecessary function call" [#2597](https://github.com/wazuh/wazuh-kibana-app/pull/2597)
+- updated macOS package URL [#2596](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2596)
+- Revert "[4.0-7.9] [BUGFIX] Removed unnecessary function call" [#2597](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2597)
## Wazuh v4.0.0 - Kibana v7.9.1, v7.9.2, v7.9.3 - Revision 4006
### Fixed
-- Undefined field in event view [#2588](https://github.com/wazuh/wazuh-kibana-app/issues/2588)
-- Several calls to the same stats request (esAlerts) [#2586](https://github.com/wazuh/wazuh-kibana-app/issues/2586)
-- The filter options popup doesn't open on click once the filter is pinned [#2581](https://github.com/wazuh/wazuh-kibana-app/issues/2581)
-- The formatedFields are missing from the index-pattern of wazuh-alerts-\* [#2574](https://github.com/wazuh/wazuh-kibana-app/issues/2574)
+- Undefined field in event view [#2588](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2588)
+- Several calls to the same stats request (esAlerts) [#2586](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2586)
+- The filter options popup doesn't open on click once the filter is pinned [#2581](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2581)
+- The formatedFields are missing from the index-pattern of wazuh-alerts-\* [#2574](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2574)
## Wazuh v4.0.0 - Kibana v7.9.3 - Revision 4005
@@ -1034,7 +1040,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Added remoted and analysisd statistics.
- Expand supported deployment variables.
- Added new configuration view settings for GCP integration.
-- Added logic to change the `metafields` configuration of Kibana [#2524](https://github.com/wazuh/wazuh-kibana-app/issues/2524)
+- Added logic to change the `metafields` configuration of Kibana [#2524](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2524)
### Changed
@@ -1052,7 +1058,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Index pattern is not being refreshed.
- Reporting fails when agent is pinned and compliance controls are visited.
- Reload rule detail doesn't work properly with the related rules.
-- Fix search bar filter in Manage agent of group [#2541](https://github.com/wazuh/wazuh-kibana-app/pull/2541)
+- Fix search bar filter in Manage agent of group [#2541](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2541)
# Wazuh v3.13.6 - Kibana v7.9.2 - Revision 890
@@ -1062,7 +1068,7 @@ All notable changes to the Wazuh app project will be documented in this file.
## Wazuh v3.13.5 - Kibana 7.9.2 - Revision 889
-- Sanitize report's inputs and usernames [#4336](https://github.com/wazuh/wazuh-kibana-app/pull/4336)
+- Sanitize report's inputs and usernames [#4336](https://github.com/wazuh/wazuh-dashboard-plugins/pull/4336)
## Wazuh v3.13.2 - Kibana v7.9.1 - Revision 887
@@ -1113,30 +1119,30 @@ All notable changes to the Wazuh app project will be documented in this file.
- Support for Wazuh v3.13.0
- Support for Kibana v7.7.1
- Support for Open Distro 1.8
-- New navigation experience with a global menu [#1965](https://github.com/wazuh/wazuh-kibana-app/issues/1965)
-- Added a Breadcrumb in Kibana top nav [#2161](https://github.com/wazuh/wazuh-kibana-app/issues/2161)
-- Added a new Agents Summary Screen [#1963](https://github.com/wazuh/wazuh-kibana-app/issues/1963)
-- Added a new feature to add sample data to dashboards [#2115](https://github.com/wazuh/wazuh-kibana-app/issues/2115)
-- Added MITRE integration [#1877](https://github.com/wazuh/wazuh-kibana-app/issues/1877)
-- Added Google Cloud Platform integration [#1873](https://github.com/wazuh/wazuh-kibana-app/issues/1873)
-- Added TSC integration [#2204](https://github.com/wazuh/wazuh-kibana-app/pull/2204)
-- Added a new Integrity monitoring state view for agent [#2153](https://github.com/wazuh/wazuh-kibana-app/issues/2153)
-- Added a new Integrity monitoring files detail view [#2156](https://github.com/wazuh/wazuh-kibana-app/issues/2156)
-- Added a new component to explore Compliance requirements [#2156](https://github.com/wazuh/wazuh-kibana-app/issues/2261)
+- New navigation experience with a global menu [#1965](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1965)
+- Added a Breadcrumb in Kibana top nav [#2161](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2161)
+- Added a new Agents Summary Screen [#1963](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1963)
+- Added a new feature to add sample data to dashboards [#2115](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2115)
+- Added MITRE integration [#1877](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1877)
+- Added Google Cloud Platform integration [#1873](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1873)
+- Added TSC integration [#2204](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2204)
+- Added a new Integrity monitoring state view for agent [#2153](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2153)
+- Added a new Integrity monitoring files detail view [#2156](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2156)
+- Added a new component to explore Compliance requirements [#2156](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2261)
### Changed
- Code migration to React.js
- Global review of styles
-- Unified Overview and Agent dashboards into new Modules [#2110](https://github.com/wazuh/wazuh-kibana-app/issues/2110)
-- Changed Vulnerabilities dashboard visualizations [#2262](https://github.com/wazuh/wazuh-kibana-app/issues/2262)
+- Unified Overview and Agent dashboards into new Modules [#2110](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2110)
+- Changed Vulnerabilities dashboard visualizations [#2262](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2262)
### Fixed
-- Open Distro tenants have been fixed and are functional now [#1890](https://github.com/wazuh/wazuh-kibana-app/issues/1890).
-- Improved navigation performance [#2200](https://github.com/wazuh/wazuh-kibana-app/issues/2200).
-- Avoid creating the wazuh-monitoring index pattern if it is disabled [#2100](https://github.com/wazuh/wazuh-kibana-app/issues/2100)
-- SCA checks without compliance field can't be expanded [#2264](https://github.com/wazuh/wazuh-kibana-app/issues/2264)
+- Open Distro tenants have been fixed and are functional now [#1890](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1890).
+- Improved navigation performance [#2200](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2200).
+- Avoid creating the wazuh-monitoring index pattern if it is disabled [#2100](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2100)
+- SCA checks without compliance field can't be expanded [#2264](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2264)
## Wazuh v3.12.3 - Kibana v7.7.1 - Revision 876
@@ -1167,15 +1173,15 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added
- Support Wazuh 3.12.1
-- Added new FIM settings on configuration on demand. [#2147](https://github.com/wazuh/wazuh-kibana-app/issues/2147)
+- Added new FIM settings on configuration on demand. [#2147](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2147)
### Changed
-- Updated agent's variable names in deployment guides. [#2169](https://github.com/wazuh/wazuh-kibana-app/pull/2169)
+- Updated agent's variable names in deployment guides. [#2169](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2169)
### Fixed
-- Pagination is now shown in table-type visualizations. [#2180](https://github.com/wazuh/wazuh-kibana-app/issues/2180)
+- Pagination is now shown in table-type visualizations. [#2180](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2180)
## Wazuh v3.12.0 - Kibana v6.8.8, v7.6.2 - Revision 871
@@ -1188,21 +1194,21 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added
- Support for Wazuh v3.12.0
-- Added a new setting to hide manager alerts from dashboards. [#2102](https://github.com/wazuh/wazuh-kibana-app/pull/2102)
-- Added a new setting to be able to change API from the top menu. [#2143](https://github.com/wazuh/wazuh-kibana-app/issues/2143)
-- Added a new setting to enable/disable the known fields health check [#2037](https://github.com/wazuh/wazuh-kibana-app/pull/2037)
-- Added suport for PCI 11.2.1 and 11.2.3 rules. [#2062](https://github.com/wazuh/wazuh-kibana-app/pull/2062)
+- Added a new setting to hide manager alerts from dashboards. [#2102](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2102)
+- Added a new setting to be able to change API from the top menu. [#2143](https://github.com/wazuh/wazuh-dashboard-plugins/issues/2143)
+- Added a new setting to enable/disable the known fields health check [#2037](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2037)
+- Added suport for PCI 11.2.1 and 11.2.3 rules. [#2062](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2062)
### Changed
-- Restructuring of the optimize/wazuh directory. Now the Wazuh configuration file (wazuh.yml) is placed on /usr/share/kibana/optimize/wazuh/config. [#2116](https://github.com/wazuh/wazuh-kibana-app/pull/2116)
-- Improve performance of Dasboards reports generation. [1802344](https://github.com/wazuh/wazuh-kibana-app/commit/18023447c6279d385df84d7f4a5663ed2167fdb5)
+- Restructuring of the optimize/wazuh directory. Now the Wazuh configuration file (wazuh.yml) is placed on /usr/share/kibana/optimize/wazuh/config. [#2116](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2116)
+- Improve performance of Dasboards reports generation. [1802344](https://github.com/wazuh/wazuh-dashboard-plugins/commit/18023447c6279d385df84d7f4a5663ed2167fdb5)
### Fixed
-- Discover time range selector is now displayed on the Cluster section. [08901df](https://github.com/wazuh/wazuh-kibana-app/commit/08901dfcbe509f17e4fab26877c8b7dae8a66bff)
-- Added the win_auth_failure rule group to Authentication failure metrics. [#2099](https://github.com/wazuh/wazuh-kibana-app/pull/2099)
-- Negative values in Syscheck attributes now have their correct value in reports. [7c3e84e](https://github.com/wazuh/wazuh-kibana-app/commit/7c3e84ec8f00760b4f650cfc00a885d868123f99)
+- Discover time range selector is now displayed on the Cluster section. [08901df](https://github.com/wazuh/wazuh-dashboard-plugins/commit/08901dfcbe509f17e4fab26877c8b7dae8a66bff)
+- Added the win_auth_failure rule group to Authentication failure metrics. [#2099](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2099)
+- Negative values in Syscheck attributes now have their correct value in reports. [7c3e84e](https://github.com/wazuh/wazuh-dashboard-plugins/commit/7c3e84ec8f00760b4f650cfc00a885d868123f99)
## Wazuh v3.11.4 - Kibana v7.6.1 - Revision 858
@@ -1236,7 +1242,7 @@ All notable changes to the Wazuh app project will be documented in this file.
### Fixed
-- Windows Updates table is now displayed in the Inventory Data report [#2028](https://github.com/wazuh/wazuh-kibana-app/pull/2028)
+- Windows Updates table is now displayed in the Inventory Data report [#2028](https://github.com/wazuh/wazuh-dashboard-plugins/pull/2028)
## Wazuh v3.11.2 - Kibana v7.5.2 - Revision 853
@@ -1252,12 +1258,12 @@ All notable changes to the Wazuh app project will be documented in this file.
### Changed
-- Increased list filesize limit for the CDB-list [#1993](https://github.com/wazuh/wazuh-kibana-app/pull/1993)
+- Increased list filesize limit for the CDB-list [#1993](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1993)
### Fixed
-- The xml validator now correctly handles the `--` string within comments [#1980](https://github.com/wazuh/wazuh-kibana-app/pull/1980)
-- The AWS map visualization wasn't been loaded until the user interacts with it [dd31bd7](https://github.com/wazuh/wazuh-kibana-app/commit/dd31bd7a155354bc50fe0af22fca878607c8936a)
+- The xml validator now correctly handles the `--` string within comments [#1980](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1980)
+- The AWS map visualization wasn't been loaded until the user interacts with it [dd31bd7](https://github.com/wazuh/wazuh-dashboard-plugins/commit/dd31bd7a155354bc50fe0af22fca878607c8936a)
## Wazuh v3.11.1 - Kibana v6.8.6, v7.3.2, v7.5.1 - Revision 581
@@ -1271,37 +1277,37 @@ All notable changes to the Wazuh app project will be documented in this file.
- Support for Wazuh v3.11.0.
- Support for Kibana v7.5.1.
-- The API credentials configuration has been moved from the .wazuh index to a wazuh.yml configuration file. Now the configuration of the API hosts is done from the file and not from the application. [#1465](https://github.com/wazuh/wazuh-kibana-app/issues/1465) [#1771](https://github.com/wazuh/wazuh-kibana-app/issues/1771).
-- Upload ruleset files using a "drag and drop" component [#1770](https://github.com/wazuh/wazuh-kibana-app/issues/1770)
-- Add logs for the reporting module [#1622](https://github.com/wazuh/wazuh-kibana-app/issues/1622).
-- Extended the "Add new agent" guide [#1767](https://github.com/wazuh/wazuh-kibana-app/issues/1767).
-- Add new table for windows hotfixes [#1932](https://github.com/wazuh/wazuh-kibana-app/pull/1932)
+- The API credentials configuration has been moved from the .wazuh index to a wazuh.yml configuration file. Now the configuration of the API hosts is done from the file and not from the application. [#1465](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1465) [#1771](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1771).
+- Upload ruleset files using a "drag and drop" component [#1770](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1770)
+- Add logs for the reporting module [#1622](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1622).
+- Extended the "Add new agent" guide [#1767](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1767).
+- Add new table for windows hotfixes [#1932](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1932)
### Changed
-- Removed Discover from top menu [#1699](https://github.com/wazuh/wazuh-kibana-app/issues/1699).
-- Hide index pattern selector in case that only one exists [#1799](https://github.com/wazuh/wazuh-kibana-app/issues/1799).
-- Remove visualizations legend [#1936](https://github.com/wazuh/wazuh-kibana-app/pull/1936)
-- Normalize the field whodata in the group reporting [#1921](https://github.com/wazuh/wazuh-kibana-app/pull/1921)
-- A message in the configuration view is ambiguous [#1870](https://github.com/wazuh/wazuh-kibana-app/issues/1870)
-- Refactor syscheck table [#1941](https://github.com/wazuh/wazuh-kibana-app/pull/1941)
-
-### Fixed
-
-- Empty files now throws an error [#1806](https://github.com/wazuh/wazuh-kibana-app/issues/1806).
-- Arguments for wazuh api requests are now validated [#1815](https://github.com/wazuh/wazuh-kibana-app/issues/1815).
-- Fixed the way to check admin mode [#1838](https://github.com/wazuh/wazuh-kibana-app/issues/1838).
-- Fixed error exporting as CSV the files into a group [#1833](https://github.com/wazuh/wazuh-kibana-app/issues/1833).
-- Fixed XML validator false error for `<` [1882](https://github.com/wazuh/wazuh-kibana-app/issues/1882)
-- Fixed "New file" editor doesn't allow saving twice [#1896](https://github.com/wazuh/wazuh-kibana-app/issues/1896)
-- Fixed decoders files [#1929](https://github.com/wazuh/wazuh-kibana-app/pull/1929)
-- Fixed registration guide [#1926](https://github.com/wazuh/wazuh-kibana-app/pull/1926)
-- Fixed infinite load on Ciscat views [#1920](https://github.com/wazuh/wazuh-kibana-app/pull/1920), [#1916](https://github.com/wazuh/wazuh-kibana-app/pull/1916)
-- Fixed missing fields in the Visualizations [#1913](https://github.com/wazuh/wazuh-kibana-app/pull/1913)
-- Fixed Amazon S3 status is wrong in configuration section [#1864](https://github.com/wazuh/wazuh-kibana-app/issues/1864)
-- Fixed hidden overflow in the fim configuration [#1887](https://github.com/wazuh/wazuh-kibana-app/pull/1887)
-- Fixed Logo source fail after adding server.basePath [#1871](https://github.com/wazuh/wazuh-kibana-app/issues/1871)
-- Fixed the documentation broken links [#1853](https://github.com/wazuh/wazuh-kibana-app/pull/1853)
+- Removed Discover from top menu [#1699](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1699).
+- Hide index pattern selector in case that only one exists [#1799](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1799).
+- Remove visualizations legend [#1936](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1936)
+- Normalize the field whodata in the group reporting [#1921](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1921)
+- A message in the configuration view is ambiguous [#1870](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1870)
+- Refactor syscheck table [#1941](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1941)
+
+### Fixed
+
+- Empty files now throws an error [#1806](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1806).
+- Arguments for wazuh api requests are now validated [#1815](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1815).
+- Fixed the way to check admin mode [#1838](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1838).
+- Fixed error exporting as CSV the files into a group [#1833](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1833).
+- Fixed XML validator false error for `<` [1882](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1882)
+- Fixed "New file" editor doesn't allow saving twice [#1896](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1896)
+- Fixed decoders files [#1929](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1929)
+- Fixed registration guide [#1926](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1926)
+- Fixed infinite load on Ciscat views [#1920](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1920), [#1916](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1916)
+- Fixed missing fields in the Visualizations [#1913](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1913)
+- Fixed Amazon S3 status is wrong in configuration section [#1864](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1864)
+- Fixed hidden overflow in the fim configuration [#1887](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1887)
+- Fixed Logo source fail after adding server.basePath [#1871](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1871)
+- Fixed the documentation broken links [#1853](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1853)
## Wazuh v3.10.2 - Kibana v7.5.1 - Revision 556
@@ -1351,41 +1357,41 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added
- Support for Wazuh v3.10.0.
-- 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](https://github.com/wazuh/wazuh-kibana-app/issues/1468).
-- Added new dashboards for the recently added regulatory compliance groups into the Wazuh core. They are HIPAA and NIST-800-53 [#1468](https://github.com/wazuh/wazuh-kibana-app/issues/1448), [#1638](https://github.com/wazuh/wazuh-kibana-app/issues/1638).
-- Make the app work under a custom Kibana space [#1234](https://github.com/wazuh/wazuh-kibana-app/issues/1234), [#1450](https://github.com/wazuh/wazuh-kibana-app/issues/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](https://github.com/wazuh/wazuh-kibana-app/issues/1601).
-- Adapt the app the for Kibana dark mode [#1562](https://github.com/wazuh/wazuh-kibana-app/issues/1562).
-- Added an alerts summary in _Overview > FIM_ panel [#1527](https://github.com/wazuh/wazuh-kibana-app/issues/1527).
-- Export all the information of a Wazuh group and its related agents in a PDF document [#1341](https://github.com/wazuh/wazuh-kibana-app/issues/1341).
-- Export the configuration of a certain agent as a PDF document. Supports granularity for exporting just certain sections of the configuration [#1340](https://github.com/wazuh/wazuh-kibana-app/issues/1340).
+- 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](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1468).
+- Added new dashboards for the recently added regulatory compliance groups into the Wazuh core. They are HIPAA and NIST-800-53 [#1468](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1448), [#1638](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1638).
+- Make the app work under a custom Kibana space [#1234](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1234), [#1450](https://github.com/wazuh/wazuh-dashboard-plugins/issues/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](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1601).
+- Adapt the app the for Kibana dark mode [#1562](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1562).
+- Added an alerts summary in _Overview > FIM_ panel [#1527](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1527).
+- Export all the information of a Wazuh group and its related agents in a PDF document [#1341](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1341).
+- Export the configuration of a certain agent as a PDF document. Supports granularity for exporting just certain sections of the configuration [#1340](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1340).
### Changed
-- Reduced _Agents preview_ load time using the new API endpoint `/summary/agents` [#1687](https://github.com/wazuh/wazuh-kibana-app/pull/1687).
-- Replaced most of the _md-nav-bar_ Angular.js components with React components using EUI [#1705](https://github.com/wazuh/wazuh-kibana-app/pull/1705).
-- Replaced the requirements slider component with a new styled component [#1708](https://github.com/wazuh/wazuh-kibana-app/pull/1708).
-- 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 [#1467](https://github.com/wazuh/wazuh-kibana-app/issues/1467).
-- Visualizations now don't fetch the documents _source_, also, they now use _size: 0_ for fetching [#1663](https://github.com/wazuh/wazuh-kibana-app/issues/1663).
-- 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 [#1502](https://github.com/wazuh/wazuh-kibana-app/issues/1502).
-- Improved _getTimestamp_ method not returning a promise object because it's no longer needed [014bc3a](https://github.com/wazuh/wazuh-kibana-app/commit/014b3aba0d2e9cda0c4d521f5f16faddc434a21e). Also improved main Discover listener for Wazuh not returning a promise object [bd82823](https://github.com/wazuh/wazuh-kibana-app/commit/bd8282391a402b8c567b32739cf914a0135d74bc).
-- Replaced _Requirements over time_ visualizations in both PCI DSS and GDPR dashboards [35c539](https://github.com/wazuh/wazuh-kibana-app/commit/35c539eb328b3bded94aa7608f73f9cc51c235a6).
-- Do not show a toaster when a visualization field was not known yet, instead, show it just in case the internal refreshing failed [19a2e7](https://github.com/wazuh/wazuh-kibana-app/commit/19a2e71006b38f6a64d3d1eb8a20b02b415d7e07).
-- Minor optimizations for server logging [eb8e000](https://github.com/wazuh/wazuh-kibana-app/commit/eb8e00057dfea2dafef56319590ff832042c402d).
-
-### Fixed
-
-- Alerts search bar fixed for Kibana v7.3.1, queries were not being applied as expected [#1686](https://github.com/wazuh/wazuh-kibana-app/issues/1686).
-- Hide attributes field from non-Windows agents in the FIM table [#1710](https://github.com/wazuh/wazuh-kibana-app/issues/1710).
-- Fixed broken view in Management > Configuration > Amazon S3 > Buckets, some information was missing [#1675](https://github.com/wazuh/wazuh-kibana-app/issues/1675).
-- Keep user's filters when switching from Discover to panel [#1685](https://github.com/wazuh/wazuh-kibana-app/issues/1685).
-- Reduce load time and amount of data to be fetched in _Management > Cluster monitoring_ section avoiding possible timeouts [#1663](https://github.com/wazuh/wazuh-kibana-app/issues/1663).
-- Restored _Remove column_ feature in Discover tabs [#1702](https://github.com/wazuh/wazuh-kibana-app/issues/1702).
-- Apps using Kibana v7.3.1 had a bug once the user goes back from _Agent > FIM > Files_ to _Agent > FIM > dashboard_, filters disappear, now it's working properly [#1700](https://github.com/wazuh/wazuh-kibana-app/issues/1700).
-- Fixed visual bug in _Management > Cluster monitoring_ and a button position [1e3b748](https://github.com/wazuh/wazuh-kibana-app/commit/1e3b748f11b43b2e7956b830269b6d046d74d12c).
-- The app installation date was not being updated properly, now it's fixed [#1692](https://github.com/wazuh/wazuh-kibana-app/issues/1692).
-- Fixed _Network interfaces_ table in Inventory section, the table was not paginating [#1474](https://github.com/wazuh/wazuh-kibana-app/issues/1474).
-- Fixed APIs passwords are now obfuscated in server responses [adc3152](https://github.com/wazuh/wazuh-kibana-app/pull/1782/commits/adc31525e26b25e4cb62d81cbae70a8430728af5).
+- Reduced _Agents preview_ load time using the new API endpoint `/summary/agents` [#1687](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1687).
+- Replaced most of the _md-nav-bar_ Angular.js components with React components using EUI [#1705](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1705).
+- Replaced the requirements slider component with a new styled component [#1708](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1708).
+- 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 [#1467](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1467).
+- Visualizations now don't fetch the documents _source_, also, they now use _size: 0_ for fetching [#1663](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1663).
+- 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 [#1502](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1502).
+- Improved _getTimestamp_ method not returning a promise object because it's no longer needed [014bc3a](https://github.com/wazuh/wazuh-dashboard-plugins/commit/014b3aba0d2e9cda0c4d521f5f16faddc434a21e). Also improved main Discover listener for Wazuh not returning a promise object [bd82823](https://github.com/wazuh/wazuh-dashboard-plugins/commit/bd8282391a402b8c567b32739cf914a0135d74bc).
+- Replaced _Requirements over time_ visualizations in both PCI DSS and GDPR dashboards [35c539](https://github.com/wazuh/wazuh-dashboard-plugins/commit/35c539eb328b3bded94aa7608f73f9cc51c235a6).
+- Do not show a toaster when a visualization field was not known yet, instead, show it just in case the internal refreshing failed [19a2e7](https://github.com/wazuh/wazuh-dashboard-plugins/commit/19a2e71006b38f6a64d3d1eb8a20b02b415d7e07).
+- Minor optimizations for server logging [eb8e000](https://github.com/wazuh/wazuh-dashboard-plugins/commit/eb8e00057dfea2dafef56319590ff832042c402d).
+
+### Fixed
+
+- Alerts search bar fixed for Kibana v7.3.1, queries were not being applied as expected [#1686](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1686).
+- Hide attributes field from non-Windows agents in the FIM table [#1710](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1710).
+- Fixed broken view in Management > Configuration > Amazon S3 > Buckets, some information was missing [#1675](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1675).
+- Keep user's filters when switching from Discover to panel [#1685](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1685).
+- Reduce load time and amount of data to be fetched in _Management > Cluster monitoring_ section avoiding possible timeouts [#1663](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1663).
+- Restored _Remove column_ feature in Discover tabs [#1702](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1702).
+- Apps using Kibana v7.3.1 had a bug once the user goes back from _Agent > FIM > Files_ to _Agent > FIM > dashboard_, filters disappear, now it's working properly [#1700](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1700).
+- Fixed visual bug in _Management > Cluster monitoring_ and a button position [1e3b748](https://github.com/wazuh/wazuh-dashboard-plugins/commit/1e3b748f11b43b2e7956b830269b6d046d74d12c).
+- The app installation date was not being updated properly, now it's fixed [#1692](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1692).
+- Fixed _Network interfaces_ table in Inventory section, the table was not paginating [#1474](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1474).
+- Fixed APIs passwords are now obfuscated in server responses [adc3152](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1782/commits/adc31525e26b25e4cb62d81cbae70a8430728af5).
## Wazuh v3.9.5 - Kibana v6.8.2 / Kibana v7.2.1 / Kibana v7.3.0 - Revision 531
@@ -1398,72 +1404,72 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added
- Support for Wazuh v3.9.4
-- Allow filtering by clicking a column in rules/decoders tables [0e2ddd7](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/0e2ddd7b73f7f7975d02e97ed86ae8a0966472b4)
-- Allow open file in rules table clicking on the file column [1af929d](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/1af929d62f450f93c6733868bcb4057e16b7e279)
+- Allow filtering by clicking a column in rules/decoders tables [0e2ddd7](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/0e2ddd7b73f7f7975d02e97ed86ae8a0966472b4)
+- Allow open file in rules table clicking on the file column [1af929d](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/1af929d62f450f93c6733868bcb4057e16b7e279)
### Changed
-- Improved app performance [#1640](https://github.com/wazuh/wazuh-kibana-app/pull/1640).
-- Remove path filter from custom rules and decoders [895792e](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/895792e6e6d9401b3293d5e16352b9abef515096)
-- Show path column in rules and decoders [6f49816](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/6f49816c71b5999d77bf9e3838443627c9be945d)
-- Removed SCA overview dashboard [94ebbff](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/94ebbff231cbfb6d793130e0b9ea855baa755a1c)
-- Disabled last custom column removal [f1ef7de](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/f1ef7de1a34bbe53a899596002e8153b95e7dc0e)
-- Agents messages across sections unification [8fd7e36](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/8fd7e36286fa9dfd03a797499af6ffbaa90b00e1)
-
-### Fixed
-
-- Fix check storeded apis [d6115d6](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/d6115d6424c78f0cde2017b432a51b77186dd95a).
-- Fix pci-dss console error [297080d](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/297080d36efaea8f99b0cafd4c48845dad20495a)
-- Fix error in reportingTable [85b7266](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/85b72662cb4db44c443ed04f7c31fba57eefccaa)
-- Fix filters budgets size [c7ac86a](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/c7ac86acb3d5afaf1cf348fab09a2b8c5778a491)
-- Fix missing permalink virustotal visualization [1b57529](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/1b57529758fccdeb3ac0840e66a8aafbe4757a96)
-- Improved wz-table performance [224bd6f](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/224bd6f31235c81ba01755c3c1e120c3f86beafd)
-- Fix inconsistent data between visualizations and tables in Overview Security Events [b12c600](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/b12c600578d80d0715507dec4624a4ebc27ea573)
-- Timezone applied in cluster status [a4f620d](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/a4f620d398f5834a6d2945af892a462425ca3bec)
-- Fixed Overview Security Events report when wazuh.monitoring is disabled [1c26da0](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/1c26da05a0b6daf727e15c13b819111aa4e4e913)
-- Fixes in APIs management [2143943](https://github.com/wazuh/wazuh-kibana-app/pull/1615/commits/2143943a5049cbb59bb8d6702b5a56cbe0d27a2a)
-- Prevent duplicated visualization toast errors [786faf3](https://github.com/wazuh/wazuh-kibana-app/commit/786faf3e62d2cad13f512c0f873b36eca6e9787d)
-- Fix not properly updated breadcrumb in ruleset section [9645903](https://github.com/wazuh/wazuh-kibana-app/commit/96459031cd4edbe047970bf0d22d0c099771879f)
-- Fix badly dimensioned table in Integrity Monitoring section [9645903](https://github.com/wazuh/wazuh-kibana-app/commit/96459031cd4edbe047970bf0d22d0c099771879f)
-- Fix implicit filters can be destroyed [9cf8578](https://github.com/wazuh/wazuh-kibana-app/commit/9cf85786f504f5d67edddeea6cfbf2ab577e799b)
-- Windows agent dashboard doesn't show failure logon access. [d38d088](https://github.com/wazuh/wazuh-kibana-app/commit/d38d0881ac8e4294accde83d63108337b74cdd91)
-- Number of agents is not properly updated. [f7cbbe5](https://github.com/wazuh/wazuh-kibana-app/commit/f7cbbe54394db825827715c3ad4370ac74317108)
-- Missing scrollbar on Firefox file viewer. [df4e8f9](https://github.com/wazuh/wazuh-kibana-app/commit/df4e8f9305b35e9ee1473bed5f5d452dd3420567)
-- Agent search filter by name, lost when refreshing. [71b5274](https://github.com/wazuh/wazuh-kibana-app/commit/71b5274ccc332d8961a158587152f7badab28a95)
-- Alerts of level 12 cannot be displayed in the Summary table. [ec0e888](https://github.com/wazuh/wazuh-kibana-app/commit/ec0e8885d9f1306523afbc87de01a31f24e36309)
-- Restored query from search bar in visualizations. [439128f](https://github.com/wazuh/wazuh-kibana-app/commit/439128f0a1f65b649a9dcb81ab5804ca20f65763)
-- Fix Kibana filters loop in Firefox. [82f0f32](https://github.com/wazuh/wazuh-kibana-app/commit/82f0f32946d844ce96a28f0185f903e8e05c5589)
+- Improved app performance [#1640](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1640).
+- Remove path filter from custom rules and decoders [895792e](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/895792e6e6d9401b3293d5e16352b9abef515096)
+- Show path column in rules and decoders [6f49816](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/6f49816c71b5999d77bf9e3838443627c9be945d)
+- Removed SCA overview dashboard [94ebbff](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/94ebbff231cbfb6d793130e0b9ea855baa755a1c)
+- Disabled last custom column removal [f1ef7de](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/f1ef7de1a34bbe53a899596002e8153b95e7dc0e)
+- Agents messages across sections unification [8fd7e36](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/8fd7e36286fa9dfd03a797499af6ffbaa90b00e1)
+
+### Fixed
+
+- Fix check storeded apis [d6115d6](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/d6115d6424c78f0cde2017b432a51b77186dd95a).
+- Fix pci-dss console error [297080d](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/297080d36efaea8f99b0cafd4c48845dad20495a)
+- Fix error in reportingTable [85b7266](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/85b72662cb4db44c443ed04f7c31fba57eefccaa)
+- Fix filters budgets size [c7ac86a](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/c7ac86acb3d5afaf1cf348fab09a2b8c5778a491)
+- Fix missing permalink virustotal visualization [1b57529](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/1b57529758fccdeb3ac0840e66a8aafbe4757a96)
+- Improved wz-table performance [224bd6f](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/224bd6f31235c81ba01755c3c1e120c3f86beafd)
+- Fix inconsistent data between visualizations and tables in Overview Security Events [b12c600](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/b12c600578d80d0715507dec4624a4ebc27ea573)
+- Timezone applied in cluster status [a4f620d](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/a4f620d398f5834a6d2945af892a462425ca3bec)
+- Fixed Overview Security Events report when wazuh.monitoring is disabled [1c26da0](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/1c26da05a0b6daf727e15c13b819111aa4e4e913)
+- Fixes in APIs management [2143943](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1615/commits/2143943a5049cbb59bb8d6702b5a56cbe0d27a2a)
+- Prevent duplicated visualization toast errors [786faf3](https://github.com/wazuh/wazuh-dashboard-plugins/commit/786faf3e62d2cad13f512c0f873b36eca6e9787d)
+- Fix not properly updated breadcrumb in ruleset section [9645903](https://github.com/wazuh/wazuh-dashboard-plugins/commit/96459031cd4edbe047970bf0d22d0c099771879f)
+- Fix badly dimensioned table in Integrity Monitoring section [9645903](https://github.com/wazuh/wazuh-dashboard-plugins/commit/96459031cd4edbe047970bf0d22d0c099771879f)
+- Fix implicit filters can be destroyed [9cf8578](https://github.com/wazuh/wazuh-dashboard-plugins/commit/9cf85786f504f5d67edddeea6cfbf2ab577e799b)
+- Windows agent dashboard doesn't show failure logon access. [d38d088](https://github.com/wazuh/wazuh-dashboard-plugins/commit/d38d0881ac8e4294accde83d63108337b74cdd91)
+- Number of agents is not properly updated. [f7cbbe5](https://github.com/wazuh/wazuh-dashboard-plugins/commit/f7cbbe54394db825827715c3ad4370ac74317108)
+- Missing scrollbar on Firefox file viewer. [df4e8f9](https://github.com/wazuh/wazuh-dashboard-plugins/commit/df4e8f9305b35e9ee1473bed5f5d452dd3420567)
+- Agent search filter by name, lost when refreshing. [71b5274](https://github.com/wazuh/wazuh-dashboard-plugins/commit/71b5274ccc332d8961a158587152f7badab28a95)
+- Alerts of level 12 cannot be displayed in the Summary table. [ec0e888](https://github.com/wazuh/wazuh-dashboard-plugins/commit/ec0e8885d9f1306523afbc87de01a31f24e36309)
+- Restored query from search bar in visualizations. [439128f](https://github.com/wazuh/wazuh-dashboard-plugins/commit/439128f0a1f65b649a9dcb81ab5804ca20f65763)
+- Fix Kibana filters loop in Firefox. [82f0f32](https://github.com/wazuh/wazuh-dashboard-plugins/commit/82f0f32946d844ce96a28f0185f903e8e05c5589)
## Wazuh v3.9.3 - Kibana v6.8.1 / v7.1.1 / v7.2.0 - Revision 523
### Added
- Support for Wazuh v3.9.3
-- Support for Kibana v7.2.0 [#1556](https://github.com/wazuh/wazuh-kibana-app/pull/1556).
+- Support for Kibana v7.2.0 [#1556](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1556).
### Changed
-- New design and several UI/UX changes [#1525](https://github.com/wazuh/wazuh-kibana-app/pull/1525).
-- Improved error checking + syscollector performance [94d0a83](https://github.com/wazuh/wazuh-kibana-app/commit/94d0a83e43aa1d2d84ef6f87cbb76b9aefa085b3).
-- Adapt Syscollector for MacOS agents [a4bf7ef](https://github.com/wazuh/wazuh-kibana-app/commit/a4bf7efc693a99b7565b5afcaa372155f15a4db9).
-- Show last scan for syscollector [73f2056](https://github.com/wazuh/wazuh-kibana-app/commit/73f2056673bb289d472663397ba7097e49b7b93b).
-- Extendend information for syscollector [#1585](https://github.com/wazuh/wazuh-kibana-app/issues/1585).
+- New design and several UI/UX changes [#1525](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1525).
+- Improved error checking + syscollector performance [94d0a83](https://github.com/wazuh/wazuh-dashboard-plugins/commit/94d0a83e43aa1d2d84ef6f87cbb76b9aefa085b3).
+- Adapt Syscollector for MacOS agents [a4bf7ef](https://github.com/wazuh/wazuh-dashboard-plugins/commit/a4bf7efc693a99b7565b5afcaa372155f15a4db9).
+- Show last scan for syscollector [73f2056](https://github.com/wazuh/wazuh-dashboard-plugins/commit/73f2056673bb289d472663397ba7097e49b7b93b).
+- Extendend information for syscollector [#1585](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1585).
### Fixed
-- Corrected width for agent stats [a998955](https://github.com/wazuh/wazuh-kibana-app/commit/a99895565a8854c55932ec94cffb08e1d0aa3da1).
-- Fix height for the menu directive with Dynamic height [427d0f3](https://github.com/wazuh/wazuh-kibana-app/commit/427d0f3e9fa6c34287aa9e8557da99a51e0db40f).
-- Fix wazuh-db and clusterd check [cddcef6](https://github.com/wazuh/wazuh-kibana-app/commit/cddcef630c5234dd6f6a495715743dfcfd4e4001).
-- Fix AlertsStats when value is "0", it was showing "-" [07a3e10](https://github.com/wazuh/wazuh-kibana-app/commit/07a3e10c7f1e626ba75a55452b6c295d11fd657d).
-- Fix syscollector state value [f8d3d0e](https://github.com/wazuh/wazuh-kibana-app/commit/f8d3d0eca44e67e26f79bc574495b1f4c8f751f2).
-- Fix time offset for reporting table [2ef500b](https://github.com/wazuh/wazuh-kibana-app/commit/2ef500bb112e68bd4811b8e87ce8581d7c04d20f).
-- Fix call to obtain GDPR requirements for specific agent [ccda846](https://github.com/wazuh/wazuh-kibana-app/commit/ccda8464b50be05bc5b3642f25f4972c8a7a2c03).
-- Restore "rule.id" as a clickable field in visualizations [#1546](https://github.com/wazuh/wazuh-kibana-app/pull/1546).
-- Fix timepicker in cluster monitoring [f7533ce](https://github.com/wazuh/wazuh-kibana-app/pull/1560/commits/f7533cecb6862abfb5c1d2173ec3e70ffc59804a).
-- Fix several bugs [#1569](https://github.com/wazuh/wazuh-kibana-app/pull/1569).
-- Fully removed "rule.id" as URL field [#1584](https://github.com/wazuh/wazuh-kibana-app/issues/1584).
-- Fix filters for dashboards [#1583](https://github.com/wazuh/wazuh-kibana-app/issues/1583).
-- Fix missing dependency [#1591](https://github.com/wazuh/wazuh-kibana-app/issues/1591).
+- Corrected width for agent stats [a998955](https://github.com/wazuh/wazuh-dashboard-plugins/commit/a99895565a8854c55932ec94cffb08e1d0aa3da1).
+- Fix height for the menu directive with Dynamic height [427d0f3](https://github.com/wazuh/wazuh-dashboard-plugins/commit/427d0f3e9fa6c34287aa9e8557da99a51e0db40f).
+- Fix wazuh-db and clusterd check [cddcef6](https://github.com/wazuh/wazuh-dashboard-plugins/commit/cddcef630c5234dd6f6a495715743dfcfd4e4001).
+- Fix AlertsStats when value is "0", it was showing "-" [07a3e10](https://github.com/wazuh/wazuh-dashboard-plugins/commit/07a3e10c7f1e626ba75a55452b6c295d11fd657d).
+- Fix syscollector state value [f8d3d0e](https://github.com/wazuh/wazuh-dashboard-plugins/commit/f8d3d0eca44e67e26f79bc574495b1f4c8f751f2).
+- Fix time offset for reporting table [2ef500b](https://github.com/wazuh/wazuh-dashboard-plugins/commit/2ef500bb112e68bd4811b8e87ce8581d7c04d20f).
+- Fix call to obtain GDPR requirements for specific agent [ccda846](https://github.com/wazuh/wazuh-dashboard-plugins/commit/ccda8464b50be05bc5b3642f25f4972c8a7a2c03).
+- Restore "rule.id" as a clickable field in visualizations [#1546](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1546).
+- Fix timepicker in cluster monitoring [f7533ce](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1560/commits/f7533cecb6862abfb5c1d2173ec3e70ffc59804a).
+- Fix several bugs [#1569](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1569).
+- Fully removed "rule.id" as URL field [#1584](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1584).
+- Fix filters for dashboards [#1583](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1583).
+- Fix missing dependency [#1591](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1591).
## Wazuh v3.9.2 - Kibana v7.1.1 - Revision 510
@@ -1473,26 +1479,26 @@ All notable changes to the Wazuh app project will be documented in this file.
### Changed
-- Avoid showing more than one toaster for the same error message [7937003](https://github.com/wazuh/wazuh-kibana-app/commit/793700382798033203091d160773363323e05bb9).
-- Restored "Alerts evolution - Top 5 agents" in Overview > Security events [f9305c0](https://github.com/wazuh/wazuh-kibana-app/commit/f9305c0c6acf4a31c41b1cc9684b87f79b27524f).
+- Avoid showing more than one toaster for the same error message [7937003](https://github.com/wazuh/wazuh-dashboard-plugins/commit/793700382798033203091d160773363323e05bb9).
+- Restored "Alerts evolution - Top 5 agents" in Overview > Security events [f9305c0](https://github.com/wazuh/wazuh-dashboard-plugins/commit/f9305c0c6acf4a31c41b1cc9684b87f79b27524f).
### Fixed
-- Fix missing parameters in Dev Tools request [#1496](https://github.com/wazuh/wazuh-kibana-app/pull/1496).
-- Fix "Invalid Date" for Safari and Internet Explorer [#1505](https://github.com/wazuh/wazuh-kibana-app/pull/1505).
+- Fix missing parameters in Dev Tools request [#1496](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1496).
+- Fix "Invalid Date" for Safari and Internet Explorer [#1505](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1505).
## Wazuh v3.9.1 - Kibana v7.1.1 - Revision 509
### Added
- Support for Kibana v7.1.1
-- Added overall metrics for Agents > Overview [#1479](https://github.com/wazuh/wazuh-kibana-app/pull/1479).
+- Added overall metrics for Agents > Overview [#1479](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1479).
### Fixed
-- Fixed missing dependency for Discover [43f5dd5](https://github.com/wazuh/wazuh-kibana-app/commit/43f5dd5f64065c618ba930b2a4087f0a9e706c0e).
-- Fixed visualization for Agents > Overview [#1477](https://github.com/wazuh/wazuh-kibana-app/pull/1477).
-- Fixed SCA policy checks table [#1478](https://github.com/wazuh/wazuh-kibana-app/pull/1478).
+- Fixed missing dependency for Discover [43f5dd5](https://github.com/wazuh/wazuh-dashboard-plugins/commit/43f5dd5f64065c618ba930b2a4087f0a9e706c0e).
+- Fixed visualization for Agents > Overview [#1477](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1477).
+- Fixed SCA policy checks table [#1478](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1478).
## Wazuh v3.9.1 - Kibana v7.1.0 - Revision 508
@@ -1509,20 +1515,20 @@ All notable changes to the Wazuh app project will be documented in this file.
### Fixed
-- Fixed background color for some parts of the Discover directive [2dfc763](https://github.com/wazuh/wazuh-kibana-app/commit/2dfc763bfa1093fb419f118c2938f6b348562c69).
-- Fixed cut values in non-resizable tables when the value is too large [cc4828f](https://github.com/wazuh/wazuh-kibana-app/commit/cc4828fbf50d4dab3dd4bb430617c1f2b13dac6a).
-- Fixed handled but not shown error messages from rule editor [0aa0e17](https://github.com/wazuh/wazuh-kibana-app/commit/0aa0e17ac8678879e5066f8d83fd46f5d8edd86a).
-- Minor typos corrected [fe11fb6](https://github.com/wazuh/wazuh-kibana-app/commit/fe11fb67e752368aedc89ec844ddf729eb8ad761).
-- Minor fixes in agents configuration [1bc2175](https://github.com/wazuh/wazuh-kibana-app/commit/1bc217590438573e7267687655bb5939b5bb9fde).
-- Fix Management > logs viewer scrolling [f458b2e](https://github.com/wazuh/wazuh-kibana-app/commit/f458b2e3294796f9cf00482b4da27984646c6398).
+- Fixed background color for some parts of the Discover directive [2dfc763](https://github.com/wazuh/wazuh-dashboard-plugins/commit/2dfc763bfa1093fb419f118c2938f6b348562c69).
+- Fixed cut values in non-resizable tables when the value is too large [cc4828f](https://github.com/wazuh/wazuh-dashboard-plugins/commit/cc4828fbf50d4dab3dd4bb430617c1f2b13dac6a).
+- Fixed handled but not shown error messages from rule editor [0aa0e17](https://github.com/wazuh/wazuh-dashboard-plugins/commit/0aa0e17ac8678879e5066f8d83fd46f5d8edd86a).
+- Minor typos corrected [fe11fb6](https://github.com/wazuh/wazuh-dashboard-plugins/commit/fe11fb67e752368aedc89ec844ddf729eb8ad761).
+- Minor fixes in agents configuration [1bc2175](https://github.com/wazuh/wazuh-dashboard-plugins/commit/1bc217590438573e7267687655bb5939b5bb9fde).
+- Fix Management > logs viewer scrolling [f458b2e](https://github.com/wazuh/wazuh-dashboard-plugins/commit/f458b2e3294796f9cf00482b4da27984646c6398).
### Changed
-- Kibana version shown in settings is now read from our package.json [c103d3e](https://github.com/wazuh/wazuh-kibana-app/commit/c103d3e782136106736c02039d28c4567b255aaa).
-- Removed an old header from Settings [0197b8b](https://github.com/wazuh/wazuh-kibana-app/commit/0197b8b1abc195f275c8cd9893df84cd5569527b).
-- Improved index pattern validation fields, replaced "full_log" with "rule.id" as part of the minimum required fields [dce0595](https://github.com/wazuh/wazuh-kibana-app/commit/dce059501cbd28f1294fd761da3e015e154747bc).
-- Improve dynamic height for configuration editor [c318131](https://github.com/wazuh/wazuh-kibana-app/commit/c318131dfb6b5f01752593f2aa972b98c0655610).
-- Add timezone for all dates shown in the app [4b8736f](https://github.com/wazuh/wazuh-kibana-app/commit/4b8736fb4e562c78505daaee042bcd798242c3f5).
+- Kibana version shown in settings is now read from our package.json [c103d3e](https://github.com/wazuh/wazuh-dashboard-plugins/commit/c103d3e782136106736c02039d28c4567b255aaa).
+- Removed an old header from Settings [0197b8b](https://github.com/wazuh/wazuh-dashboard-plugins/commit/0197b8b1abc195f275c8cd9893df84cd5569527b).
+- Improved index pattern validation fields, replaced "full_log" with "rule.id" as part of the minimum required fields [dce0595](https://github.com/wazuh/wazuh-dashboard-plugins/commit/dce059501cbd28f1294fd761da3e015e154747bc).
+- Improve dynamic height for configuration editor [c318131](https://github.com/wazuh/wazuh-dashboard-plugins/commit/c318131dfb6b5f01752593f2aa972b98c0655610).
+- Add timezone for all dates shown in the app [4b8736f](https://github.com/wazuh/wazuh-dashboard-plugins/commit/4b8736fb4e562c78505daaee042bcd798242c3f5).
## Wazuh v3.9.0 - Kibana v6.7.0 / v6.7.1 / v6.7.2 - Revision 441
@@ -1530,72 +1536,72 @@ All notable changes to the Wazuh app project will be documented in this file.
- Support for Wazuh v3.9.0
- Support for Kibana v6.7.0 / v6.7.1 / v6.7.2
-- Edit master and worker configuration ([#1215](https://github.com/wazuh/wazuh-kibana-app/pull/1215)).
-- Edit local rules, local decoders and CDB lists ([#1212](https://github.com/wazuh/wazuh-kibana-app/pull/1212), [#1204](https://github.com/wazuh/wazuh-kibana-app/pull/1204), [#1196](https://github.com/wazuh/wazuh-kibana-app/pull/1196), [#1233](https://github.com/wazuh/wazuh-kibana-app/pull/1233), [#1304](https://github.com/wazuh/wazuh-kibana-app/pull/1304)).
-- View no local rules/decoders XML files ([#1395](https://github.com/wazuh/wazuh-kibana-app/pull/1395))
+- Edit master and worker configuration ([#1215](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1215)).
+- Edit local rules, local decoders and CDB lists ([#1212](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1212), [#1204](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1204), [#1196](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1196), [#1233](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1233), [#1304](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1304)).
+- View no local rules/decoders XML files ([#1395](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1395))
- Dev Tools additions
- - Added hotkey `[shift] + [enter]` for sending query ([#1170](https://github.com/wazuh/wazuh-kibana-app/pull/1170)).
- - Added `Export JSON` button for the Dev Tools ([#1170](https://github.com/wazuh/wazuh-kibana-app/pull/1170)).
-- Added refresh button for agents preview table ([#1169](https://github.com/wazuh/wazuh-kibana-app/pull/1169)).
-- Added `configuration assessment` information in "Agent > Policy monitoring" ([#1227](https://github.com/wazuh/wazuh-kibana-app/pull/1227)).
-- Added agents `configuration assessment` configuration section in "Agent > Configuration" ([1257](https://github.com/wazuh/wazuh-kibana-app/pull/1257))
-- Restart master and worker nodes ([#1222](https://github.com/wazuh/wazuh-kibana-app/pull/1222)).
-- Restart agents ([#1229](https://github.com/wazuh/wazuh-kibana-app/pull/1229)).
-- Added support for more than one Wazuh monitoring pattern ([#1243](https://github.com/wazuh/wazuh-kibana-app/pull/1243))
-- Added customizable interval for Wazuh monitoring indices creation ([#1243](https://github.com/wazuh/wazuh-kibana-app/pull/1243)).
-- Expand visualizations ([#1246](https://github.com/wazuh/wazuh-kibana-app/pull/1246)).
-- Added a dynamic table columns selector ([#1246](https://github.com/wazuh/wazuh-kibana-app/pull/1246)).
-- Added resizable columns by dragging in tables ([d2bf8ee](https://github.com/wazuh/wazuh-kibana-app/commit/d2bf8ee9681ca5d6028325e165854b49214e86a3))
-- Added a cron job for fetching missing fields of all valid index patterns, also merging dynamic fields every time an index pattern is refreshed by the app ([#1276](https://github.com/wazuh/wazuh-kibana-app/pull/1276)).
-- Added auto-merging dynamic fields for Wazuh monitoring index patterns ([#1300](https://github.com/wazuh/wazuh-kibana-app/pull/1300))
-- New server module, it's a job queue so we can add delayed jobs to be run in background, this iteration only accepts delayed Wazuh API calls ([#1283](https://github.com/wazuh/wazuh-kibana-app/pull/1283)).
-- Added new way to view logs using a logs viewer ([#1292](https://github.com/wazuh/wazuh-kibana-app/pull/1292))
-- Added new directive for registering agents from the UI, including instructions on "how to" ([#1321](https://github.com/wazuh/wazuh-kibana-app/pull/1321)).
-- Added some Angular charts in Agents Preview and Agents SCA sections ([#1364](https://github.com/wazuh/wazuh-kibana-app/pull/1364))
-- Added Docker listener settings in configuration views ([#1365](https://github.com/wazuh/wazuh-kibana-app/pull/1365))
-- Added Docker dashboards for both Agents and Overview ([#1367](https://github.com/wazuh/wazuh-kibana-app/pull/1367))
-- Improved app logger with debug level ([#1373](https://github.com/wazuh/wazuh-kibana-app/pull/1373))
+ - Added hotkey `[shift] + [enter]` for sending query ([#1170](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1170)).
+ - Added `Export JSON` button for the Dev Tools ([#1170](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1170)).
+- Added refresh button for agents preview table ([#1169](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1169)).
+- Added `configuration assessment` information in "Agent > Policy monitoring" ([#1227](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1227)).
+- Added agents `configuration assessment` configuration section in "Agent > Configuration" ([1257](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1257))
+- Restart master and worker nodes ([#1222](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1222)).
+- Restart agents ([#1229](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1229)).
+- Added support for more than one Wazuh monitoring pattern ([#1243](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1243))
+- Added customizable interval for Wazuh monitoring indices creation ([#1243](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1243)).
+- Expand visualizations ([#1246](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1246)).
+- Added a dynamic table columns selector ([#1246](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1246)).
+- Added resizable columns by dragging in tables ([d2bf8ee](https://github.com/wazuh/wazuh-dashboard-plugins/commit/d2bf8ee9681ca5d6028325e165854b49214e86a3))
+- Added a cron job for fetching missing fields of all valid index patterns, also merging dynamic fields every time an index pattern is refreshed by the app ([#1276](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1276)).
+- Added auto-merging dynamic fields for Wazuh monitoring index patterns ([#1300](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1300))
+- New server module, it's a job queue so we can add delayed jobs to be run in background, this iteration only accepts delayed Wazuh API calls ([#1283](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1283)).
+- Added new way to view logs using a logs viewer ([#1292](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1292))
+- Added new directive for registering agents from the UI, including instructions on "how to" ([#1321](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1321)).
+- Added some Angular charts in Agents Preview and Agents SCA sections ([#1364](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1364))
+- Added Docker listener settings in configuration views ([#1365](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1365))
+- Added Docker dashboards for both Agents and Overview ([#1367](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1367))
+- Improved app logger with debug level ([#1373](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1373))
- Introducing React components from the EUI framework
### Changed
-- Escape XML special characters ([#1159](https://github.com/wazuh/wazuh-kibana-app/pull/1159)).
-- Changed empty results message for Wazuh tables ([#1165](https://github.com/wazuh/wazuh-kibana-app/pull/1165)).
-- Allowing the same query multiple times on the Dev Tools ([#1174](https://github.com/wazuh/wazuh-kibana-app/pull/1174))
-- Refactor JSON/XML viewer for configuration tab ([#1173](https://github.com/wazuh/wazuh-kibana-app/pull/1173), [#1148](https://github.com/wazuh/wazuh-kibana-app/pull/1148)).
-- Using full height for all containers when possible ([#1224](https://github.com/wazuh/wazuh-kibana-app/pull/1224)).
-- Improved the way we are handling "back button" events ([#1207](https://github.com/wazuh/wazuh-kibana-app/pull/1207)).
-- Changed some visualizations for FIM, GDPR, PCI, Vulnerability and Security Events ([#1206](https://github.com/wazuh/wazuh-kibana-app/pull/1206), [#1235](https://github.com/wazuh/wazuh-kibana-app/pull/1235), [#1293](https://github.com/wazuh/wazuh-kibana-app/pull/1293)).
-- New design for agent header view ([#1186](https://github.com/wazuh/wazuh-kibana-app/pull/1186)).
-- Not fetching data the very first time the Dev Tools are opened ([#1185](https://github.com/wazuh/wazuh-kibana-app/pull/1185)).
-- Refresh all known fields for all valid index patterns if `kbn-vis` detects a broken index pattern ([ecd7c8f](https://github.com/wazuh/wazuh-kibana-app/commit/ecd7c8f98c187a350f81261d13b0d45dcec6dc5d)).
-- Truncate texts and display a tooltip when they don't fit in a table cell ([7b56a87](https://github.com/wazuh/wazuh-kibana-app/commit/7b56a873f85dcba7e6838aeb2e40d9b4cf472576))
-- Updated API autocomplete for Dev Tools ([#1218](https://github.com/wazuh/wazuh-kibana-app/pull/1218))
-- Updated switches design to adapt it to Kibana's design ([#1253](https://github.com/wazuh/wazuh-kibana-app/pull/1253))
-- Reduced the width of some table cells with little text, to give more space to the other columns ([#1263](https://github.com/wazuh/wazuh-kibana-app/pull/1263)).
-- Redesign for Management > Status daemons list ([#1284](https://github.com/wazuh/wazuh-kibana-app/pull/1284)).
-- Redesign for Management > Configuration, Agent > Configuration ([#1289](https://github.com/wazuh/wazuh-kibana-app/pull/1289)).
-- Replaced Management > Logs table with a log viewer component ([#1292](https://github.com/wazuh/wazuh-kibana-app/pull/1292)).
-- The agents list search bar now allows to switch between AND/OR operators ([#1291](https://github.com/wazuh/wazuh-kibana-app/pull/1291)).
-- Improve audit dashboards ([#1374](https://github.com/wazuh/wazuh-kibana-app/pull/1374))
-- Exclude agent "000" getting the last registered and the most active agents from the Wazuh API.([#1391](https://github.com/wazuh/wazuh-kibana-app/pull/1391))
-- Reviewed Osquery dashboards ([#1394](https://github.com/wazuh/wazuh-kibana-app/pull/1394))
-- Memory info is now a log ([#1400](https://github.com/wazuh/wazuh-kibana-app/pull/1400))
-- Error toasters time is now 30000ms, warning/info are still 6000ms ([#1420](https://github.com/wazuh/wazuh-kibana-app/pull/1420))
-
-### Fixed
-
-- Properly handling long messages on notifier service, until now, they were using out of the card space, also we replaced some API messages with more meaningful messages ([#1168](https://github.com/wazuh/wazuh-kibana-app/pull/1168)).
-- Adapted Wazuh icon for multiple browsers where it was gone ([#1208](https://github.com/wazuh/wazuh-kibana-app/pull/1208)).
-- Do not fetch data from tables twice when resize window ([#1303](https://github.com/wazuh/wazuh-kibana-app/pull/1303)).
-- Agent syncrhonization status is updated as we browse the configuration section ([#1305](https://github.com/wazuh/wazuh-kibana-app/pull/1305))
-- Using the browser timezone for reporting documents ([#1311](https://github.com/wazuh/wazuh-kibana-app/pull/1311)).
-- Wrong behaviors in the routing system when the basePath was set ([#1342](https://github.com/wazuh/wazuh-kibana-app/pull/1342))
-- Do not show pagination for one-page tables ([196c5b7](https://github.com/wazuh/wazuh-kibana-app/pull/1362/commits/196c5b717583032798da7791fa4f90ec06397f68))
-- Being redirected to Overview once a Kibana restart is performed ([#1378](https://github.com/wazuh/wazuh-kibana-app/pull/1378))
-- Displaying the AWS services section of the aws-s3 wodle ([#1393](https://github.com/wazuh/wazuh-kibana-app/pull/1393))
-- Show email configuration on the configuration on demand ([#1401](https://github.com/wazuh/wazuh-kibana-app/issues/1401))
-- Show "Follow symbolic link" field in Integrity monitoring - Monitored configuration on demand ([0c9c9da](https://github.com/wazuh/wazuh-kibana-app/pull/1414/commits/0c9c9da3b951548761cd203db5ee5baa39afe26c))
+- Escape XML special characters ([#1159](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1159)).
+- Changed empty results message for Wazuh tables ([#1165](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1165)).
+- Allowing the same query multiple times on the Dev Tools ([#1174](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1174))
+- Refactor JSON/XML viewer for configuration tab ([#1173](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1173), [#1148](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1148)).
+- Using full height for all containers when possible ([#1224](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1224)).
+- Improved the way we are handling "back button" events ([#1207](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1207)).
+- Changed some visualizations for FIM, GDPR, PCI, Vulnerability and Security Events ([#1206](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1206), [#1235](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1235), [#1293](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1293)).
+- New design for agent header view ([#1186](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1186)).
+- Not fetching data the very first time the Dev Tools are opened ([#1185](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1185)).
+- Refresh all known fields for all valid index patterns if `kbn-vis` detects a broken index pattern ([ecd7c8f](https://github.com/wazuh/wazuh-dashboard-plugins/commit/ecd7c8f98c187a350f81261d13b0d45dcec6dc5d)).
+- Truncate texts and display a tooltip when they don't fit in a table cell ([7b56a87](https://github.com/wazuh/wazuh-dashboard-plugins/commit/7b56a873f85dcba7e6838aeb2e40d9b4cf472576))
+- Updated API autocomplete for Dev Tools ([#1218](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1218))
+- Updated switches design to adapt it to Kibana's design ([#1253](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1253))
+- Reduced the width of some table cells with little text, to give more space to the other columns ([#1263](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1263)).
+- Redesign for Management > Status daemons list ([#1284](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1284)).
+- Redesign for Management > Configuration, Agent > Configuration ([#1289](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1289)).
+- Replaced Management > Logs table with a log viewer component ([#1292](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1292)).
+- The agents list search bar now allows to switch between AND/OR operators ([#1291](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1291)).
+- Improve audit dashboards ([#1374](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1374))
+- Exclude agent "000" getting the last registered and the most active agents from the Wazuh API.([#1391](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1391))
+- Reviewed Osquery dashboards ([#1394](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1394))
+- Memory info is now a log ([#1400](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1400))
+- Error toasters time is now 30000ms, warning/info are still 6000ms ([#1420](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1420))
+
+### Fixed
+
+- Properly handling long messages on notifier service, until now, they were using out of the card space, also we replaced some API messages with more meaningful messages ([#1168](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1168)).
+- Adapted Wazuh icon for multiple browsers where it was gone ([#1208](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1208)).
+- Do not fetch data from tables twice when resize window ([#1303](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1303)).
+- Agent syncrhonization status is updated as we browse the configuration section ([#1305](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1305))
+- Using the browser timezone for reporting documents ([#1311](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1311)).
+- Wrong behaviors in the routing system when the basePath was set ([#1342](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1342))
+- Do not show pagination for one-page tables ([196c5b7](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1362/commits/196c5b717583032798da7791fa4f90ec06397f68))
+- Being redirected to Overview once a Kibana restart is performed ([#1378](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1378))
+- Displaying the AWS services section of the aws-s3 wodle ([#1393](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1393))
+- Show email configuration on the configuration on demand ([#1401](https://github.com/wazuh/wazuh-dashboard-plugins/issues/1401))
+- Show "Follow symbolic link" field in Integrity monitoring - Monitored configuration on demand ([0c9c9da](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1414/commits/0c9c9da3b951548761cd203db5ee5baa39afe26c))
## Wazuh v3.8.2 - Kibana v6.6.0 / v6.6.1 / v6.6.2 / v6.7.0 - Revision 419
@@ -1605,8 +1611,8 @@ All notable changes to the Wazuh app project will be documented in this file.
### Fixed
-- Fixed AWS dashboard, newer JavaScript browser engines break the view due to Angular.js ([6e882fc](https://github.com/wazuh/wazuh-kibana-app/commit/6e882fc1d7efe6059e6140ff40b8a20d9c1fa51e)).
-- Fixed AWS accounts visualization, using the right field now ([6e882fc](https://github.com/wazuh/wazuh-kibana-app/commit/6e882fc1d7efe6059e6140ff40b8a20d9c1fa51e)).
+- Fixed AWS dashboard, newer JavaScript browser engines break the view due to Angular.js ([6e882fc](https://github.com/wazuh/wazuh-dashboard-plugins/commit/6e882fc1d7efe6059e6140ff40b8a20d9c1fa51e)).
+- Fixed AWS accounts visualization, using the right field now ([6e882fc](https://github.com/wazuh/wazuh-dashboard-plugins/commit/6e882fc1d7efe6059e6140ff40b8a20d9c1fa51e)).
## Wazuh v3.8.2 - Kibana v6.5.4 - Revision 418
@@ -1616,8 +1622,8 @@ All notable changes to the Wazuh app project will be documented in this file.
### Changed
-- Close configuration editor only if it was successfully updated ([bc77c35](https://github.com/wazuh/wazuh-kibana-app/commit/bc77c35d8440a656d4704451ce857c9e1d36a438)).
-- Replaced FIM Vega visualization with standard visualization ([554ee1c](https://github.com/wazuh/wazuh-kibana-app/commit/554ee1c4c4d75c76d82272075acf8bb62e7f9e27)).
+- Close configuration editor only if it was successfully updated ([bc77c35](https://github.com/wazuh/wazuh-dashboard-plugins/commit/bc77c35d8440a656d4704451ce857c9e1d36a438)).
+- Replaced FIM Vega visualization with standard visualization ([554ee1c](https://github.com/wazuh/wazuh-dashboard-plugins/commit/554ee1c4c4d75c76d82272075acf8bb62e7f9e27)).
## Wazuh v3.8.1 - Kibana v6.5.4 - Revision 417
@@ -1627,69 +1633,69 @@ All notable changes to the Wazuh app project will be documented in this file.
### Changed
-- Moved monitored/ignored Windows registry entries to "FIM > Monitored" and "FIM > Ignored" to avoid user confusion ([#1176](https://github.com/wazuh/wazuh-kibana-app/pull/1176)).
-- Excluding managers from wazuh-monitoring indices ([#1177](https://github.com/wazuh/wazuh-kibana-app/pull/1177)).
-- Escape `&` before sending group configuration ([d3aa56f](https://github.com/wazuh/wazuh-kibana-app/commit/d3aa56fa73478c60505e500db7d3a7df263081b5)).
-- Improved `autoFormat` function before rendering group configuration ([f4f8144](https://github.com/wazuh/wazuh-kibana-app/commit/f4f8144eef8b93038fc897a9f16356e71029b844)).
-- Now the group configuration editor doesn't exit after sending data to the Wazuh API ([5c1a3ef](https://github.com/wazuh/wazuh-kibana-app/commit/5c1a3ef9bd710a7befbed0709c4a7cf414f44f6b)).
+- Moved monitored/ignored Windows registry entries to "FIM > Monitored" and "FIM > Ignored" to avoid user confusion ([#1176](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1176)).
+- Excluding managers from wazuh-monitoring indices ([#1177](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1177)).
+- Escape `&` before sending group configuration ([d3aa56f](https://github.com/wazuh/wazuh-dashboard-plugins/commit/d3aa56fa73478c60505e500db7d3a7df263081b5)).
+- Improved `autoFormat` function before rendering group configuration ([f4f8144](https://github.com/wazuh/wazuh-dashboard-plugins/commit/f4f8144eef8b93038fc897a9f16356e71029b844)).
+- Now the group configuration editor doesn't exit after sending data to the Wazuh API ([5c1a3ef](https://github.com/wazuh/wazuh-dashboard-plugins/commit/5c1a3ef9bd710a7befbed0709c4a7cf414f44f6b)).
### Fixed
-- Fixed style for the error toaster for long URLs or long paths ([11b8084](https://github.com/wazuh/wazuh-kibana-app/commit/11b8084c75bbc5da36587ff31d1bc80a55fe4dfe)).
+- Fixed style for the error toaster for long URLs or long paths ([11b8084](https://github.com/wazuh/wazuh-dashboard-plugins/commit/11b8084c75bbc5da36587ff31d1bc80a55fe4dfe)).
## Wazuh v3.8.0 - Kibana v6.5.4 - Revision 416
### Added
- Added group management features such as:
- - Edit the group configuration ([#1096](https://github.com/wazuh/wazuh-kibana-app/pull/1096)).
- - Add/remove groups to/from an agent ([#1096](https://github.com/wazuh/wazuh-kibana-app/pull/1096)).
- - Add/remove agents to/from a group ([#1096](https://github.com/wazuh/wazuh-kibana-app/pull/1096)).
- - Add/remove groups ([#1152](https://github.com/wazuh/wazuh-kibana-app/pull/1152)).
-- New directive for tables that don't need external data sources ([#1067](https://github.com/wazuh/wazuh-kibana-app/pull/1067)).
-- New search bar directive with interactive filters and suggestions ([#1058](https://github.com/wazuh/wazuh-kibana-app/pull/1058)).
-- New server route `/elastic/alerts` for fetching alerts using custom parameters([#1056](https://github.com/wazuh/wazuh-kibana-app/pull/1056)).
-- New table for an agent FIM monitored files, if the agent OS platform is Windows it will show two tables: files and registry ([#1032](https://github.com/wazuh/wazuh-kibana-app/pull/1032)).
-- Added description to each setting under Settings > Configuration ([#1048](https://github.com/wazuh/wazuh-kibana-app/pull/1048)).
-- Added a new setting to `config.yml` related to Wazuh monitoring and its index pattern ([#1095](https://github.com/wazuh/wazuh-kibana-app/pull/1095)).
-- Resizable columns by dragging in Dev-tools ([#1102](https://github.com/wazuh/wazuh-kibana-app/pull/1102)).
-- New feature to be able to edit config.yml file from the Settings > Configuration section view ([#1105](https://github.com/wazuh/wazuh-kibana-app/pull/1105)).
-- Added a new table (network addresses) for agent inventory tab ([#1111](https://github.com/wazuh/wazuh-kibana-app/pull/1111)).
-- Added `audit_key` (Who-data Audit keys) for configuration tab ([#1123](https://github.com/wazuh/wazuh-kibana-app/pull/1123)).
-- Added new known fields for Kibana index pattern ([#1150](https://github.com/wazuh/wazuh-kibana-app/pull/1150)).
+ - Edit the group configuration ([#1096](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1096)).
+ - Add/remove groups to/from an agent ([#1096](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1096)).
+ - Add/remove agents to/from a group ([#1096](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1096)).
+ - Add/remove groups ([#1152](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1152)).
+- New directive for tables that don't need external data sources ([#1067](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1067)).
+- New search bar directive with interactive filters and suggestions ([#1058](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1058)).
+- New server route `/elastic/alerts` for fetching alerts using custom parameters([#1056](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1056)).
+- New table for an agent FIM monitored files, if the agent OS platform is Windows it will show two tables: files and registry ([#1032](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1032)).
+- Added description to each setting under Settings > Configuration ([#1048](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1048)).
+- Added a new setting to `config.yml` related to Wazuh monitoring and its index pattern ([#1095](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1095)).
+- Resizable columns by dragging in Dev-tools ([#1102](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1102)).
+- New feature to be able to edit config.yml file from the Settings > Configuration section view ([#1105](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1105)).
+- Added a new table (network addresses) for agent inventory tab ([#1111](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1111)).
+- Added `audit_key` (Who-data Audit keys) for configuration tab ([#1123](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1123)).
+- Added new known fields for Kibana index pattern ([#1150](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1150)).
### Changed
-- Changed Inventory tables. Now the app looks for the OS platform and it shows different tables depending on the OS platform. In addition the process state codes has been replaced to be more meaningful ([#1059](https://github.com/wazuh/wazuh-kibana-app/pull/1059)).
+- Changed Inventory tables. Now the app looks for the OS platform and it shows different tables depending on the OS platform. In addition the process state codes has been replaced to be more meaningful ([#1059](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1059)).
- Tiny rework for the AWS tab including.
-- "Report" button is hidden on Discover panel ([#1047](https://github.com/wazuh/wazuh-kibana-app/pull/1047)).
-- Visualizations, filters and Discover improved ([#1083](https://github.com/wazuh/wazuh-kibana-app/pull/1083)).
-- Removed `popularizeField` function until https://github.com/elastic/kibana/issues/22426 is solved in order to avoid `Unable to write index pattern!` error on Discover tab ([#1085](https://github.com/wazuh/wazuh-kibana-app/pull/1085)).
-- Improved Wazuh monitoring module ([#1094](https://github.com/wazuh/wazuh-kibana-app/pull/1094)).
-- Added "Registered date" and "Last keep alive" in agents table allowing you to sort by these fields ([#1102](https://github.com/wazuh/wazuh-kibana-app/pull/1102)).
-- Improved code quality in sections such as Ruleset > Rule and Decoder detail view simplify conditions ([#1102](https://github.com/wazuh/wazuh-kibana-app/pull/1102)).
-- Replaced reporting success message ([#1102](https://github.com/wazuh/wazuh-kibana-app/pull/1102)).
-- Reduced the default number of shards and the default number of replicas for the app indices ([#1113](https://github.com/wazuh/wazuh-kibana-app/pull/1113)).
-- Refreshing index pattern known fields on health check controller ([#1119](https://github.com/wazuh/wazuh-kibana-app/pull/1119)).
-- Less strict memory check ([786c764](https://github.com/wazuh/wazuh-kibana-app/commit/786c7642cd88083f9a77c57ed204488ecf5b710a)).
-- Checking message origin in error handler ([dfec368](https://github.com/wazuh/wazuh-kibana-app/commit/dfec368d22a148b2e4437db92d71294900241961)).
-- Dev tools is now showing the response as it is, like `curl` does ([#1137](https://github.com/wazuh/wazuh-kibana-app/pull/1137)).
-- Removed `unknown` as valid node name ([#1149](https://github.com/wazuh/wazuh-kibana-app/pull/1149)).
-- Removed `rule.id` direct filter from the rule set tables ([#1151](https://github.com/wazuh/wazuh-kibana-app/pull/1151))
-
-### Fixed
-
-- Restored X-Pack security logic for the .wazuh index, now it's not bypassing the X-Pack roles ([#1081](https://github.com/wazuh/wazuh-kibana-app/pull/1081))
-- Avoid fetching twice the same data ([#1072](https://github.com/wazuh/wazuh-kibana-app/pull/1072), [#1061](https://github.com/wazuh/wazuh-kibana-app/pull/1061)).
-- Wazuh logo adapted to low resolutions ([#1074](https://github.com/wazuh/wazuh-kibana-app/pull/1074)).
-- Hide Audit, OpenSCAP tabs for non-linux agents. Fixed empty Windows events under Configuration > Log collection section. OSQuery logo has been standardized ([#1072](https://github.com/wazuh/wazuh-kibana-app/pull/1072), [#1076](https://github.com/wazuh/wazuh-kibana-app/pull/1076)).
-- Fix empty values on _Overview > Security events_ when Wazuh monitoring is disabled ([#1091](https://github.com/wazuh/wazuh-kibana-app/pull/1091)).
-- Fix overlapped play button in Dev-tools when the input box has a scrollbar ([#1102](https://github.com/wazuh/wazuh-kibana-app/pull/1102)).
-- Fix Dev-tools behavior when parse json invalid blocks ([#1102](https://github.com/wazuh/wazuh-kibana-app/pull/1102)).
-- Fixed Management > Monitoring tab frustration adding back buttons ([#1102](https://github.com/wazuh/wazuh-kibana-app/pull/1102)).
-- Fix template checking when using more than one pattern ([#1104](https://github.com/wazuh/wazuh-kibana-app/pull/1104)).
-- Fix infinite loop for Wazuh monitoring when the Wazuh API is not being able to give us all the agents ([5a26916](https://github.com/wazuh/wazuh-kibana-app/commit/5a2691642b40a34783d2eafb6ee24ae78b9af21a)), ([85005a1](https://github.com/wazuh/wazuh-kibana-app/commit/85005a184d4f1c3d339b7c895b5d2469f3b45171)).
-- Fix rule details for `list` and `info` parameters ([#1149](https://github.com/wazuh/wazuh-kibana-app/pull/1149)).
+- "Report" button is hidden on Discover panel ([#1047](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1047)).
+- Visualizations, filters and Discover improved ([#1083](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1083)).
+- Removed `popularizeField` function until https://github.com/elastic/kibana/issues/22426 is solved in order to avoid `Unable to write index pattern!` error on Discover tab ([#1085](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1085)).
+- Improved Wazuh monitoring module ([#1094](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1094)).
+- Added "Registered date" and "Last keep alive" in agents table allowing you to sort by these fields ([#1102](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1102)).
+- Improved code quality in sections such as Ruleset > Rule and Decoder detail view simplify conditions ([#1102](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1102)).
+- Replaced reporting success message ([#1102](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1102)).
+- Reduced the default number of shards and the default number of replicas for the app indices ([#1113](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1113)).
+- Refreshing index pattern known fields on health check controller ([#1119](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1119)).
+- Less strict memory check ([786c764](https://github.com/wazuh/wazuh-dashboard-plugins/commit/786c7642cd88083f9a77c57ed204488ecf5b710a)).
+- Checking message origin in error handler ([dfec368](https://github.com/wazuh/wazuh-dashboard-plugins/commit/dfec368d22a148b2e4437db92d71294900241961)).
+- Dev tools is now showing the response as it is, like `curl` does ([#1137](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1137)).
+- Removed `unknown` as valid node name ([#1149](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1149)).
+- Removed `rule.id` direct filter from the rule set tables ([#1151](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1151))
+
+### Fixed
+
+- Restored X-Pack security logic for the .wazuh index, now it's not bypassing the X-Pack roles ([#1081](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1081))
+- Avoid fetching twice the same data ([#1072](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1072), [#1061](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1061)).
+- Wazuh logo adapted to low resolutions ([#1074](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1074)).
+- Hide Audit, OpenSCAP tabs for non-linux agents. Fixed empty Windows events under Configuration > Log collection section. OSQuery logo has been standardized ([#1072](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1072), [#1076](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1076)).
+- Fix empty values on _Overview > Security events_ when Wazuh monitoring is disabled ([#1091](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1091)).
+- Fix overlapped play button in Dev-tools when the input box has a scrollbar ([#1102](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1102)).
+- Fix Dev-tools behavior when parse json invalid blocks ([#1102](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1102)).
+- Fixed Management > Monitoring tab frustration adding back buttons ([#1102](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1102)).
+- Fix template checking when using more than one pattern ([#1104](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1104)).
+- Fix infinite loop for Wazuh monitoring when the Wazuh API is not being able to give us all the agents ([5a26916](https://github.com/wazuh/wazuh-dashboard-plugins/commit/5a2691642b40a34783d2eafb6ee24ae78b9af21a)), ([85005a1](https://github.com/wazuh/wazuh-dashboard-plugins/commit/85005a184d4f1c3d339b7c895b5d2469f3b45171)).
+- Fix rule details for `list` and `info` parameters ([#1149](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1149)).
## Wazuh v3.7.1 / v3.7.2 - Kibana v6.5.1 / v6.5.2 / v6.5.3 / v6.5.4 - Revision 415
@@ -1697,32 +1703,32 @@ All notable changes to the Wazuh app project will be documented in this file.
- Support for Elastic stack v6.5.2 / v6.5.3 / v6.5.4.
- Support for Wazuh v3.7.1 / v3.7.2.
-- Dev Tools module now autocompletes API endpoints ([#1030](https://github.com/wazuh/wazuh-kibana-app/pull/1030)).
+- Dev Tools module now autocompletes API endpoints ([#1030](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1030)).
### Changed
-- Increased number of rows for syscollector tables ([#1033](https://github.com/wazuh/wazuh-kibana-app/pull/1033)).
-- Modularized JSON/XML viewers for the configuration section ([#982](https://github.com/wazuh/wazuh-kibana-app/pull/982)).
+- Increased number of rows for syscollector tables ([#1033](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1033)).
+- Modularized JSON/XML viewers for the configuration section ([#982](https://github.com/wazuh/wazuh-dashboard-plugins/pull/982)).
### Fixed
-- Added missing fields for syscollector network tables ([#1036](https://github.com/wazuh/wazuh-kibana-app/pull/1036)).
-- Using the right API path when downloading CSV for decoders list ([#1045](https://github.com/wazuh/wazuh-kibana-app/pull/1045)).
-- Including group field when downloading CSV for agents list ([#1044](https://github.com/wazuh/wazuh-kibana-app/pull/1044)).
-- Preserve active tab in configuration section when refreshing the page ([#1037](https://github.com/wazuh/wazuh-kibana-app/pull/1037)).
+- Added missing fields for syscollector network tables ([#1036](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1036)).
+- Using the right API path when downloading CSV for decoders list ([#1045](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1045)).
+- Including group field when downloading CSV for agents list ([#1044](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1044)).
+- Preserve active tab in configuration section when refreshing the page ([#1037](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1037)).
## Wazuh v3.7.0 - Kibana v6.5.0 / v6.5.1 - Revision 414
### Added
- Support for Elastic Stack v6.5.0 / v6.5.1.
-- Agent groups bar is now visible on the agent configuration section ([#1023](https://github.com/wazuh/wazuh-kibana-app/pull/1023)).
-- Added a new setting for the `config.yml` file for enable/disable administrator mode ([#1019](https://github.com/wazuh/wazuh-kibana-app/pull/1019)).
+- Agent groups bar is now visible on the agent configuration section ([#1023](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1023)).
+- Added a new setting for the `config.yml` file for enable/disable administrator mode ([#1019](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1019)).
- This allows the user to perform PUT, POST, DELETE methods in our Dev Tools.
### Changed
-- Refactored most front-end controllers ([#1023](https://github.com/wazuh/wazuh-kibana-app/pull/1023)).
+- Refactored most front-end controllers ([#1023](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1023)).
## Wazuh v3.7.0 - Kibana v6.4.2 / v6.4.3 - Revision 413
@@ -1730,59 +1736,59 @@ All notable changes to the Wazuh app project will be documented in this file.
- Support for Wazuh v3.7.0.
- Support for Elastic Stack v6.4.2 / v6.4.3.
-- Brand-new interface for _Configuration_ (on both _Management_ and _Agents_ tabs) ([#914](https://github.com/wazuh/wazuh-kibana-app/pull/914)):
+- Brand-new interface for _Configuration_ (on both _Management_ and _Agents_ tabs) ([#914](https://github.com/wazuh/wazuh-dashboard-plugins/pull/914)):
- Now you can check current and real agent and manager configuration.
- A new interface design, with more useful information and easy to understand descriptions.
- New and more responsive JSON/XML viewers to show the configuration in raw mode.
-- Brand-new extension - Osquery ([#938](https://github.com/wazuh/wazuh-kibana-app/pull/938)):
+- Brand-new extension - Osquery ([#938](https://github.com/wazuh/wazuh-dashboard-plugins/pull/938)):
- A new extension, disabled by default.
- Check alerts from Wazuh's Osquery integration.
- Check your current Osquery wodle configuration.
- More improvements will come for this extension in the future.
-- New option for Wazuh app configuration file - _Ignore index patterns_ ([#947](https://github.com/wazuh/wazuh-kibana-app/pull/947)):
+- New option for Wazuh app configuration file - _Ignore index patterns_ ([#947](https://github.com/wazuh/wazuh-dashboard-plugins/pull/947)):
- Now the user can specify which index patterns can't be selected on the app using the new `ip.ignore` setting on the `config.yml` file.
- The valid format is an array of strings which represents index patterns.
- By default, this list is empty (all index patterns will be available if they use a compatible structure).
-- Added a node selector for _Management > Status_ section when Wazuh cluster is enabled ([#976](https://github.com/wazuh/wazuh-kibana-app/pull/976)).
-- Added quick access to _Configuration_ or _Discover_ panels for an agent on the agents list ([#939](https://github.com/wazuh/wazuh-kibana-app/pull/939)).
-- Now you can click on an agent's ID on the _Discover_ panels to open its details page on the app ([#904](https://github.com/wazuh/wazuh-kibana-app/pull/904)).
-- Redesigned the _Overview > Amazon AWS_ tab, using more meaningful visualizations for a better overall view of your agents' status ([#903](https://github.com/wazuh/wazuh-kibana-app/pull/903)).
-- Redesigned the _Overview/Agents > Vulnerabilities_ tab, using more meaningful visualizations for a better overall view of your agents' status ([#954](https://github.com/wazuh/wazuh-kibana-app/pull/954)).
-- Now everytime the user enters the _Settings_ tab, the API connection will be automatically checked ([#971](https://github.com/wazuh/wazuh-kibana-app/pull/971)).
-- Added a node selector for _Management > Logs_ section when Wazuh cluster is enabled ([#980](https://github.com/wazuh/wazuh-kibana-app/pull/980)).
-- Added a group selector for _Agents_ section ([#995](https://github.com/wazuh/wazuh-kibana-app/pull/995)).
+- Added a node selector for _Management > Status_ section when Wazuh cluster is enabled ([#976](https://github.com/wazuh/wazuh-dashboard-plugins/pull/976)).
+- Added quick access to _Configuration_ or _Discover_ panels for an agent on the agents list ([#939](https://github.com/wazuh/wazuh-dashboard-plugins/pull/939)).
+- Now you can click on an agent's ID on the _Discover_ panels to open its details page on the app ([#904](https://github.com/wazuh/wazuh-dashboard-plugins/pull/904)).
+- Redesigned the _Overview > Amazon AWS_ tab, using more meaningful visualizations for a better overall view of your agents' status ([#903](https://github.com/wazuh/wazuh-dashboard-plugins/pull/903)).
+- Redesigned the _Overview/Agents > Vulnerabilities_ tab, using more meaningful visualizations for a better overall view of your agents' status ([#954](https://github.com/wazuh/wazuh-dashboard-plugins/pull/954)).
+- Now everytime the user enters the _Settings_ tab, the API connection will be automatically checked ([#971](https://github.com/wazuh/wazuh-dashboard-plugins/pull/971)).
+- Added a node selector for _Management > Logs_ section when Wazuh cluster is enabled ([#980](https://github.com/wazuh/wazuh-dashboard-plugins/pull/980)).
+- Added a group selector for _Agents_ section ([#995](https://github.com/wazuh/wazuh-dashboard-plugins/pull/995)).
### Changed
-- Interface refactoring for the _Agents > Inventory data_ tab ([#924](https://github.com/wazuh/wazuh-kibana-app/pull/924)):
+- Interface refactoring for the _Agents > Inventory data_ tab ([#924](https://github.com/wazuh/wazuh-dashboard-plugins/pull/924)):
- Now the tab won't be available if your agent doesn't have Syscollector enabled, and each card will be enabled or disabled depending on the current Syscollector scans configuration.
- This will prevent situations where the user couldn't check the inventory although there was actual scan data to show on some sections.
-- Added support for new multigroups feature ([#911](https://github.com/wazuh/wazuh-kibana-app/pull/911)):
+- Added support for new multigroups feature ([#911](https://github.com/wazuh/wazuh-dashboard-plugins/pull/911)):
- Now the information bars on _Agents_ will show all the groups an agent belongs to.
-- Now the result pane on the _Dev tools_ tab will show the error code coming from the Wazuh API ([#909](https://github.com/wazuh/wazuh-kibana-app/pull/909)).
-- Changed some visualizations titles for _Overview/Agents > OpenSCAP_ tab ([#925](https://github.com/wazuh/wazuh-kibana-app/pull/925)).
-- All backend routes have been renamed ([#932](https://github.com/wazuh/wazuh-kibana-app/pull/932)).
-- Several improvements for Elasticsearch tests ([#933](https://github.com/wazuh/wazuh-kibana-app/pull/933)).
-- Updated some strings and descriptions on the _Settings_ tab ([#934](https://github.com/wazuh/wazuh-kibana-app/pull/934)).
-- Changed the date format on _Settings > Logs_ to make it more human-readable ([#944](https://github.com/wazuh/wazuh-kibana-app/pull/944)).
-- Changed some labels to remove the "MD5 sum" expression, it will use "Checksum" instead ([#945](https://github.com/wazuh/wazuh-kibana-app/pull/945)).
-- Added word wrapping class to group name in _Management > Groups > Group detail_ tab ([#945](https://github.com/wazuh/wazuh-kibana-app/pull/945)).
-- The `wz-table` directive has been refactored ([#953](https://github.com/wazuh/wazuh-kibana-app/pull/953)).
-- The `wz-table` directive now checks if a request is aborted ([#979](https://github.com/wazuh/wazuh-kibana-app/pull/979)).
-- Several performance improvements ([#985](https://github.com/wazuh/wazuh-kibana-app/pull/985), [#997](https://github.com/wazuh/wazuh-kibana-app/pull/997), [#1000](https://github.com/wazuh/wazuh-kibana-app/pull/1000)).
-
-### Fixed
-
-- Several known fields for _Whodata_ functionality have been fixed ([#901](https://github.com/wazuh/wazuh-kibana-app/pull/901)).
-- Fixed alignment bug with the _Add a filter +_ button on _Discover_ and _Agents_ tabs ([#912](https://github.com/wazuh/wazuh-kibana-app/pull/912)).
-- Fixed a bug where the `Add API` form on _Settings_ didn't appear when pressing the button after editing an existing API entry ([#944](https://github.com/wazuh/wazuh-kibana-app/pull/944)).
-- Fixed a bug on _Ruleset_ tab where the "Description" column was showing `0` if the rule doesn't have any description ([#948](https://github.com/wazuh/wazuh-kibana-app/pull/948)).
-- Fixed wrong alignment on related Rules/Decoders tables from _Management > Ruleset_ tab ([#971](https://github.com/wazuh/wazuh-kibana-app/pull/971)).
-- Fixed a bug where sometimes the error messages appeared duplicated ([#971](https://github.com/wazuh/wazuh-kibana-app/pull/971)).
+- Now the result pane on the _Dev tools_ tab will show the error code coming from the Wazuh API ([#909](https://github.com/wazuh/wazuh-dashboard-plugins/pull/909)).
+- Changed some visualizations titles for _Overview/Agents > OpenSCAP_ tab ([#925](https://github.com/wazuh/wazuh-dashboard-plugins/pull/925)).
+- All backend routes have been renamed ([#932](https://github.com/wazuh/wazuh-dashboard-plugins/pull/932)).
+- Several improvements for Elasticsearch tests ([#933](https://github.com/wazuh/wazuh-dashboard-plugins/pull/933)).
+- Updated some strings and descriptions on the _Settings_ tab ([#934](https://github.com/wazuh/wazuh-dashboard-plugins/pull/934)).
+- Changed the date format on _Settings > Logs_ to make it more human-readable ([#944](https://github.com/wazuh/wazuh-dashboard-plugins/pull/944)).
+- Changed some labels to remove the "MD5 sum" expression, it will use "Checksum" instead ([#945](https://github.com/wazuh/wazuh-dashboard-plugins/pull/945)).
+- Added word wrapping class to group name in _Management > Groups > Group detail_ tab ([#945](https://github.com/wazuh/wazuh-dashboard-plugins/pull/945)).
+- The `wz-table` directive has been refactored ([#953](https://github.com/wazuh/wazuh-dashboard-plugins/pull/953)).
+- The `wz-table` directive now checks if a request is aborted ([#979](https://github.com/wazuh/wazuh-dashboard-plugins/pull/979)).
+- Several performance improvements ([#985](https://github.com/wazuh/wazuh-dashboard-plugins/pull/985), [#997](https://github.com/wazuh/wazuh-dashboard-plugins/pull/997), [#1000](https://github.com/wazuh/wazuh-dashboard-plugins/pull/1000)).
+
+### Fixed
+
+- Several known fields for _Whodata_ functionality have been fixed ([#901](https://github.com/wazuh/wazuh-dashboard-plugins/pull/901)).
+- Fixed alignment bug with the _Add a filter +_ button on _Discover_ and _Agents_ tabs ([#912](https://github.com/wazuh/wazuh-dashboard-plugins/pull/912)).
+- Fixed a bug where the `Add API` form on _Settings_ didn't appear when pressing the button after editing an existing API entry ([#944](https://github.com/wazuh/wazuh-dashboard-plugins/pull/944)).
+- Fixed a bug on _Ruleset_ tab where the "Description" column was showing `0` if the rule doesn't have any description ([#948](https://github.com/wazuh/wazuh-dashboard-plugins/pull/948)).
+- Fixed wrong alignment on related Rules/Decoders tables from _Management > Ruleset_ tab ([#971](https://github.com/wazuh/wazuh-dashboard-plugins/pull/971)).
+- Fixed a bug where sometimes the error messages appeared duplicated ([#971](https://github.com/wazuh/wazuh-dashboard-plugins/pull/971)).
### Removed
-- On the _Management > Monitoring_ tab, the `Cluster enabled but not running` message won't appear as an error anymore ([#971](https://github.com/wazuh/wazuh-kibana-app/pull/971)).
+- On the _Management > Monitoring_ tab, the `Cluster enabled but not running` message won't appear as an error anymore ([#971](https://github.com/wazuh/wazuh-dashboard-plugins/pull/971)).
## Wazuh v3.6.1 - Kibana v6.4.1 / v6.4.2 / v6.4.3 - Revision 412
@@ -1794,51 +1800,51 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added
-- Redesigned the _Overview > Integrity monitoring_ tab, using more meaningful visualizations for a better overall view of your agents' status ([#893](https://github.com/wazuh/wazuh-kibana-app/pull/893)).
-- Added a new table for the _Inventory_ tab: _Processes_ ([#895](https://github.com/wazuh/wazuh-kibana-app/pull/895)).
-- Improved error handling for tables. Now the table will show an error message if it wasn't able to fetch and load data ([#896](https://github.com/wazuh/wazuh-kibana-app/pull/896)).
+- Redesigned the _Overview > Integrity monitoring_ tab, using more meaningful visualizations for a better overall view of your agents' status ([#893](https://github.com/wazuh/wazuh-dashboard-plugins/pull/893)).
+- Added a new table for the _Inventory_ tab: _Processes_ ([#895](https://github.com/wazuh/wazuh-dashboard-plugins/pull/895)).
+- Improved error handling for tables. Now the table will show an error message if it wasn't able to fetch and load data ([#896](https://github.com/wazuh/wazuh-dashboard-plugins/pull/896)).
### Changed
-- The app source code has been improved, following best practices and coding guidelines ([#892](https://github.com/wazuh/wazuh-kibana-app/pull/892)).
-- Included more app tests and prettifier for better code maintainability ([#883](https://github.com/wazuh/wazuh-kibana-app/pull/883) & [#885](https://github.com/wazuh/wazuh-kibana-app/pull/885)).
+- The app source code has been improved, following best practices and coding guidelines ([#892](https://github.com/wazuh/wazuh-dashboard-plugins/pull/892)).
+- Included more app tests and prettifier for better code maintainability ([#883](https://github.com/wazuh/wazuh-dashboard-plugins/pull/883) & [#885](https://github.com/wazuh/wazuh-dashboard-plugins/pull/885)).
### Fixed
-- Fixed minor visual errors on some _GDPR_, _PCI DSS_ and _Vulnerabilities_ visualizations ([#894](https://github.com/wazuh/wazuh-kibana-app/pull/894)).
+- Fixed minor visual errors on some _GDPR_, _PCI DSS_ and _Vulnerabilities_ visualizations ([#894](https://github.com/wazuh/wazuh-dashboard-plugins/pull/894)).
## Wazuh v3.6.1 - Kibana v6.4.0 - Revision 410
### Added
-- The _Inventory_ tab has been redesigned ([#873](https://github.com/wazuh/wazuh-kibana-app/pull/873)):
+- The _Inventory_ tab has been redesigned ([#873](https://github.com/wazuh/wazuh-dashboard-plugins/pull/873)):
- Added new network interfaces and port tables.
- Improved design using metric information bars and intuitive status indicators.
-- Added refresh functionality to the _Settings > Logs_ tab ([#852](https://github.com/wazuh/wazuh-kibana-app/pull/852)):
+- Added refresh functionality to the _Settings > Logs_ tab ([#852](https://github.com/wazuh/wazuh-dashboard-plugins/pull/852)):
- Now everytime the user opens the tab, the logs will be reloaded.
- A new button to force the update has been added on the top left corner of the logs table.
-- Added `tags` and `recursion_level` configuration options to _Management/Agent > Configuration_ tabs ([#850](https://github.com/wazuh/wazuh-kibana-app/pull/850)).
-- The _Kuery_ search syntax has been added again to the app ([#851](https://github.com/wazuh/wazuh-kibana-app/pull/851)).
-- Added a first batch of [_Mocha_](https://mochajs.org/) tests and other quality of code improvements to the app ([#859](https://github.com/wazuh/wazuh-kibana-app/pull/859)).
-- Now you can open specific rule details (the _Management > Ruleset_ tab) when clicking on the `rule.id` value on the _Discover_ tab ([#862](https://github.com/wazuh/wazuh-kibana-app/pull/862)).
-- Now you can click on the rule ID value on the _Management > Ruleset_ tab to search for related alerts on the _Discover_ tab ([#863](https://github.com/wazuh/wazuh-kibana-app/pull/863)).
+- Added `tags` and `recursion_level` configuration options to _Management/Agent > Configuration_ tabs ([#850](https://github.com/wazuh/wazuh-dashboard-plugins/pull/850)).
+- The _Kuery_ search syntax has been added again to the app ([#851](https://github.com/wazuh/wazuh-dashboard-plugins/pull/851)).
+- Added a first batch of [_Mocha_](https://mochajs.org/) tests and other quality of code improvements to the app ([#859](https://github.com/wazuh/wazuh-dashboard-plugins/pull/859)).
+- Now you can open specific rule details (the _Management > Ruleset_ tab) when clicking on the `rule.id` value on the _Discover_ tab ([#862](https://github.com/wazuh/wazuh-dashboard-plugins/pull/862)).
+- Now you can click on the rule ID value on the _Management > Ruleset_ tab to search for related alerts on the _Discover_ tab ([#863](https://github.com/wazuh/wazuh-dashboard-plugins/pull/863)).
### Changed
-- The index pattern known fields have been updated up to 567 ([#872](https://github.com/wazuh/wazuh-kibana-app/pull/872)).
-- Now the _Inventory_ tab will always be available for all agents, and a descriptive message will appear if the agent doesn't have `syscollector` enabled ([#879](https://github.com/wazuh/wazuh-kibana-app/pull/879)).
+- The index pattern known fields have been updated up to 567 ([#872](https://github.com/wazuh/wazuh-dashboard-plugins/pull/872)).
+- Now the _Inventory_ tab will always be available for all agents, and a descriptive message will appear if the agent doesn't have `syscollector` enabled ([#879](https://github.com/wazuh/wazuh-dashboard-plugins/pull/879)).
### Fixed
-- Fixed a bug where the _Inventory_ tab was unavailable if the user reloads the page while on the _Agents > Configuration_ tab ([#845](https://github.com/wazuh/wazuh-kibana-app/pull/845)).
-- Fixed some _Overview > VirusTotal_ visualizations ([#846](https://github.com/wazuh/wazuh-kibana-app/pull/846)).
-- Fixed a bug where the _Settings > Extensions_ tab wasn't being properly hidden when there's no API entries inserted ([#847](https://github.com/wazuh/wazuh-kibana-app/pull/847)).
-- Fixed a bug where the _Current API_ indicator on the top navbar wasn't being properly updated when the user deletes all the API entries ([#848](https://github.com/wazuh/wazuh-kibana-app/pull/848)).
-- Fixed a bug where the _Agents coverage_ metric were not displaying a proper value when the manager has 0 registered agents ([#849](https://github.com/wazuh/wazuh-kibana-app/pull/849)).
-- Fixed a bug where the `wazuh-basic` user role was able to update API entries (it should be forbidden) ([#853](https://github.com/wazuh/wazuh-kibana-app/pull/853)).
-- Fixed a bug where the visualizations had scroll bars on the PDF reports ([#870](https://github.com/wazuh/wazuh-kibana-app/pull/870)).
-- Fixed a bug on the _Dev tools_ tab where the user couldn't execute the first request block if there was blank lines above it ([#871](https://github.com/wazuh/wazuh-kibana-app/pull/871)).
-- Fixed a bug on pinned filters when opening tabs where the implicit filter was the same, making them stuck and unremovable from other tabs ([#878](https://github.com/wazuh/wazuh-kibana-app/pull/878)).
+- Fixed a bug where the _Inventory_ tab was unavailable if the user reloads the page while on the _Agents > Configuration_ tab ([#845](https://github.com/wazuh/wazuh-dashboard-plugins/pull/845)).
+- Fixed some _Overview > VirusTotal_ visualizations ([#846](https://github.com/wazuh/wazuh-dashboard-plugins/pull/846)).
+- Fixed a bug where the _Settings > Extensions_ tab wasn't being properly hidden when there's no API entries inserted ([#847](https://github.com/wazuh/wazuh-dashboard-plugins/pull/847)).
+- Fixed a bug where the _Current API_ indicator on the top navbar wasn't being properly updated when the user deletes all the API entries ([#848](https://github.com/wazuh/wazuh-dashboard-plugins/pull/848)).
+- Fixed a bug where the _Agents coverage_ metric were not displaying a proper value when the manager has 0 registered agents ([#849](https://github.com/wazuh/wazuh-dashboard-plugins/pull/849)).
+- Fixed a bug where the `wazuh-basic` user role was able to update API entries (it should be forbidden) ([#853](https://github.com/wazuh/wazuh-dashboard-plugins/pull/853)).
+- Fixed a bug where the visualizations had scroll bars on the PDF reports ([#870](https://github.com/wazuh/wazuh-dashboard-plugins/pull/870)).
+- Fixed a bug on the _Dev tools_ tab where the user couldn't execute the first request block if there was blank lines above it ([#871](https://github.com/wazuh/wazuh-dashboard-plugins/pull/871)).
+- Fixed a bug on pinned filters when opening tabs where the implicit filter was the same, making them stuck and unremovable from other tabs ([#878](https://github.com/wazuh/wazuh-dashboard-plugins/pull/878)).
## Wazuh v3.6.1 - Kibana v6.4.0 - Revision 409
@@ -1848,7 +1854,7 @@ All notable changes to the Wazuh app project will be documented in this file.
### Fixed
-- Fixed a bug on the _Dev tools_ tab ([b7c79f4](https://github.com/wazuh/wazuh-kibana-app/commit/b7c79f48f06cb49b12883ec9e9337da23b49976b)).
+- Fixed a bug on the _Dev tools_ tab ([b7c79f4](https://github.com/wazuh/wazuh-dashboard-plugins/commit/b7c79f48f06cb49b12883ec9e9337da23b49976b)).
## Wazuh v3.6.1 - Kibana v6.3.2 - Revision 408
@@ -1858,7 +1864,7 @@ All notable changes to the Wazuh app project will be documented in this file.
### Fixed
-- Fixed a bug on the _Dev tools_ tab ([4ca9ed5](https://github.com/wazuh/wazuh-kibana-app/commit/4ca9ed54f1b18e5d499d950e6ff0741946701988)).
+- Fixed a bug on the _Dev tools_ tab ([4ca9ed5](https://github.com/wazuh/wazuh-dashboard-plugins/commit/4ca9ed54f1b18e5d499d950e6ff0741946701988)).
## Wazuh v3.6.0 - Kibana v6.4.0 - Revision 407
@@ -1876,79 +1882,79 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added
-- Support for Elastic Stack v6.4.0 ([#813](https://github.com/wazuh/wazuh-kibana-app/pull/813)).
+- Support for Elastic Stack v6.4.0 ([#813](https://github.com/wazuh/wazuh-dashboard-plugins/pull/813)).
## Wazuh v3.5.0 - Kibana v6.3.2 - Revision 404
### Added
-- Added new options to `config.yml` to change shards and replicas settings for `wazuh-monitoring` indices ([#809](https://github.com/wazuh/wazuh-kibana-app/pull/809)).
-- Added more error messages for `wazuhapp.log` in case of failure when performing some crucial functions ([#812](https://github.com/wazuh/wazuh-kibana-app/pull/812)).
-- Now it's possible to change replicas settings for existing `.wazuh`, `.wazuh-version` and `wazuh-monitoring` indices on the `config.yml` file ([#817](https://github.com/wazuh/wazuh-kibana-app/pull/817)).
+- Added new options to `config.yml` to change shards and replicas settings for `wazuh-monitoring` indices ([#809](https://github.com/wazuh/wazuh-dashboard-plugins/pull/809)).
+- Added more error messages for `wazuhapp.log` in case of failure when performing some crucial functions ([#812](https://github.com/wazuh/wazuh-dashboard-plugins/pull/812)).
+- Now it's possible to change replicas settings for existing `.wazuh`, `.wazuh-version` and `wazuh-monitoring` indices on the `config.yml` file ([#817](https://github.com/wazuh/wazuh-dashboard-plugins/pull/817)).
### Changed
-- App frontend code refactored and restructured ([#802](https://github.com/wazuh/wazuh-kibana-app/pull/802)).
-- Now the _Overview > Security events_ tab won't show anything if the only visualization with data is _Agents status_ ([#811](https://github.com/wazuh/wazuh-kibana-app/pull/811)).
+- App frontend code refactored and restructured ([#802](https://github.com/wazuh/wazuh-dashboard-plugins/pull/802)).
+- Now the _Overview > Security events_ tab won't show anything if the only visualization with data is _Agents status_ ([#811](https://github.com/wazuh/wazuh-dashboard-plugins/pull/811)).
### Fixed
-- Fixed a bug where the RAM status message appreared twice the first time you opened the app ([#807](https://github.com/wazuh/wazuh-kibana-app/pull/807)).
-- Fixed the app UI to make the app usable on Internet Explorer 11 ([#808](https://github.com/wazuh/wazuh-kibana-app/pull/808)).
+- Fixed a bug where the RAM status message appreared twice the first time you opened the app ([#807](https://github.com/wazuh/wazuh-dashboard-plugins/pull/807)).
+- Fixed the app UI to make the app usable on Internet Explorer 11 ([#808](https://github.com/wazuh/wazuh-dashboard-plugins/pull/808)).
## Wazuh v3.5.0 - Kibana v6.3.2 - Revision 403
### Added
-- The welcome tabs on _Overview_ and _Agents_ have been updated with a new name and description for the existing sections ([#788](https://github.com/wazuh/wazuh-kibana-app/pull/788)).
-- Now the app tables will auto-resize depending on the screen height ([#792](https://github.com/wazuh/wazuh-kibana-app/pull/792)).
+- The welcome tabs on _Overview_ and _Agents_ have been updated with a new name and description for the existing sections ([#788](https://github.com/wazuh/wazuh-dashboard-plugins/pull/788)).
+- Now the app tables will auto-resize depending on the screen height ([#792](https://github.com/wazuh/wazuh-dashboard-plugins/pull/792)).
### Changed
-- Now all the app filters on several tables will present the values in alphabetical order ([#787](https://github.com/wazuh/wazuh-kibana-app/pull/787)).
+- Now all the app filters on several tables will present the values in alphabetical order ([#787](https://github.com/wazuh/wazuh-dashboard-plugins/pull/787)).
### Fixed
-- Fixed a bug on _Decoders_ where clicking on the decoder wouldn't open the detail view if the `Parent decoders` filter was enabled ([#782](https://github.com/wazuh/wazuh-kibana-app/pull/782)).
-- Fixed a bug on _Dev tools_ when the first line on the editor pane was empty or had a comment ([#790](https://github.com/wazuh/wazuh-kibana-app/pull/790)).
-- Fixed a bug where the app was throwing multiple warning messages the first time you open it ([#791](https://github.com/wazuh/wazuh-kibana-app/pull/791)).
-- Fixed a bug where clicking on a different tab from _Overview_ right after inserting the API credentials for the first time would always redirect to _Overview_ ([#791](https://github.com/wazuh/wazuh-kibana-app/pull/791)).
-- Fixed a bug where the user could have a browser cookie with a reference to a non-existing API entry on Elasticsearch ([#794](https://github.com/wazuh/wazuh-kibana-app/pull/794) & [#795](https://github.com/wazuh/wazuh-kibana-app/pull/795)).
+- Fixed a bug on _Decoders_ where clicking on the decoder wouldn't open the detail view if the `Parent decoders` filter was enabled ([#782](https://github.com/wazuh/wazuh-dashboard-plugins/pull/782)).
+- Fixed a bug on _Dev tools_ when the first line on the editor pane was empty or had a comment ([#790](https://github.com/wazuh/wazuh-dashboard-plugins/pull/790)).
+- Fixed a bug where the app was throwing multiple warning messages the first time you open it ([#791](https://github.com/wazuh/wazuh-dashboard-plugins/pull/791)).
+- Fixed a bug where clicking on a different tab from _Overview_ right after inserting the API credentials for the first time would always redirect to _Overview_ ([#791](https://github.com/wazuh/wazuh-dashboard-plugins/pull/791)).
+- Fixed a bug where the user could have a browser cookie with a reference to a non-existing API entry on Elasticsearch ([#794](https://github.com/wazuh/wazuh-dashboard-plugins/pull/794) & [#795](https://github.com/wazuh/wazuh-dashboard-plugins/pull/795)).
### Removed
-- The cluster key has been removed from the API requests to `/manager/configuration` ([#796](https://github.com/wazuh/wazuh-kibana-app/pull/796)).
+- The cluster key has been removed from the API requests to `/manager/configuration` ([#796](https://github.com/wazuh/wazuh-dashboard-plugins/pull/796)).
## Wazuh v3.5.0 - Kibana v6.3.1/v6.3.2 - Revision 402
### Added
- Support for Wazuh v3.5.0.
-- Added new fields for _Vulnerability detector_ alerts ([#752](https://github.com/wazuh/wazuh-kibana-app/pull/752)).
-- Added multi table search for `wz-table` directive. Added two new log levels for _Management > Logs_ section ([#753](https://github.com/wazuh/wazuh-kibana-app/pull/753)).
+- Added new fields for _Vulnerability detector_ alerts ([#752](https://github.com/wazuh/wazuh-dashboard-plugins/pull/752)).
+- Added multi table search for `wz-table` directive. Added two new log levels for _Management > Logs_ section ([#753](https://github.com/wazuh/wazuh-dashboard-plugins/pull/753)).
## Wazuh v3.4.0 - Kibana v6.3.1/v6.3.2 - Revision 401
### Added
-- Added a few new fields for Kibana due to the new Wazuh _who-data_ feature ([#763](https://github.com/wazuh/wazuh-kibana-app/pull/763)).
-- Added XML/JSON viewer for each card under _Management > Configuration_ ([#764](https://github.com/wazuh/wazuh-kibana-app/pull/764)).
+- Added a few new fields for Kibana due to the new Wazuh _who-data_ feature ([#763](https://github.com/wazuh/wazuh-dashboard-plugins/pull/763)).
+- Added XML/JSON viewer for each card under _Management > Configuration_ ([#764](https://github.com/wazuh/wazuh-dashboard-plugins/pull/764)).
### Changed
-- Improved error handling for Dev tools. Also removed some unused dependencies from the _Dev tools_ tab ([#760](https://github.com/wazuh/wazuh-kibana-app/pull/760)).
-- Unified origin for tab descriptions. Reviewed some grammar typos ([#765](https://github.com/wazuh/wazuh-kibana-app/pull/765)).
-- Refactored agents autocomplete component. Removed unused/deprecated modules ([#766](https://github.com/wazuh/wazuh-kibana-app/pull/766)).
-- Simplified route resolves section ([#768](https://github.com/wazuh/wazuh-kibana-app/pull/768)).
+- Improved error handling for Dev tools. Also removed some unused dependencies from the _Dev tools_ tab ([#760](https://github.com/wazuh/wazuh-dashboard-plugins/pull/760)).
+- Unified origin for tab descriptions. Reviewed some grammar typos ([#765](https://github.com/wazuh/wazuh-dashboard-plugins/pull/765)).
+- Refactored agents autocomplete component. Removed unused/deprecated modules ([#766](https://github.com/wazuh/wazuh-dashboard-plugins/pull/766)).
+- Simplified route resolves section ([#768](https://github.com/wazuh/wazuh-dashboard-plugins/pull/768)).
### Fixed
-- Fixed missing cluster node filter for the visualization shown when looking for specific node under _Management > Monitoring_ section ([#758](https://github.com/wazuh/wazuh-kibana-app/pull/758)).
-- Fixed missing dependency injection for `wzMisc` factory ([#768](https://github.com/wazuh/wazuh-kibana-app/pull/768)).
+- Fixed missing cluster node filter for the visualization shown when looking for specific node under _Management > Monitoring_ section ([#758](https://github.com/wazuh/wazuh-dashboard-plugins/pull/758)).
+- Fixed missing dependency injection for `wzMisc` factory ([#768](https://github.com/wazuh/wazuh-dashboard-plugins/pull/768)).
### Removed
-- Removed `angular-aria`, `angular-md5`, `ansicolors`, `js-yaml`, `querystring` and `lodash` dependencies since Kibana includes all of them. Removed some unused images ([#768](https://github.com/wazuh/wazuh-kibana-app/pull/768)).
+- Removed `angular-aria`, `angular-md5`, `ansicolors`, `js-yaml`, `querystring` and `lodash` dependencies since Kibana includes all of them. Removed some unused images ([#768](https://github.com/wazuh/wazuh-dashboard-plugins/pull/768)).
## Wazuh v3.4.0 - Kibana v6.3.1/v6.3.2 - Revision 400
@@ -1956,101 +1962,101 @@ All notable changes to the Wazuh app project will be documented in this file.
- Support for Wazuh v3.4.0.
- Support for Elastic Stack v6.3.2.
-- Support for Kuery as accepted query language ([#742](https://github.com/wazuh/wazuh-kibana-app/pull/742)).
+- Support for Kuery as accepted query language ([#742](https://github.com/wazuh/wazuh-dashboard-plugins/pull/742)).
- This feature is experimental.
-- Added new _Who data_ fields from file integrity monitoring features ([#746](https://github.com/wazuh/wazuh-kibana-app/pull/746)).
-- Added tab in _Settings_ section where you can see the last logs from the Wazuh app server ([#723](https://github.com/wazuh/wazuh-kibana-app/pull/723)).
+- Added new _Who data_ fields from file integrity monitoring features ([#746](https://github.com/wazuh/wazuh-dashboard-plugins/pull/746)).
+- Added tab in _Settings_ section where you can see the last logs from the Wazuh app server ([#723](https://github.com/wazuh/wazuh-dashboard-plugins/pull/723)).
### Changed
-- Fully redesigned of the welcome screen along the different app sections ([#751](https://github.com/wazuh/wazuh-kibana-app/pull/751)).
-- Now any agent can go to the _Inventory_ tab regardless if it's enabled or not. The content will change properly according to the agent configuration ([#744](https://github.com/wazuh/wazuh-kibana-app/pull/744)).
-- Updated the `angular-material` dependency to `1.1.10` ([#743](https://github.com/wazuh/wazuh-kibana-app/pull/743)).
-- Any API entry is now removable regardless if it's the only one API entry ([#740](https://github.com/wazuh/wazuh-kibana-app/pull/740)).
-- Performance has been improved regarding to agents status, they are now being fetched using _distinct_ routes from the Wazuh API ([#738](https://github.com/wazuh/wazuh-kibana-app/pull/738)).
-- Improved the way we are parsing some Wazuh API errors regarding to version mismatching ([#735](https://github.com/wazuh/wazuh-kibana-app/pull/735)).
+- Fully redesigned of the welcome screen along the different app sections ([#751](https://github.com/wazuh/wazuh-dashboard-plugins/pull/751)).
+- Now any agent can go to the _Inventory_ tab regardless if it's enabled or not. The content will change properly according to the agent configuration ([#744](https://github.com/wazuh/wazuh-dashboard-plugins/pull/744)).
+- Updated the `angular-material` dependency to `1.1.10` ([#743](https://github.com/wazuh/wazuh-dashboard-plugins/pull/743)).
+- Any API entry is now removable regardless if it's the only one API entry ([#740](https://github.com/wazuh/wazuh-dashboard-plugins/pull/740)).
+- Performance has been improved regarding to agents status, they are now being fetched using _distinct_ routes from the Wazuh API ([#738](https://github.com/wazuh/wazuh-dashboard-plugins/pull/738)).
+- Improved the way we are parsing some Wazuh API errors regarding to version mismatching ([#735](https://github.com/wazuh/wazuh-dashboard-plugins/pull/735)).
### Fixed
-- Fixed wrong filters being applied in _Ruleset > Rules_ and _Ruleset > Decoders_ sections when using Lucene like filters plus path filters ([#736](https://github.com/wazuh/wazuh-kibana-app/pull/736)).
-- Fixed the template checking from the healthcheck, now it allows to use custom index patterns ([#739](https://github.com/wazuh/wazuh-kibana-app/pull/739)).
-- Fixed infinite white screen from _Management > Monitoring_ when the Wazuh cluster is enabled but not running ([#741](https://github.com/wazuh/wazuh-kibana-app/pull/741)).
+- Fixed wrong filters being applied in _Ruleset > Rules_ and _Ruleset > Decoders_ sections when using Lucene like filters plus path filters ([#736](https://github.com/wazuh/wazuh-dashboard-plugins/pull/736)).
+- Fixed the template checking from the healthcheck, now it allows to use custom index patterns ([#739](https://github.com/wazuh/wazuh-dashboard-plugins/pull/739)).
+- Fixed infinite white screen from _Management > Monitoring_ when the Wazuh cluster is enabled but not running ([#741](https://github.com/wazuh/wazuh-dashboard-plugins/pull/741)).
## Wazuh v3.3.0/v3.3.1 - Kibana v6.3.1 - Revision 399
### Added
-- Added a new Angular.js factory to store the Wazuh app configuration values. Also, this factory is being used by the pre-routes functions (resolves); this way we are sure about having the real configuration at any time. These pre-routes functions have been improved too ([#670](https://github.com/wazuh/wazuh-kibana-app/pull/670)).
-- Added extended information for reports from _Reporting_ feature ([#701](https://github.com/wazuh/wazuh-kibana-app/pull/701)).
+- Added a new Angular.js factory to store the Wazuh app configuration values. Also, this factory is being used by the pre-routes functions (resolves); this way we are sure about having the real configuration at any time. These pre-routes functions have been improved too ([#670](https://github.com/wazuh/wazuh-dashboard-plugins/pull/670)).
+- Added extended information for reports from _Reporting_ feature ([#701](https://github.com/wazuh/wazuh-dashboard-plugins/pull/701)).
### Changed
-- Tables have been improved. Now they are truncating long fields and adding a tooltip if needed ([#671](https://github.com/wazuh/wazuh-kibana-app/pull/671)).
-- Services have been improved ([#715](https://github.com/wazuh/wazuh-kibana-app/pull/715)).
-- CSV formatted files have been improved. Now they are showing a more human readable column names ([#717](https://github.com/wazuh/wazuh-kibana-app/pull/717), [#726](https://github.com/wazuh/wazuh-kibana-app/pull/726)).
-- Added/Modified some visualization titles ([#728](https://github.com/wazuh/wazuh-kibana-app/pull/728)).
-- Improved Discover perfomance when in background mode ([#719](https://github.com/wazuh/wazuh-kibana-app/pull/719)).
-- Reports from the _Reporting_ feature have been fulyl redesigned ([#701](https://github.com/wazuh/wazuh-kibana-app/pull/701)).
+- Tables have been improved. Now they are truncating long fields and adding a tooltip if needed ([#671](https://github.com/wazuh/wazuh-dashboard-plugins/pull/671)).
+- Services have been improved ([#715](https://github.com/wazuh/wazuh-dashboard-plugins/pull/715)).
+- CSV formatted files have been improved. Now they are showing a more human readable column names ([#717](https://github.com/wazuh/wazuh-dashboard-plugins/pull/717), [#726](https://github.com/wazuh/wazuh-dashboard-plugins/pull/726)).
+- Added/Modified some visualization titles ([#728](https://github.com/wazuh/wazuh-dashboard-plugins/pull/728)).
+- Improved Discover perfomance when in background mode ([#719](https://github.com/wazuh/wazuh-dashboard-plugins/pull/719)).
+- Reports from the _Reporting_ feature have been fulyl redesigned ([#701](https://github.com/wazuh/wazuh-dashboard-plugins/pull/701)).
### Fixed
-- Fixed the top menu API indicator when checking the API connection and the manager/cluster information had been changed ([#668](https://github.com/wazuh/wazuh-kibana-app/pull/668)).
-- Fixed our logger module which was not writting logs the very first time Kibana is started neither after a log rotation ([#667](https://github.com/wazuh/wazuh-kibana-app/pull/667)).
-- Fixed a regular expression in the server side when parsing URLs before registering a new Wazuh API ([#690](https://github.com/wazuh/wazuh-kibana-app/pull/690)).
-- Fixed filters from specific visualization regarding to _File integrity_ section ([#694](https://github.com/wazuh/wazuh-kibana-app/pull/694)).
-- Fixed filters parsing when generating a report because it was not parsing negated filters as expected ([#696](https://github.com/wazuh/wazuh-kibana-app/pull/696)).
-- Fixed visualization counter from _OSCAP_ tab ([#722](https://github.com/wazuh/wazuh-kibana-app/pull/722)).
+- Fixed the top menu API indicator when checking the API connection and the manager/cluster information had been changed ([#668](https://github.com/wazuh/wazuh-dashboard-plugins/pull/668)).
+- Fixed our logger module which was not writting logs the very first time Kibana is started neither after a log rotation ([#667](https://github.com/wazuh/wazuh-dashboard-plugins/pull/667)).
+- Fixed a regular expression in the server side when parsing URLs before registering a new Wazuh API ([#690](https://github.com/wazuh/wazuh-dashboard-plugins/pull/690)).
+- Fixed filters from specific visualization regarding to _File integrity_ section ([#694](https://github.com/wazuh/wazuh-dashboard-plugins/pull/694)).
+- Fixed filters parsing when generating a report because it was not parsing negated filters as expected ([#696](https://github.com/wazuh/wazuh-dashboard-plugins/pull/696)).
+- Fixed visualization counter from _OSCAP_ tab ([#722](https://github.com/wazuh/wazuh-dashboard-plugins/pull/722)).
### Removed
-- Temporary removed CSV download from agent inventory section due to Wazuh API bug ([#727](https://github.com/wazuh/wazuh-kibana-app/pull/727)).
+- Temporary removed CSV download from agent inventory section due to Wazuh API bug ([#727](https://github.com/wazuh/wazuh-dashboard-plugins/pull/727)).
## Wazuh v3.3.0/v3.3.1 - Kibana v6.3.0 - Revision 398
### Added
-- Improvements for latest app redesign ([#652](https://github.com/wazuh/wazuh-kibana-app/pull/652)):
+- Improvements for latest app redesign ([#652](https://github.com/wazuh/wazuh-dashboard-plugins/pull/652)):
- The _Welcome_ tabs have been simplified, following a more Elastic design.
- Added again the `md-nav-bar` component with refined styles and limited to specific sections.
- The _Settings > Welcome_ tab has been removed. You can use the nav bar to switch tabs.
- Minor CSS adjustments and reordering.
-- Small app UI improvements ([#634](https://github.com/wazuh/wazuh-kibana-app/pull/634)):
+- Small app UI improvements ([#634](https://github.com/wazuh/wazuh-dashboard-plugins/pull/634)):
- Added link to _Agents Preview_ on the _Agents_ tab breadcrumbs.
- Replaced the _Generate report_ button with a smaller one.
- Redesigned _Management > Ruleset_ `md-chips` to look similar to Kibana filter pills.
- Added agent information bar from _Agents > General_ to _Agents > Welcome_ too.
- Refactored flex layout on _Welcome_ tabs to fix a height visual bug.
- Removed duplicated loading rings on the _Agents_ tab.
-- Improvements for app tables ([#627](https://github.com/wazuh/wazuh-kibana-app/pull/627)):
+- Improvements for app tables ([#627](https://github.com/wazuh/wazuh-dashboard-plugins/pull/627)):
- Now the current page will be highlighted.
- The gap has been fixed to the items per page value.
- If there are no more pages for _Next_ or _Prev_ buttons, they will be hidden.
-- Improvements for app health check ([#637](https://github.com/wazuh/wazuh-kibana-app/pull/637)):
+- Improvements for app health check ([#637](https://github.com/wazuh/wazuh-dashboard-plugins/pull/637)):
- Improved design for the view.
- The checks have been placed on a table, showing the current status of each one.
-- Changes to our reporting feature ([#639](https://github.com/wazuh/wazuh-kibana-app/pull/639)):
+- Changes to our reporting feature ([#639](https://github.com/wazuh/wazuh-dashboard-plugins/pull/639)):
- Now the generated reports will include tables for each section.
- Added a parser for getting Elasticsearch data table responses.
- The reporting feature is now a separated module, and the code has been refactored.
-- Improvements for app tables pagination ([#646](https://github.com/wazuh/wazuh-kibana-app/pull/646)).
+- Improvements for app tables pagination ([#646](https://github.com/wazuh/wazuh-dashboard-plugins/pull/646)).
### Changed
-- Now the `pretty` parameter on the _Dev tools_ tab will be ignored to avoid `Unexpected error` messages ([#624](https://github.com/wazuh/wazuh-kibana-app/pull/624)).
-- The `pdfkit` dependency has been replaced by `pdfmake` ([#639](https://github.com/wazuh/wazuh-kibana-app/pull/639)).
-- Changed some Kibana tables for performance improvements on the reporting feature ([#644](https://github.com/wazuh/wazuh-kibana-app/pull/644)).
-- Changed the method to refresh the list of known fields on the index pattern ([#650](https://github.com/wazuh/wazuh-kibana-app/pull/650)):
+- Now the `pretty` parameter on the _Dev tools_ tab will be ignored to avoid `Unexpected error` messages ([#624](https://github.com/wazuh/wazuh-dashboard-plugins/pull/624)).
+- The `pdfkit` dependency has been replaced by `pdfmake` ([#639](https://github.com/wazuh/wazuh-dashboard-plugins/pull/639)).
+- Changed some Kibana tables for performance improvements on the reporting feature ([#644](https://github.com/wazuh/wazuh-dashboard-plugins/pull/644)).
+- Changed the method to refresh the list of known fields on the index pattern ([#650](https://github.com/wazuh/wazuh-dashboard-plugins/pull/650)):
- Now when restarting Kibana, the app will update the fieldset preserving the custom user fields.
### Fixed
-- Fixed bug on _Agents CIS-CAT_ tab who wasn't loading the appropriate visualizations ([#626](https://github.com/wazuh/wazuh-kibana-app/pull/626)).
-- Fixed a bug where sometimes the index pattern could be `undefined` during the health check process, leading into a false error message when loading the app ([#640](https://github.com/wazuh/wazuh-kibana-app/pull/640)).
+- Fixed bug on _Agents CIS-CAT_ tab who wasn't loading the appropriate visualizations ([#626](https://github.com/wazuh/wazuh-dashboard-plugins/pull/626)).
+- Fixed a bug where sometimes the index pattern could be `undefined` during the health check process, leading into a false error message when loading the app ([#640](https://github.com/wazuh/wazuh-dashboard-plugins/pull/640)).
- Fixed several bugs on the _Settings > API_ tab when removing, adding or editing new entries.
### Removed
-- Removed the app login system ([#636](https://github.com/wazuh/wazuh-kibana-app/pull/636)):
+- Removed the app login system ([#636](https://github.com/wazuh/wazuh-dashboard-plugins/pull/636)):
- This feature was unstable, experimental and untested for a long time. We'll provide much better RBAC capabilities in the future.
- Removed the new Kuery language option on Discover app search bars.
- This feature will be restored in the future, after more Elastic v6.3.0 adaptations.
@@ -2059,24 +2065,24 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added
-- Support for Elastic Stack v6.3.0 ([#579](https://github.com/wazuh/wazuh-kibana-app/pull/579) & [#612](https://github.com/wazuh/wazuh-kibana-app/pull/612) & [#615](https://github.com/wazuh/wazuh-kibana-app/pull/615)).
-- Brand-new Wazuh app redesign for the _Monitoring_ tab ([#581](https://github.com/wazuh/wazuh-kibana-app/pull/581)):
+- Support for Elastic Stack v6.3.0 ([#579](https://github.com/wazuh/wazuh-dashboard-plugins/pull/579) & [#612](https://github.com/wazuh/wazuh-dashboard-plugins/pull/612) & [#615](https://github.com/wazuh/wazuh-dashboard-plugins/pull/615)).
+- Brand-new Wazuh app redesign for the _Monitoring_ tab ([#581](https://github.com/wazuh/wazuh-dashboard-plugins/pull/581)):
- Refactored and optimized UI for these tabs, using a breadcrumbs-based navigability.
- Used the same guidelines from the previous redesign for _Overview_ and _Agents_ tabs.
-- New tab for _Agents_ - _Inventory_ ([#582](https://github.com/wazuh/wazuh-kibana-app/pull/582)):
+- New tab for _Agents_ - _Inventory_ ([#582](https://github.com/wazuh/wazuh-dashboard-plugins/pull/582)):
- Get information about the agent host, such as installed packages, motherboard, operating system, etc.
- This tab will appear if the agent has the [`syscollector`](https://documentation.wazuh.com/current/user-manual/reference/ossec-conf/wodle-syscollector.html) wodle enabled.
-- Brand-new extension - _CIS-CAT Alerts_ ([#601](https://github.com/wazuh/wazuh-kibana-app/pull/601)):
+- Brand-new extension - _CIS-CAT Alerts_ ([#601](https://github.com/wazuh/wazuh-dashboard-plugins/pull/601)):
- A new extension, disabled by default.
- Visualize alerts related to the CIS-CAT benchmarks on the _Overview_ and _Agents_ tabs.
- Get information about the last performed scan and its score.
-- Several improvements for the _Dev tools_ tab ([#583](https://github.com/wazuh/wazuh-kibana-app/pull/583) & [#597](https://github.com/wazuh/wazuh-kibana-app/pull/597)):
+- Several improvements for the _Dev tools_ tab ([#583](https://github.com/wazuh/wazuh-dashboard-plugins/pull/583) & [#597](https://github.com/wazuh/wazuh-dashboard-plugins/pull/597)):
- Now you can insert queries using inline parameters, just like in a web browser.
- You can combine inline parameters with JSON-like parameters.
- If you use the same parameter on both methods with different values, the inline parameter has precedence over the other one.
- The tab icon has been changed for a more appropriate one.
- The `Execute query` button is now always placed on the first line of the query block.
-- Refactoring for all app tables ([#582](https://github.com/wazuh/wazuh-kibana-app/pull/582)):
+- Refactoring for all app tables ([#582](https://github.com/wazuh/wazuh-dashboard-plugins/pull/582)):
- Replaced the old `wz-table` directive with a new one, along with a new data factory.
- Now the tables are built with a pagination system.
- Much easier method for building tables for the app.
@@ -2085,237 +2091,237 @@ All notable changes to the Wazuh app project will be documented in this file.
### Changed
-- Moved some logic from the _Agents preview_ tab to the server, to avoid excessive client-side workload ([#586](https://github.com/wazuh/wazuh-kibana-app/pull/586)).
-- Changed the UI to use the same loading ring across all the app tabs ([#593](https://github.com/wazuh/wazuh-kibana-app/pull/593) & [#599](https://github.com/wazuh/wazuh-kibana-app/pull/599)).
-- Changed the _No results_ message across all the tabs with visualizations ([#599](https://github.com/wazuh/wazuh-kibana-app/pull/599)).
+- Moved some logic from the _Agents preview_ tab to the server, to avoid excessive client-side workload ([#586](https://github.com/wazuh/wazuh-dashboard-plugins/pull/586)).
+- Changed the UI to use the same loading ring across all the app tabs ([#593](https://github.com/wazuh/wazuh-dashboard-plugins/pull/593) & [#599](https://github.com/wazuh/wazuh-dashboard-plugins/pull/599)).
+- Changed the _No results_ message across all the tabs with visualizations ([#599](https://github.com/wazuh/wazuh-dashboard-plugins/pull/599)).
### Fixed
-- Fixed a bug on the _Settings/Extensions_ tab where enabling/disabling some extensions could make other ones to be disabled ([#591](https://github.com/wazuh/wazuh-kibana-app/pull/591)).
+- Fixed a bug on the _Settings/Extensions_ tab where enabling/disabling some extensions could make other ones to be disabled ([#591](https://github.com/wazuh/wazuh-dashboard-plugins/pull/591)).
## Wazuh v3.3.0/v3.3.1 - Kibana v6.2.4 - Revision 396
### Added
- Support for Wazuh v3.3.1.
-- Brand-new Wazuh app redesign for the _Settings_ tab ([#570](https://github.com/wazuh/wazuh-kibana-app/pull/570)):
+- Brand-new Wazuh app redesign for the _Settings_ tab ([#570](https://github.com/wazuh/wazuh-dashboard-plugins/pull/570)):
- Refactored and optimized UI for these tabs, using a breadcrumbs-based navigability.
- Used the same guidelines from the previous redesign for _Overview_ and _Agents_ tabs.
-- Refactoring for _Overview_ and _Agents_ controllers ([#564](https://github.com/wazuh/wazuh-kibana-app/pull/564)):
+- Refactoring for _Overview_ and _Agents_ controllers ([#564](https://github.com/wazuh/wazuh-dashboard-plugins/pull/564)):
- Reduced duplicated code by splitting it into separate files.
- Code optimization for a better performance and maintainability.
- Added new services to provide similar functionality between different app tabs.
-- Added `data.vulnerability.package.condition` to the list of known fields ([#566](https://github.com/wazuh/wazuh-kibana-app/pull/566)).
+- Added `data.vulnerability.package.condition` to the list of known fields ([#566](https://github.com/wazuh/wazuh-dashboard-plugins/pull/566)).
### Changed
-- The `wazuh-logs` and `wazuh-monitoring` folders have been moved to the Kibana's `optimize` directory in order to avoid some error messages when using the `kibana-plugin list` command ([#563](https://github.com/wazuh/wazuh-kibana-app/pull/563)).
+- The `wazuh-logs` and `wazuh-monitoring` folders have been moved to the Kibana's `optimize` directory in order to avoid some error messages when using the `kibana-plugin list` command ([#563](https://github.com/wazuh/wazuh-dashboard-plugins/pull/563)).
### Fixed
-- Fixed a bug on the _Settings_ tab where updating an API entry with wrong credentials would corrupt the existing one ([#558](https://github.com/wazuh/wazuh-kibana-app/pull/558)).
-- Fixed a bug on the _Settings_ tab where removing an API entry while its edit form is opened would hide the `Add API` button unless the user reloads the tab ([#558](https://github.com/wazuh/wazuh-kibana-app/pull/558)).
-- Fixed some Audit visualizations on the _Overview_ and _Agents_ tabs that weren't using the same search query to show the results ([#572](https://github.com/wazuh/wazuh-kibana-app/pull/572)).
-- Fixed undefined variable error on the `wz-menu` directive ([#575](https://github.com/wazuh/wazuh-kibana-app/pull/575)).
+- Fixed a bug on the _Settings_ tab where updating an API entry with wrong credentials would corrupt the existing one ([#558](https://github.com/wazuh/wazuh-dashboard-plugins/pull/558)).
+- Fixed a bug on the _Settings_ tab where removing an API entry while its edit form is opened would hide the `Add API` button unless the user reloads the tab ([#558](https://github.com/wazuh/wazuh-dashboard-plugins/pull/558)).
+- Fixed some Audit visualizations on the _Overview_ and _Agents_ tabs that weren't using the same search query to show the results ([#572](https://github.com/wazuh/wazuh-dashboard-plugins/pull/572)).
+- Fixed undefined variable error on the `wz-menu` directive ([#575](https://github.com/wazuh/wazuh-dashboard-plugins/pull/575)).
## Wazuh v3.3.0 - Kibana v6.2.4 - Revision 395
### Fixed
-- Fixed a bug on the _Agent Configuration_ tab where the sync status was always `NOT SYNCHRONIZED` ([#569](https://github.com/wazuh/wazuh-kibana-app/pull/569)).
+- Fixed a bug on the _Agent Configuration_ tab where the sync status was always `NOT SYNCHRONIZED` ([#569](https://github.com/wazuh/wazuh-dashboard-plugins/pull/569)).
## Wazuh v3.3.0 - Kibana v6.2.4 - Revision 394
### Added
- Support for Wazuh v3.3.0.
-- Updated some backend API calls to include the app version in the request header ([#560](https://github.com/wazuh/wazuh-kibana-app/pull/560)).
+- Updated some backend API calls to include the app version in the request header ([#560](https://github.com/wazuh/wazuh-dashboard-plugins/pull/560)).
## Wazuh v3.2.4 - Kibana v6.2.4 - Revision 393
### Added
-- Brand-new Wazuh app redesign for _Overview_ and _Agents_ tabs ([#543](https://github.com/wazuh/wazuh-kibana-app/pull/543)):
+- Brand-new Wazuh app redesign for _Overview_ and _Agents_ tabs ([#543](https://github.com/wazuh/wazuh-dashboard-plugins/pull/543)):
- Updated UI for these tabs using breadcrumbs.
- New _Welcome_ screen, presenting all the tabs to the user, with useful links to our documentation.
- Overall design improved, adjusted font sizes and reduced HTML code.
- This base will allow the app to increase its functionality in the future.
- Removed the `md-nav-bar` component for a better user experience on small screens.
- Improved app performance removing some CSS effects from some components, such as buttons.
-- New filter for agent version on the _Agents Preview_ tab ([#537](https://github.com/wazuh/wazuh-kibana-app/pull/537)).
-- New filter for cluster node on the _Agents Preview_ tab ([#538](https://github.com/wazuh/wazuh-kibana-app/pull/538)).
+- New filter for agent version on the _Agents Preview_ tab ([#537](https://github.com/wazuh/wazuh-dashboard-plugins/pull/537)).
+- New filter for cluster node on the _Agents Preview_ tab ([#538](https://github.com/wazuh/wazuh-dashboard-plugins/pull/538)).
### Changed
-- Now the report generation process will run in a parallel mode in the foreground ([#523](https://github.com/wazuh/wazuh-kibana-app/pull/523)).
-- Replaced the usage of `$rootScope` with two new factories, along with more controller improvements ([#525](https://github.com/wazuh/wazuh-kibana-app/pull/525)).
-- Now the _Extensions_ tab on _Settings_ won't edit the `.wazuh` index to modify the extensions configuration for all users ([#545](https://github.com/wazuh/wazuh-kibana-app/pull/545)).
+- Now the report generation process will run in a parallel mode in the foreground ([#523](https://github.com/wazuh/wazuh-dashboard-plugins/pull/523)).
+- Replaced the usage of `$rootScope` with two new factories, along with more controller improvements ([#525](https://github.com/wazuh/wazuh-dashboard-plugins/pull/525)).
+- Now the _Extensions_ tab on _Settings_ won't edit the `.wazuh` index to modify the extensions configuration for all users ([#545](https://github.com/wazuh/wazuh-dashboard-plugins/pull/545)).
- This allows each new user to always start with the base extensions configuration, and modify it to its needs storing the settings on a browser cookie.
-- Now the GDPR requirements description on its tab won't be loaded if the Wazuh API version is not v3.2.3 or higher ([#546](https://github.com/wazuh/wazuh-kibana-app/pull/546)).
+- Now the GDPR requirements description on its tab won't be loaded if the Wazuh API version is not v3.2.3 or higher ([#546](https://github.com/wazuh/wazuh-dashboard-plugins/pull/546)).
### Fixed
-- Fixed a bug where the app crashes when attempting to download huge amounts of data as CSV format ([#521](https://github.com/wazuh/wazuh-kibana-app/pull/521)).
-- Fixed a bug on the Timelion visualizations from _Management/Monitoring_ which were not properly filtering and showing the cluster nodes information ([#530](https://github.com/wazuh/wazuh-kibana-app/pull/530)).
-- Fixed several bugs on the loading process when switching between tabs with or without visualizations in the _Overview_ and _Agents_ tab ([#531](https://github.com/wazuh/wazuh-kibana-app/pull/531) & [#533](https://github.com/wazuh/wazuh-kibana-app/pull/533)).
-- Fixed a bug on the `wazuh-monitoring` index feature when using multiple inserted APIs, along with several performance improvements ([#539](https://github.com/wazuh/wazuh-kibana-app/pull/539)).
-- Fixed a bug where the OS filter on the _Agents Preview_ tab would exclude the rest of filters instead of combining them ([#552](https://github.com/wazuh/wazuh-kibana-app/pull/552)).
-- Fixed a bug where the Extensions settings were restored every time the user opened the _Settings_ tab or pressed the _Set default manager_ button ([#555](https://github.com/wazuh/wazuh-kibana-app/pull/555) & [#556](https://github.com/wazuh/wazuh-kibana-app/pull/556)).
+- Fixed a bug where the app crashes when attempting to download huge amounts of data as CSV format ([#521](https://github.com/wazuh/wazuh-dashboard-plugins/pull/521)).
+- Fixed a bug on the Timelion visualizations from _Management/Monitoring_ which were not properly filtering and showing the cluster nodes information ([#530](https://github.com/wazuh/wazuh-dashboard-plugins/pull/530)).
+- Fixed several bugs on the loading process when switching between tabs with or without visualizations in the _Overview_ and _Agents_ tab ([#531](https://github.com/wazuh/wazuh-dashboard-plugins/pull/531) & [#533](https://github.com/wazuh/wazuh-dashboard-plugins/pull/533)).
+- Fixed a bug on the `wazuh-monitoring` index feature when using multiple inserted APIs, along with several performance improvements ([#539](https://github.com/wazuh/wazuh-dashboard-plugins/pull/539)).
+- Fixed a bug where the OS filter on the _Agents Preview_ tab would exclude the rest of filters instead of combining them ([#552](https://github.com/wazuh/wazuh-dashboard-plugins/pull/552)).
+- Fixed a bug where the Extensions settings were restored every time the user opened the _Settings_ tab or pressed the _Set default manager_ button ([#555](https://github.com/wazuh/wazuh-dashboard-plugins/pull/555) & [#556](https://github.com/wazuh/wazuh-dashboard-plugins/pull/556)).
## Wazuh v3.2.3/v3.2.4 - Kibana v6.2.4 - Revision 392
### Added
- Support for Wazuh v3.2.4.
-- New functionality - _Reporting_ ([#510](https://github.com/wazuh/wazuh-kibana-app/pull/510)):
+- New functionality - _Reporting_ ([#510](https://github.com/wazuh/wazuh-dashboard-plugins/pull/510)):
- Generate PDF logs on the _Overview_ and _Agents_ tabs, with the new button next to _Panels_ and _Discover_.
- The report will contain the current visualizations from the tab where you generated it.
- List all your generated reports, download or deleted them at the new _Management/Reporting_ tab.
- **Warning:** If you leave the tab while generating a report, the process will be aborted.
-- Added warning/error messages about the total RAM on the server side ([#502](https://github.com/wazuh/wazuh-kibana-app/pull/502)):
+- Added warning/error messages about the total RAM on the server side ([#502](https://github.com/wazuh/wazuh-dashboard-plugins/pull/502)):
- None of this messages will prevent the user from accessing the app, it's just a recommendation.
- If your server has less than 2GB of RAM, you'll get an error message when opening the app.
- If your server has between 2GB and 3GB of RAM, you'll get a warning message.
- If your server has more than 3GB of RAM, you won't get any kind of message.
-- Refactoring and added loading bar to _Manager Logs_ and _Groups_ tabs ([#505](https://github.com/wazuh/wazuh-kibana-app/pull/505)).
-- Added more Syscheck options to _Management/Agents_ configuration tabs ([#509](https://github.com/wazuh/wazuh-kibana-app/pull/509)).
+- Refactoring and added loading bar to _Manager Logs_ and _Groups_ tabs ([#505](https://github.com/wazuh/wazuh-dashboard-plugins/pull/505)).
+- Added more Syscheck options to _Management/Agents_ configuration tabs ([#509](https://github.com/wazuh/wazuh-dashboard-plugins/pull/509)).
### Fixed
-- Added more fields to the `known-fields.js` file to avoid warning messages on _Discover_ when using Filebeat for alerts forwarding ([#497](https://github.com/wazuh/wazuh-kibana-app/pull/497)).
-- Fixed a bug where clicking on the _Check connection_ button on the _Settings_ tab threw an error message although the API connected successfully ([#504](https://github.com/wazuh/wazuh-kibana-app/pull/504)).
-- Fixed a bug where the _Agents_ tab was not properly showing the total of agents due to the new Wazuh cluster implementation ([#517](https://github.com/wazuh/wazuh-kibana-app/pull/517)).
+- Added more fields to the `known-fields.js` file to avoid warning messages on _Discover_ when using Filebeat for alerts forwarding ([#497](https://github.com/wazuh/wazuh-dashboard-plugins/pull/497)).
+- Fixed a bug where clicking on the _Check connection_ button on the _Settings_ tab threw an error message although the API connected successfully ([#504](https://github.com/wazuh/wazuh-dashboard-plugins/pull/504)).
+- Fixed a bug where the _Agents_ tab was not properly showing the total of agents due to the new Wazuh cluster implementation ([#517](https://github.com/wazuh/wazuh-dashboard-plugins/pull/517)).
## Wazuh v3.2.3 - Kibana v6.2.4 - Revision 391
### Added
- Support for Wazuh v3.2.3.
-- Brand-new extension - _GDPR Alerts_ ([#453](https://github.com/wazuh/wazuh-kibana-app/pull/453)):
+- Brand-new extension - _GDPR Alerts_ ([#453](https://github.com/wazuh/wazuh-dashboard-plugins/pull/453)):
- A new extension, enabled by default.
- Visualize alerts related to the GDPR compliance on the _Overview_ and _Agents_ tabs.
- The _Ruleset_ tab has been updated to include GDPR filters on the _Rules_ subtab.
-- Brand-new Management tab - _Monitoring_ ([#490](https://github.com/wazuh/wazuh-kibana-app/pull/490)):
+- Brand-new Management tab - _Monitoring_ ([#490](https://github.com/wazuh/wazuh-dashboard-plugins/pull/490)):
- Visualize your Wazuh cluster, both master and clients.
- Get the current cluster configuration.
- Nodes listing, sorting, searching, etc.
- Get a more in-depth cluster status thanks to the newly added [_Timelion_](https://www.elastic.co/guide/en/kibana/current/timelion.html) visualizations.
- The Detail view gives you a summary of the node's healthcheck.
-- Brand-new tab - _Dev tools_ ([#449](https://github.com/wazuh/wazuh-kibana-app/pull/449)):
+- Brand-new tab - _Dev tools_ ([#449](https://github.com/wazuh/wazuh-dashboard-plugins/pull/449)):
- Find it on the top navbar, next to _Discover_.
- Execute Wazuh API requests directly from the app.
- This tab uses your currently selected API from _Settings_.
- You can type different API requests on the input window, select one with the cursor, and click on the Play button to execute it.
- You can also type comments on the input window.
-- More improvements for the _Manager/Ruleset_ tab ([#446](https://github.com/wazuh/wazuh-kibana-app/pull/446)):
+- More improvements for the _Manager/Ruleset_ tab ([#446](https://github.com/wazuh/wazuh-dashboard-plugins/pull/446)):
- A new colour palette for regex, order and rule description arguments.
- Added return to List view on Ruleset button while on Detail view.
- Fixed line height on all table headers.
- Removed unused, old code from Ruleset controllers.
-- Added option on `config.yml` to enable/disable the `wazuh-monitoring` index ([#441](https://github.com/wazuh/wazuh-kibana-app/pull/441)):
+- Added option on `config.yml` to enable/disable the `wazuh-monitoring` index ([#441](https://github.com/wazuh/wazuh-dashboard-plugins/pull/441)):
- Configure the frequency time to generate new indices.
- The default frequency time has been increased to 1 hour.
- When disabled, useful metrics will appear on _Overview/General_ replacing the _Agent status_ visualization.
-- Added CSV exporting button to the app ([#431](https://github.com/wazuh/wazuh-kibana-app/pull/431)):
+- Added CSV exporting button to the app ([#431](https://github.com/wazuh/wazuh-dashboard-plugins/pull/431)):
- Implemented new logic to fetch data from the Wazuh API and download it in CSV format.
- Currently available for the _Ruleset_, _Logs_ and _Groups_ sections on the _Manager_ tab and also the _Agents_ tab.
-- More refactoring to the app backend ([#439](https://github.com/wazuh/wazuh-kibana-app/pull/439)):
+- More refactoring to the app backend ([#439](https://github.com/wazuh/wazuh-dashboard-plugins/pull/439)):
- Standardized error output from the server side.
- Drastically reduced the error management logic on the client side.
- Applied the _Facade_ pattern when importing/exporting modules.
- Deleted unused/deprecated/useless methods both from server and client side.
- Some optimizations to variable type usages.
-- Refactoring to Kibana filters management ([#452](https://github.com/wazuh/wazuh-kibana-app/pull/452) & [#459](https://github.com/wazuh/wazuh-kibana-app/pull/459)):
+- Refactoring to Kibana filters management ([#452](https://github.com/wazuh/wazuh-dashboard-plugins/pull/452) & [#459](https://github.com/wazuh/wazuh-dashboard-plugins/pull/459)):
- Added new class to build queries from the base query.
- The filter management is being done on controllers instead of the `discover` directive.
- Now we are emitting specific events whenever we are fetching data or communicating to the `discover` directive.
- The number of useless requests to fetch data has been reduced.
- The synchronization actions are working as expected regardless the amount of data and/or the number of machine resources.
- Fixed several bugs about filter usage and transition to different app tabs.
-- Added confirmation message when the user deletes an API entry on _Settings/API_ ([#428](https://github.com/wazuh/wazuh-kibana-app/pull/428)).
-- Added support for filters on the _Manager/Logs_ tab when realtime is enabled ([#433](https://github.com/wazuh/wazuh-kibana-app/pull/433)).
-- Added more filter options to the Detail view on _Manager/Ruleset_ ([#434](https://github.com/wazuh/wazuh-kibana-app/pull/434)).
+- Added confirmation message when the user deletes an API entry on _Settings/API_ ([#428](https://github.com/wazuh/wazuh-dashboard-plugins/pull/428)).
+- Added support for filters on the _Manager/Logs_ tab when realtime is enabled ([#433](https://github.com/wazuh/wazuh-dashboard-plugins/pull/433)).
+- Added more filter options to the Detail view on _Manager/Ruleset_ ([#434](https://github.com/wazuh/wazuh-dashboard-plugins/pull/434)).
### Changed
-- Changed OSCAP visualization to avoid clipping issues with large agent names ([#429](https://github.com/wazuh/wazuh-kibana-app/pull/429)).
-- Now the related Rules or Decoders sections on _Manager/Ruleset_ will remain hidden if there isn't any data to show or while it's loading ([#434](https://github.com/wazuh/wazuh-kibana-app/pull/434)).
-- Added a 200ms delay when fetching iterable data from the Wazuh API ([#445](https://github.com/wazuh/wazuh-kibana-app/pull/445) & [#450](https://github.com/wazuh/wazuh-kibana-app/pull/450)).
-- Fixed several bugs related to Wazuh API timeout/cancelled requests ([#445](https://github.com/wazuh/wazuh-kibana-app/pull/445)).
-- Added `ENOTFOUND`, `EHOSTUNREACH`, `EINVAL`, `EAI_AGAIN` options for API URL parameter checking ([#463](https://github.com/wazuh/wazuh-kibana-app/pull/463)).
-- Now the _Settings/Extensions_ subtab won't appear unless there's at least one API inserted ([#465](https://github.com/wazuh/wazuh-kibana-app/pull/465)).
-- Now the index pattern selector on _Settings/Pattern_ will also refresh the known fields when changing it ([#477](https://github.com/wazuh/wazuh-kibana-app/pull/477)).
-- Changed the _Manager_ tab into _Management_ ([#490](https://github.com/wazuh/wazuh-kibana-app/pull/490)).
+- Changed OSCAP visualization to avoid clipping issues with large agent names ([#429](https://github.com/wazuh/wazuh-dashboard-plugins/pull/429)).
+- Now the related Rules or Decoders sections on _Manager/Ruleset_ will remain hidden if there isn't any data to show or while it's loading ([#434](https://github.com/wazuh/wazuh-dashboard-plugins/pull/434)).
+- Added a 200ms delay when fetching iterable data from the Wazuh API ([#445](https://github.com/wazuh/wazuh-dashboard-plugins/pull/445) & [#450](https://github.com/wazuh/wazuh-dashboard-plugins/pull/450)).
+- Fixed several bugs related to Wazuh API timeout/cancelled requests ([#445](https://github.com/wazuh/wazuh-dashboard-plugins/pull/445)).
+- Added `ENOTFOUND`, `EHOSTUNREACH`, `EINVAL`, `EAI_AGAIN` options for API URL parameter checking ([#463](https://github.com/wazuh/wazuh-dashboard-plugins/pull/463)).
+- Now the _Settings/Extensions_ subtab won't appear unless there's at least one API inserted ([#465](https://github.com/wazuh/wazuh-dashboard-plugins/pull/465)).
+- Now the index pattern selector on _Settings/Pattern_ will also refresh the known fields when changing it ([#477](https://github.com/wazuh/wazuh-dashboard-plugins/pull/477)).
+- Changed the _Manager_ tab into _Management_ ([#490](https://github.com/wazuh/wazuh-dashboard-plugins/pull/490)).
### Fixed
-- Fixed a bug where toggling extensions after deleting an API entry could lead into an error message ([#465](https://github.com/wazuh/wazuh-kibana-app/pull/465)).
-- Fixed some performance bugs on the `dataHandler` service ([#442](https://github.com/wazuh/wazuh-kibana-app/pull/442) & [#486](https://github.com/wazuh/wazuh-kibana-app/pull/442)).
-- Fixed a bug when loading the _Agents preview_ tab on Safari web browser ([#447](https://github.com/wazuh/wazuh-kibana-app/pull/447)).
-- Fixed a bug where a new extension (enabled by default) appears disabled when updating the app ([#456](https://github.com/wazuh/wazuh-kibana-app/pull/456)).
-- Fixed a bug where pressing the Enter key on the _Discover's_ tab search bar wasn't working properly ([#488](https://github.com/wazuh/wazuh-kibana-app/pull/488)).
+- Fixed a bug where toggling extensions after deleting an API entry could lead into an error message ([#465](https://github.com/wazuh/wazuh-dashboard-plugins/pull/465)).
+- Fixed some performance bugs on the `dataHandler` service ([#442](https://github.com/wazuh/wazuh-dashboard-plugins/pull/442) & [#486](https://github.com/wazuh/wazuh-dashboard-plugins/pull/442)).
+- Fixed a bug when loading the _Agents preview_ tab on Safari web browser ([#447](https://github.com/wazuh/wazuh-dashboard-plugins/pull/447)).
+- Fixed a bug where a new extension (enabled by default) appears disabled when updating the app ([#456](https://github.com/wazuh/wazuh-dashboard-plugins/pull/456)).
+- Fixed a bug where pressing the Enter key on the _Discover's_ tab search bar wasn't working properly ([#488](https://github.com/wazuh/wazuh-dashboard-plugins/pull/488)).
### Removed
-- Removed the `rison` dependency from the `package.json` file ([#452](https://github.com/wazuh/wazuh-kibana-app/pull/452)).
-- Removed unused Elasticsearch request to avoid problems when there's no API inserted ([#460](https://github.com/wazuh/wazuh-kibana-app/pull/460)).
+- Removed the `rison` dependency from the `package.json` file ([#452](https://github.com/wazuh/wazuh-dashboard-plugins/pull/452)).
+- Removed unused Elasticsearch request to avoid problems when there's no API inserted ([#460](https://github.com/wazuh/wazuh-dashboard-plugins/pull/460)).
## Wazuh v3.2.1/v3.2.2 - Kibana v6.2.4 - Revision 390
### Added
- Support for Wazuh v3.2.2.
-- Refactoring on visualizations use and management ([#397](https://github.com/wazuh/wazuh-kibana-app/pull/397)):
+- Refactoring on visualizations use and management ([#397](https://github.com/wazuh/wazuh-dashboard-plugins/pull/397)):
- Visualizations are no longer stored on an index, they're built and loaded on demand when needed to render the interface.
- Refactoring on the whole app source code to use the _import/export_ paradigm.
- Removed old functions and variables from the old visualization management logic.
- Removed cron task to clean remaining visualizations since it's no longer needed.
- Some Kibana functions and modules have been overridden in order to make this refactoring work.
- This change is not intrusive in any case.
-- New redesign for the _Manager/Ruleset_ tab ([#420](https://github.com/wazuh/wazuh-kibana-app/pull/420)):
+- New redesign for the _Manager/Ruleset_ tab ([#420](https://github.com/wazuh/wazuh-dashboard-plugins/pull/420)):
- Rules and decoders list now divided into two different sections: _List view_ and _Detail view_.
- Removed old expandable tables to move the rule/decoder information into a new space.
- Enable different filters on the detail view for a better search on the list view.
- New table for related rules or decoders.
- And finally, a bunch of minor design enhancements to the whole app.
-- Added a copyright notice to the whole app source code ([#395](https://github.com/wazuh/wazuh-kibana-app/pull/395)).
-- Updated `.gitignore` with the _Node_ template ([#395](https://github.com/wazuh/wazuh-kibana-app/pull/395)).
-- Added new module to the `package.json` file, [`rison`](https://www.npmjs.com/package/rison) ([#404](https://github.com/wazuh/wazuh-kibana-app/pull/404)).
-- Added the `errorHandler` service to the blank screen scenario ([#413](https://github.com/wazuh/wazuh-kibana-app/pull/413)):
+- Added a copyright notice to the whole app source code ([#395](https://github.com/wazuh/wazuh-dashboard-plugins/pull/395)).
+- Updated `.gitignore` with the _Node_ template ([#395](https://github.com/wazuh/wazuh-dashboard-plugins/pull/395)).
+- Added new module to the `package.json` file, [`rison`](https://www.npmjs.com/package/rison) ([#404](https://github.com/wazuh/wazuh-dashboard-plugins/pull/404)).
+- Added the `errorHandler` service to the blank screen scenario ([#413](https://github.com/wazuh/wazuh-dashboard-plugins/pull/413)):
- Now the exact error message will be shown to the user, instead of raw JSON content.
-- Added new option on the `config.yml` file to disable the new X-Pack RBAC capabilities to filter index-patterns ([#417](https://github.com/wazuh/wazuh-kibana-app/pull/417)).
+- Added new option on the `config.yml` file to disable the new X-Pack RBAC capabilities to filter index-patterns ([#417](https://github.com/wazuh/wazuh-dashboard-plugins/pull/417)).
### Changed
-- Small minor enhancements to the user interface ([#396](https://github.com/wazuh/wazuh-kibana-app/pull/396)):
+- Small minor enhancements to the user interface ([#396](https://github.com/wazuh/wazuh-dashboard-plugins/pull/396)):
- Reduced Wazuh app logo size.
- Changed buttons text to not use all-capitalized letters.
- Minor typos found in the HTML/CSS code have been fixed.
-- Now the app log stores the package revision ([#417](https://github.com/wazuh/wazuh-kibana-app/pull/417)).
+- Now the app log stores the package revision ([#417](https://github.com/wazuh/wazuh-dashboard-plugins/pull/417)).
### Fixed
-- Fixed bug where the _Agents_ tab didn't preserve the filters after reloading the page ([#404](https://github.com/wazuh/wazuh-kibana-app/pull/404)).
-- Fixed a bug when using X-Pack that sometimes threw an error of false _"Not enough privileges"_ scenario ([#415](https://github.com/wazuh/wazuh-kibana-app/pull/415)).
-- Fixed a bug where the Kibana Discover auto-refresh functionality was still working when viewing the _Agent configuration_ tab ([#419](https://github.com/wazuh/wazuh-kibana-app/pull/419)).
+- Fixed bug where the _Agents_ tab didn't preserve the filters after reloading the page ([#404](https://github.com/wazuh/wazuh-dashboard-plugins/pull/404)).
+- Fixed a bug when using X-Pack that sometimes threw an error of false _"Not enough privileges"_ scenario ([#415](https://github.com/wazuh/wazuh-dashboard-plugins/pull/415)).
+- Fixed a bug where the Kibana Discover auto-refresh functionality was still working when viewing the _Agent configuration_ tab ([#419](https://github.com/wazuh/wazuh-dashboard-plugins/pull/419)).
## Wazuh v3.2.1 - Kibana v6.2.4 - Revision 389
### Changed
-- Changed severity and verbosity to some log messages ([#412](https://github.com/wazuh/wazuh-kibana-app/pull/412)).
+- Changed severity and verbosity to some log messages ([#412](https://github.com/wazuh/wazuh-dashboard-plugins/pull/412)).
### Fixed
-- Fixed a bug when using the X-Pack plugin without security capabilities enabled ([#403](https://github.com/wazuh/wazuh-kibana-app/pull/403)).
-- Fixed a bug when the app was trying to create `wazuh-monitoring` indices without checking the existence of the proper template ([#412](https://github.com/wazuh/wazuh-kibana-app/pull/412)).
+- Fixed a bug when using the X-Pack plugin without security capabilities enabled ([#403](https://github.com/wazuh/wazuh-dashboard-plugins/pull/403)).
+- Fixed a bug when the app was trying to create `wazuh-monitoring` indices without checking the existence of the proper template ([#412](https://github.com/wazuh/wazuh-dashboard-plugins/pull/412)).
## Wazuh v3.2.1 - Kibana v6.2.4 - Revision 388
### Added
- Support for Elastic Stack v6.2.4.
-- App server fully refactored ([#360](https://github.com/wazuh/wazuh-kibana-app/pull/360)):
+- App server fully refactored ([#360](https://github.com/wazuh/wazuh-dashboard-plugins/pull/360)):
- Added new classes, reduced the amount of code, removed unused functions, and several optimizations.
- Now the app follows a more ES6 code style on multiple modules.
- _Overview/Agents_ visualizations have been ordered into separated files and folders.
@@ -2325,87 +2331,87 @@ All notable changes to the Wazuh app project will be documented in this file.
- Also, we've added some changes when using the X-Pack plugin:
- Better management of users and roles in order to use the app capabilities.
- Prevents app loading if the currently logged user has no access to any index pattern.
-- Added the `errorHandler` service to the `dataHandler` factory ([#340](https://github.com/wazuh/wazuh-kibana-app/pull/340)).
-- Added Syscollector section to _Manager/Agents Configuration_ tabs ([#359](https://github.com/wazuh/wazuh-kibana-app/pull/359)).
-- Added `cluster.name` field to the `wazuh-monitoring` index ([#377](https://github.com/wazuh/wazuh-kibana-app/pull/377)).
+- Added the `errorHandler` service to the `dataHandler` factory ([#340](https://github.com/wazuh/wazuh-dashboard-plugins/pull/340)).
+- Added Syscollector section to _Manager/Agents Configuration_ tabs ([#359](https://github.com/wazuh/wazuh-dashboard-plugins/pull/359)).
+- Added `cluster.name` field to the `wazuh-monitoring` index ([#377](https://github.com/wazuh/wazuh-dashboard-plugins/pull/377)).
### Changed
-- Increased the query size when fetching the index pattern list ([#339](https://github.com/wazuh/wazuh-kibana-app/pull/339)).
-- Changed active colour for all app tables ([#347](https://github.com/wazuh/wazuh-kibana-app/pull/347)).
-- Changed validation regex to accept URLs with non-numeric format ([#353](https://github.com/wazuh/wazuh-kibana-app/pull/353)).
-- Changed visualization removal cron task to avoid excessive log messages when there weren't removed visualizations ([#361](https://github.com/wazuh/wazuh-kibana-app/pull/361)).
-- Changed filters comparison for a safer access ([#383](https://github.com/wazuh/wazuh-kibana-app/pull/383)).
-- Removed some `server.log` messages to avoid performance errors ([#384](https://github.com/wazuh/wazuh-kibana-app/pull/384)).
-- Changed the way of handling the index patterns list ([#360](https://github.com/wazuh/wazuh-kibana-app/pull/360)).
-- Rewritten some false error-level logs to just information-level ones ([#360](https://github.com/wazuh/wazuh-kibana-app/pull/360)).
-- Changed some files from JSON to CommonJS for performance improvements ([#360](https://github.com/wazuh/wazuh-kibana-app/pull/360)).
-- Replaced some code on the `kibana-discover` directive with a much cleaner statement to avoid issues on the _Agents_ tab ([#394](https://github.com/wazuh/wazuh-kibana-app/pull/394)).
+- Increased the query size when fetching the index pattern list ([#339](https://github.com/wazuh/wazuh-dashboard-plugins/pull/339)).
+- Changed active colour for all app tables ([#347](https://github.com/wazuh/wazuh-dashboard-plugins/pull/347)).
+- Changed validation regex to accept URLs with non-numeric format ([#353](https://github.com/wazuh/wazuh-dashboard-plugins/pull/353)).
+- Changed visualization removal cron task to avoid excessive log messages when there weren't removed visualizations ([#361](https://github.com/wazuh/wazuh-dashboard-plugins/pull/361)).
+- Changed filters comparison for a safer access ([#383](https://github.com/wazuh/wazuh-dashboard-plugins/pull/383)).
+- Removed some `server.log` messages to avoid performance errors ([#384](https://github.com/wazuh/wazuh-dashboard-plugins/pull/384)).
+- Changed the way of handling the index patterns list ([#360](https://github.com/wazuh/wazuh-dashboard-plugins/pull/360)).
+- Rewritten some false error-level logs to just information-level ones ([#360](https://github.com/wazuh/wazuh-dashboard-plugins/pull/360)).
+- Changed some files from JSON to CommonJS for performance improvements ([#360](https://github.com/wazuh/wazuh-dashboard-plugins/pull/360)).
+- Replaced some code on the `kibana-discover` directive with a much cleaner statement to avoid issues on the _Agents_ tab ([#394](https://github.com/wazuh/wazuh-dashboard-plugins/pull/394)).
### Fixed
-- Fixed a bug where several `agent.id` filters were created at the same time when navigating between _Agents_ and _Groups_ with different selected agents ([#342](https://github.com/wazuh/wazuh-kibana-app/pull/342)).
-- Fixed logic on the index-pattern selector which wasn't showing the currently selected pattern the very first time a user opened the app ([#345](https://github.com/wazuh/wazuh-kibana-app/pull/345)).
-- Fixed a bug on the `errorHandler` service who was preventing a proper output of some Elastic-related backend error messages ([#346](https://github.com/wazuh/wazuh-kibana-app/pull/346)).
-- Fixed panels flickering in the _Settings_ tab ([#348](https://github.com/wazuh/wazuh-kibana-app/pull/348)).
-- Fixed a bug in the shards and replicas settings when the user sets the value to zero (0) ([#358](https://github.com/wazuh/wazuh-kibana-app/pull/358)).
-- Fixed several bugs related to the upgrade process from Wazuh 2.x to the new refactored server ([#363](https://github.com/wazuh/wazuh-kibana-app/pull/363)).
-- Fixed a bug in _Discover/Agents VirusTotal_ tabs to avoid conflicts with the `agent.name` field ([#379](https://github.com/wazuh/wazuh-kibana-app/pull/379)).
-- Fixed a bug on the implicit filter in _Discover/Agents PCI_ tabs ([#393](https://github.com/wazuh/wazuh-kibana-app/pull/393)).
+- Fixed a bug where several `agent.id` filters were created at the same time when navigating between _Agents_ and _Groups_ with different selected agents ([#342](https://github.com/wazuh/wazuh-dashboard-plugins/pull/342)).
+- Fixed logic on the index-pattern selector which wasn't showing the currently selected pattern the very first time a user opened the app ([#345](https://github.com/wazuh/wazuh-dashboard-plugins/pull/345)).
+- Fixed a bug on the `errorHandler` service who was preventing a proper output of some Elastic-related backend error messages ([#346](https://github.com/wazuh/wazuh-dashboard-plugins/pull/346)).
+- Fixed panels flickering in the _Settings_ tab ([#348](https://github.com/wazuh/wazuh-dashboard-plugins/pull/348)).
+- Fixed a bug in the shards and replicas settings when the user sets the value to zero (0) ([#358](https://github.com/wazuh/wazuh-dashboard-plugins/pull/358)).
+- Fixed several bugs related to the upgrade process from Wazuh 2.x to the new refactored server ([#363](https://github.com/wazuh/wazuh-dashboard-plugins/pull/363)).
+- Fixed a bug in _Discover/Agents VirusTotal_ tabs to avoid conflicts with the `agent.name` field ([#379](https://github.com/wazuh/wazuh-dashboard-plugins/pull/379)).
+- Fixed a bug on the implicit filter in _Discover/Agents PCI_ tabs ([#393](https://github.com/wazuh/wazuh-dashboard-plugins/pull/393)).
### Removed
-- Removed clear API password on `checkPattern` response ([#339](https://github.com/wazuh/wazuh-kibana-app/pull/339)).
-- Removed old dashboard visualizations to reduce loading times ([#360](https://github.com/wazuh/wazuh-kibana-app/pull/360)).
-- Removed some unused dependencies due to the server refactoring ([#360](https://github.com/wazuh/wazuh-kibana-app/pull/360)).
-- Removed completely `metricService` from the app ([#389](https://github.com/wazuh/wazuh-kibana-app/pull/389)).
+- Removed clear API password on `checkPattern` response ([#339](https://github.com/wazuh/wazuh-dashboard-plugins/pull/339)).
+- Removed old dashboard visualizations to reduce loading times ([#360](https://github.com/wazuh/wazuh-dashboard-plugins/pull/360)).
+- Removed some unused dependencies due to the server refactoring ([#360](https://github.com/wazuh/wazuh-dashboard-plugins/pull/360)).
+- Removed completely `metricService` from the app ([#389](https://github.com/wazuh/wazuh-dashboard-plugins/pull/389)).
## Wazuh v3.2.1 - Kibana v6.2.2/v6.2.3 - Revision 387
### Added
-- New logging system ([#307](https://github.com/wazuh/wazuh-kibana-app/pull/307)):
+- New logging system ([#307](https://github.com/wazuh/wazuh-dashboard-plugins/pull/307)):
- New module implemented to write app logs.
- Now a trace is stored every time the app is re/started.
- Currently, the `initialize.js` and `monitoring.js` files work with this system.
- Note: the logs will live under `/var/log/wazuh/wazuhapp.log` on Linux systems, on Windows systems they will live under `kibana/plugins/`. It rotates the log whenever it reaches 100MB.
-- Better cookies handling ([#308](https://github.com/wazuh/wazuh-kibana-app/pull/308)):
+- Better cookies handling ([#308](https://github.com/wazuh/wazuh-dashboard-plugins/pull/308)):
- New field on the `.wazuh-version` index to store the last time the Kibana server was restarted.
- This is used to check if the cookies have consistency with the current server status.
- Now the app is clever and takes decisions depending on new consistency checks.
-- New design for the _Agents/Configuration_ tab ([#310](https://github.com/wazuh/wazuh-kibana-app/pull/310)):
+- New design for the _Agents/Configuration_ tab ([#310](https://github.com/wazuh/wazuh-dashboard-plugins/pull/310)):
- The style is the same as the _Manager/Configuration_ tab.
- - Added two more sections: CIS-CAT and Commands ([#315](https://github.com/wazuh/wazuh-kibana-app/pull/315)).
- - Added a new card that will appear when there's no group configuration at all ([#323](https://github.com/wazuh/wazuh-kibana-app/pull/323)).
-- Added _"group"_ column on the agents list in _Agents_ ([#312](https://github.com/wazuh/wazuh-kibana-app/pull/312)):
+ - Added two more sections: CIS-CAT and Commands ([#315](https://github.com/wazuh/wazuh-dashboard-plugins/pull/315)).
+ - Added a new card that will appear when there's no group configuration at all ([#323](https://github.com/wazuh/wazuh-dashboard-plugins/pull/323)).
+- Added _"group"_ column on the agents list in _Agents_ ([#312](https://github.com/wazuh/wazuh-dashboard-plugins/pull/312)):
- If you click on the group, it will redirect the user to the specified group in _Manager/Groups_.
-- New option for the `config.yml` file, `ip.selector` ([#313](https://github.com/wazuh/wazuh-kibana-app/pull/313)):
+- New option for the `config.yml` file, `ip.selector` ([#313](https://github.com/wazuh/wazuh-dashboard-plugins/pull/313)):
- Define if the app will show or not the index pattern selector on the top navbar.
- This setting is set to `true` by default.
-- More CSS cleanup and reordering ([#315](https://github.com/wazuh/wazuh-kibana-app/pull/315)):
+- More CSS cleanup and reordering ([#315](https://github.com/wazuh/wazuh-dashboard-plugins/pull/315)):
- New `typography.less` file.
- New `layout.less` file.
- Removed `cleaned.less` file.
- Reordering and cleaning of existing CSS files, including removal of unused classes, renaming, and more.
- The _Settings_ tab has been refactored to correct some visual errors with some card components.
- - Small refactoring to some components from _Manager/Ruleset_ ([#323](https://github.com/wazuh/wazuh-kibana-app/pull/323)).
-- New design for the top navbar ([#326](https://github.com/wazuh/wazuh-kibana-app/pull/326)):
+ - Small refactoring to some components from _Manager/Ruleset_ ([#323](https://github.com/wazuh/wazuh-dashboard-plugins/pull/323)).
+- New design for the top navbar ([#326](https://github.com/wazuh/wazuh-dashboard-plugins/pull/326)):
- Cleaned and refactored code
- Revamped design, smaller and with minor details to follow the rest of Wazuh app guidelines.
-- New design for the wz-chip component to follow the new Wazuh app guidelines ([#323](https://github.com/wazuh/wazuh-kibana-app/pull/323)).
-- Added more descriptive error messages when the user inserts bad credentials on the _Add new API_ form in the _Settings_ tab ([#331](https://github.com/wazuh/wazuh-kibana-app/pull/331)).
-- Added a new CSS class to truncate overflowing text on tables and metric ribbons ([#332](https://github.com/wazuh/wazuh-kibana-app/pull/332)).
+- New design for the wz-chip component to follow the new Wazuh app guidelines ([#323](https://github.com/wazuh/wazuh-dashboard-plugins/pull/323)).
+- Added more descriptive error messages when the user inserts bad credentials on the _Add new API_ form in the _Settings_ tab ([#331](https://github.com/wazuh/wazuh-dashboard-plugins/pull/331)).
+- Added a new CSS class to truncate overflowing text on tables and metric ribbons ([#332](https://github.com/wazuh/wazuh-dashboard-plugins/pull/332)).
- Support for Elastic Stack v6.2.2/v6.2.3.
### Changed
-- Improved the initialization system ([#317](https://github.com/wazuh/wazuh-kibana-app/pull/317)):
+- Improved the initialization system ([#317](https://github.com/wazuh/wazuh-dashboard-plugins/pull/317)):
- Now the app will re-create the index-pattern if the user deletes the currently used by the Wazuh app.
- The fieldset is now automatically refreshed if the app detects mismatches.
- Now every index-pattern is dynamically formatted (for example, to enable the URLs in the _Vulnerabilities_ tab).
- Some code refactoring for a better handling of possible use cases.
- And the best thing, it's no longer needed to insert the sample alert!
-- Improvements and changes to index-patterns ([#320](https://github.com/wazuh/wazuh-kibana-app/pull/320) & [#333](https://github.com/wazuh/wazuh-kibana-app/pull/333)):
+- Improvements and changes to index-patterns ([#320](https://github.com/wazuh/wazuh-dashboard-plugins/pull/320) & [#333](https://github.com/wazuh/wazuh-dashboard-plugins/pull/333)):
- Added a new route, `/get-list`, to fetch the index pattern list.
- Removed and changed several functions for a proper management of index-patterns.
- Improved the compatibility with user-created index-patterns, known to have unpredictable IDs.
@@ -2413,129 +2419,129 @@ All notable changes to the Wazuh app project will be documented in this file.
- Ignored custom index patterns with auto-generated ID on the initialization process.
- Now it uses the value set on the `config.yml` file.
- If the index pattern is no longer available, the cookie will be overwritten.
-- Improvements to the monitoring module ([#322](https://github.com/wazuh/wazuh-kibana-app/pull/322)):
+- Improvements to the monitoring module ([#322](https://github.com/wazuh/wazuh-dashboard-plugins/pull/322)):
- Minor refactoring to the whole module.
- Now the `wazuh-monitoring` index pattern is regenerated if it's missing.
- And the best thing, it's no longer needed to insert the monitoring template!
-- Now the app health check system only checks if the API and app have the same `major.minor` version ([#311](https://github.com/wazuh/wazuh-kibana-app/pull/311)):
+- Now the app health check system only checks if the API and app have the same `major.minor` version ([#311](https://github.com/wazuh/wazuh-dashboard-plugins/pull/311)):
- Previously, the API and app had to be on the same `major.minor.patch` version.
-- Adjusted space between title and value in some cards showing Manager or Agent configurations ([#315](https://github.com/wazuh/wazuh-kibana-app/pull/315)).
-- Changed red and green colours to more saturated ones, following Kibana style ([#315](https://github.com/wazuh/wazuh-kibana-app/pull/315)).
+- Adjusted space between title and value in some cards showing Manager or Agent configurations ([#315](https://github.com/wazuh/wazuh-dashboard-plugins/pull/315)).
+- Changed red and green colours to more saturated ones, following Kibana style ([#315](https://github.com/wazuh/wazuh-dashboard-plugins/pull/315)).
### Fixed
-- Fixed bug in Firefox browser who was not properly showing the tables with the scroll pagination functionality ([#314](https://github.com/wazuh/wazuh-kibana-app/pull/314)).
-- Fixed bug where visualizations weren't being destroyed due to ongoing renderization processes ([#316](https://github.com/wazuh/wazuh-kibana-app/pull/316)).
-- Fixed several UI bugs for a better consistency and usability ([#318](https://github.com/wazuh/wazuh-kibana-app/pull/318)).
-- Fixed an error where the initial index-pattern was not loaded properly the very first time you enter the app ([#328](https://github.com/wazuh/wazuh-kibana-app/pull/328)).
-- Fixed an error message that appeared whenever the app was not able to found the `wazuh-monitoring` index pattern ([#328](https://github.com/wazuh/wazuh-kibana-app/pull/328)).
+- Fixed bug in Firefox browser who was not properly showing the tables with the scroll pagination functionality ([#314](https://github.com/wazuh/wazuh-dashboard-plugins/pull/314)).
+- Fixed bug where visualizations weren't being destroyed due to ongoing renderization processes ([#316](https://github.com/wazuh/wazuh-dashboard-plugins/pull/316)).
+- Fixed several UI bugs for a better consistency and usability ([#318](https://github.com/wazuh/wazuh-dashboard-plugins/pull/318)).
+- Fixed an error where the initial index-pattern was not loaded properly the very first time you enter the app ([#328](https://github.com/wazuh/wazuh-dashboard-plugins/pull/328)).
+- Fixed an error message that appeared whenever the app was not able to found the `wazuh-monitoring` index pattern ([#328](https://github.com/wazuh/wazuh-dashboard-plugins/pull/328)).
## Wazuh v3.2.1 - Kibana v6.2.2 - Revision 386
### Added
-- New design for the _Manager/Groups_ tab ([#295](https://github.com/wazuh/wazuh-kibana-app/pull/295)).
-- New design for the _Manager/Configuration_ tab ([#297](https://github.com/wazuh/wazuh-kibana-app/pull/297)).
-- New design of agents statistics for the _Agents_ tab ([#299](https://github.com/wazuh/wazuh-kibana-app/pull/299)).
-- Added information ribbon into _Overview/Agent SCAP_ tabs ([#303](https://github.com/wazuh/wazuh-kibana-app/pull/303)).
-- Added information ribbon into _Overview/Agent VirusTotal_ tabs ([#306](https://github.com/wazuh/wazuh-kibana-app/pull/306)).
-- Added information ribbon into _Overview AWS_ tab ([#306](https://github.com/wazuh/wazuh-kibana-app/pull/306)).
+- New design for the _Manager/Groups_ tab ([#295](https://github.com/wazuh/wazuh-dashboard-plugins/pull/295)).
+- New design for the _Manager/Configuration_ tab ([#297](https://github.com/wazuh/wazuh-dashboard-plugins/pull/297)).
+- New design of agents statistics for the _Agents_ tab ([#299](https://github.com/wazuh/wazuh-dashboard-plugins/pull/299)).
+- Added information ribbon into _Overview/Agent SCAP_ tabs ([#303](https://github.com/wazuh/wazuh-dashboard-plugins/pull/303)).
+- Added information ribbon into _Overview/Agent VirusTotal_ tabs ([#306](https://github.com/wazuh/wazuh-dashboard-plugins/pull/306)).
+- Added information ribbon into _Overview AWS_ tab ([#306](https://github.com/wazuh/wazuh-dashboard-plugins/pull/306)).
### Changed
-- Refactoring of HTML and CSS code throughout the whole Wazuh app ([#294](https://github.com/wazuh/wazuh-kibana-app/pull/294), [#302](https://github.com/wazuh/wazuh-kibana-app/pull/302) & [#305](https://github.com/wazuh/wazuh-kibana-app/pull/305)):
+- Refactoring of HTML and CSS code throughout the whole Wazuh app ([#294](https://github.com/wazuh/wazuh-dashboard-plugins/pull/294), [#302](https://github.com/wazuh/wazuh-dashboard-plugins/pull/302) & [#305](https://github.com/wazuh/wazuh-dashboard-plugins/pull/305)):
- A big milestone for the project was finally achieved with this refactoring.
- We've removed the Bootstrap dependency from the `package.json` file.
- We've removed and merged many duplicated rules.
- We've removed HTML and `angular-md` overriding rules. Now we have more own-made classes to avoid undesired results on the UI.
- Also, this update brings tons of minor bugfixes related to weird HTML code.
-- Wazuh app visualizations reviewed ([#301](https://github.com/wazuh/wazuh-kibana-app/pull/301)):
+- Wazuh app visualizations reviewed ([#301](https://github.com/wazuh/wazuh-dashboard-plugins/pull/301)):
- The number of used buckets has been limited since most of the table visualizations were surpassing acceptable limits.
- Some visualizations have been checked to see if they make complete sense on what they mean to show to the user.
-- Modified some app components for better follow-up of Kibana guidelines ([#290](https://github.com/wazuh/wazuh-kibana-app/pull/290) & [#297](https://github.com/wazuh/wazuh-kibana-app/pull/297)).
+- Modified some app components for better follow-up of Kibana guidelines ([#290](https://github.com/wazuh/wazuh-dashboard-plugins/pull/290) & [#297](https://github.com/wazuh/wazuh-dashboard-plugins/pull/297)).
- Also, some elements were modified on the _Discover_ tab in order to correct some mismatches.
### Fixed
-- Adjusted information ribbon in _Agents/General_ for large OS names ([#290](https://github.com/wazuh/wazuh-kibana-app/pull/290) & [#294](https://github.com/wazuh/wazuh-kibana-app/pull/294)).
-- Fixed unsafe array access on the visualization directive when going directly into _Manager/Ruleset/Decoders_ ([#293](https://github.com/wazuh/wazuh-kibana-app/pull/293)).
-- Fixed a bug where navigating between agents in the _Agents_ tab was generating duplicated `agent.id` implicit filters ([#296](https://github.com/wazuh/wazuh-kibana-app/pull/296)).
-- Fixed a bug where navigating between different tabs from _Overview_ or _Agents_ while being on the _Discover_ sub-tab was causing data loss in metric watchers ([#298](https://github.com/wazuh/wazuh-kibana-app/pull/298)).
-- Fixed incorrect visualization of the rule level on _Manager/Ruleset/Rules_ when the rule level is zero (0) ([#298](https://github.com/wazuh/wazuh-kibana-app/pull/298)).
+- Adjusted information ribbon in _Agents/General_ for large OS names ([#290](https://github.com/wazuh/wazuh-dashboard-plugins/pull/290) & [#294](https://github.com/wazuh/wazuh-dashboard-plugins/pull/294)).
+- Fixed unsafe array access on the visualization directive when going directly into _Manager/Ruleset/Decoders_ ([#293](https://github.com/wazuh/wazuh-dashboard-plugins/pull/293)).
+- Fixed a bug where navigating between agents in the _Agents_ tab was generating duplicated `agent.id` implicit filters ([#296](https://github.com/wazuh/wazuh-dashboard-plugins/pull/296)).
+- Fixed a bug where navigating between different tabs from _Overview_ or _Agents_ while being on the _Discover_ sub-tab was causing data loss in metric watchers ([#298](https://github.com/wazuh/wazuh-dashboard-plugins/pull/298)).
+- Fixed incorrect visualization of the rule level on _Manager/Ruleset/Rules_ when the rule level is zero (0) ([#298](https://github.com/wazuh/wazuh-dashboard-plugins/pull/298)).
### Removed
-- Removed almost every `md-tooltip` component from the whole app ([#305](https://github.com/wazuh/wazuh-kibana-app/pull/305)).
-- Removed unused images from the `img` folder ([#305](https://github.com/wazuh/wazuh-kibana-app/pull/305)).
+- Removed almost every `md-tooltip` component from the whole app ([#305](https://github.com/wazuh/wazuh-dashboard-plugins/pull/305)).
+- Removed unused images from the `img` folder ([#305](https://github.com/wazuh/wazuh-dashboard-plugins/pull/305)).
## Wazuh v3.2.1 - Kibana v6.2.2 - Revision 385
### Added
- Support for Wazuh v3.2.1.
-- Brand-new first redesign for the app user interface ([#278](https://github.com/wazuh/wazuh-kibana-app/pull/278)):
+- Brand-new first redesign for the app user interface ([#278](https://github.com/wazuh/wazuh-dashboard-plugins/pull/278)):
- This is the very first iteration of a _work-in-progress_ UX redesign for the Wazuh app.
- The overall interface has been refreshed, removing some unnecessary colours and shadow effects.
- The metric visualizations have been replaced by an information ribbon under the filter search bar, reducing the amount of space they occupied.
- - A new service was implemented for a proper handling of the metric visualizations watchers ([#280](https://github.com/wazuh/wazuh-kibana-app/pull/280)).
+ - A new service was implemented for a proper handling of the metric visualizations watchers ([#280](https://github.com/wazuh/wazuh-dashboard-plugins/pull/280)).
- The rest of the app visualizations now have a new, more detailed card design.
-- New shards and replicas settings to the `config.yml` file ([#277](https://github.com/wazuh/wazuh-kibana-app/pull/277)):
+- New shards and replicas settings to the `config.yml` file ([#277](https://github.com/wazuh/wazuh-dashboard-plugins/pull/277)):
- Now you can apply custom values to the shards and replicas for the `.wazuh` and `.wazuh-version` indices.
- This feature only works before the installation process. If you modify these settings after installing the app, they won't be applied at all.
### Changed
-- Now clicking again on the _Groups_ tab on _Manager_ will properly reload the tab and redirect to the beginning ([#274](https://github.com/wazuh/wazuh-kibana-app/pull/274)).
-- Now the visualizations only use the `vis-id` attribute for loading them ([#275](https://github.com/wazuh/wazuh-kibana-app/pull/275)).
-- The colours from the toast messages have been replaced to follow the Elastic 6 guidelines ([#286](https://github.com/wazuh/wazuh-kibana-app/pull/286)).
+- Now clicking again on the _Groups_ tab on _Manager_ will properly reload the tab and redirect to the beginning ([#274](https://github.com/wazuh/wazuh-dashboard-plugins/pull/274)).
+- Now the visualizations only use the `vis-id` attribute for loading them ([#275](https://github.com/wazuh/wazuh-dashboard-plugins/pull/275)).
+- The colours from the toast messages have been replaced to follow the Elastic 6 guidelines ([#286](https://github.com/wazuh/wazuh-dashboard-plugins/pull/286)).
### Fixed
-- Fixed wrong data flow on _Agents/General_ when coming from and going to the _Groups_ tab ([#273](https://github.com/wazuh/wazuh-kibana-app/pull/273)).
-- Fixed sorting on tables, now they use the sorting functionality provided by the Wazuh API ([#274](https://github.com/wazuh/wazuh-kibana-app/pull/274)).
-- Fixed column width issues on some tables ([#274](https://github.com/wazuh/wazuh-kibana-app/pull/274)).
-- Fixed bug in the _Agent configuration_ JSON viewer who didn't properly show the full group configuration ([#276](https://github.com/wazuh/wazuh-kibana-app/pull/276)).
-- Fixed excessive loading time from some Audit visualizations ([#278](https://github.com/wazuh/wazuh-kibana-app/pull/278)).
-- Fixed Play/Pause button in timepicker's auto-refresh ([#281](https://github.com/wazuh/wazuh-kibana-app/pull/281)).
-- Fixed unusual scenario on visualization directive where sometimes there was duplicated implicit filters when doing a search ([#283](https://github.com/wazuh/wazuh-kibana-app/pull/283)).
-- Fixed some _Overview Audit_ visualizations who were not working properly ([#285](https://github.com/wazuh/wazuh-kibana-app/pull/285)).
+- Fixed wrong data flow on _Agents/General_ when coming from and going to the _Groups_ tab ([#273](https://github.com/wazuh/wazuh-dashboard-plugins/pull/273)).
+- Fixed sorting on tables, now they use the sorting functionality provided by the Wazuh API ([#274](https://github.com/wazuh/wazuh-dashboard-plugins/pull/274)).
+- Fixed column width issues on some tables ([#274](https://github.com/wazuh/wazuh-dashboard-plugins/pull/274)).
+- Fixed bug in the _Agent configuration_ JSON viewer who didn't properly show the full group configuration ([#276](https://github.com/wazuh/wazuh-dashboard-plugins/pull/276)).
+- Fixed excessive loading time from some Audit visualizations ([#278](https://github.com/wazuh/wazuh-dashboard-plugins/pull/278)).
+- Fixed Play/Pause button in timepicker's auto-refresh ([#281](https://github.com/wazuh/wazuh-dashboard-plugins/pull/281)).
+- Fixed unusual scenario on visualization directive where sometimes there was duplicated implicit filters when doing a search ([#283](https://github.com/wazuh/wazuh-dashboard-plugins/pull/283)).
+- Fixed some _Overview Audit_ visualizations who were not working properly ([#285](https://github.com/wazuh/wazuh-dashboard-plugins/pull/285)).
### Removed
-- Deleted the `id` attribute from all the app visualizations ([#275](https://github.com/wazuh/wazuh-kibana-app/pull/275)).
+- Deleted the `id` attribute from all the app visualizations ([#275](https://github.com/wazuh/wazuh-dashboard-plugins/pull/275)).
## Wazuh v3.2.0 - Kibana v6.2.2 - Revision 384
### Added
-- New directives for the Wazuh app: `wz-table`, `wz-table-header` and `wz-search-bar` ([#263](https://github.com/wazuh/wazuh-kibana-app/pull/263)):
+- New directives for the Wazuh app: `wz-table`, `wz-table-header` and `wz-search-bar` ([#263](https://github.com/wazuh/wazuh-dashboard-plugins/pull/263)):
- Maintainable and reusable components for a better-structured app.
- Several files have been changed, renamed and moved to new folders, following _best practices_.
- - The progress bar is now within its proper directive ([#266](https://github.com/wazuh/wazuh-kibana-app/pull/266)).
+ - The progress bar is now within its proper directive ([#266](https://github.com/wazuh/wazuh-dashboard-plugins/pull/266)).
- Minor typos and refactoring changes to the new directives.
- Support for Elastic Stack v6.2.2.
### Changed
-- App buttons have been refactored. Unified CSS and HTML for buttons, providing the same structure for them ([#269](https://github.com/wazuh/wazuh-kibana-app/pull/269)).
-- The API list on Settings now shows the latest inserted API at the beginning of the list ([#261](https://github.com/wazuh/wazuh-kibana-app/pull/261)).
-- The check for the currently applied pattern has been improved, providing clever handling of Elasticsearch errors ([#271](https://github.com/wazuh/wazuh-kibana-app/pull/271)).
-- Now on _Settings_, when the Add or Edit API form is active, if you press the other button, it will make the previous one disappear, getting a clearer interface ([#9df1e31](https://github.com/wazuh/wazuh-kibana-app/commit/9df1e317903edf01c81eba068da6d20a8a1ea7c2)).
+- App buttons have been refactored. Unified CSS and HTML for buttons, providing the same structure for them ([#269](https://github.com/wazuh/wazuh-dashboard-plugins/pull/269)).
+- The API list on Settings now shows the latest inserted API at the beginning of the list ([#261](https://github.com/wazuh/wazuh-dashboard-plugins/pull/261)).
+- The check for the currently applied pattern has been improved, providing clever handling of Elasticsearch errors ([#271](https://github.com/wazuh/wazuh-dashboard-plugins/pull/271)).
+- Now on _Settings_, when the Add or Edit API form is active, if you press the other button, it will make the previous one disappear, getting a clearer interface ([#9df1e31](https://github.com/wazuh/wazuh-dashboard-plugins/commit/9df1e317903edf01c81eba068da6d20a8a1ea7c2)).
### Fixed
-- Fixed visualizations directive to properly load the _Manager/Ruleset_ visualizations ([#262](https://github.com/wazuh/wazuh-kibana-app/pull/262)).
-- Fixed a bug where the classic extensions were not affected by the settings of the `config.yml` file ([#266](https://github.com/wazuh/wazuh-kibana-app/pull/266)).
-- Fixed minor CSS bugs from the conversion to directives to some components ([#266](https://github.com/wazuh/wazuh-kibana-app/pull/266)).
-- Fixed bug in the tables directive when accessing a member it doesn't exist ([#266](https://github.com/wazuh/wazuh-kibana-app/pull/266)).
-- Fixed browser console log error when clicking the Wazuh logo on the app ([#6647fbc](https://github.com/wazuh/wazuh-kibana-app/commit/6647fbc051c2bf69df7df6e247b2b2f46963f194)).
+- Fixed visualizations directive to properly load the _Manager/Ruleset_ visualizations ([#262](https://github.com/wazuh/wazuh-dashboard-plugins/pull/262)).
+- Fixed a bug where the classic extensions were not affected by the settings of the `config.yml` file ([#266](https://github.com/wazuh/wazuh-dashboard-plugins/pull/266)).
+- Fixed minor CSS bugs from the conversion to directives to some components ([#266](https://github.com/wazuh/wazuh-dashboard-plugins/pull/266)).
+- Fixed bug in the tables directive when accessing a member it doesn't exist ([#266](https://github.com/wazuh/wazuh-dashboard-plugins/pull/266)).
+- Fixed browser console log error when clicking the Wazuh logo on the app ([#6647fbc](https://github.com/wazuh/wazuh-dashboard-plugins/commit/6647fbc051c2bf69df7df6e247b2b2f46963f194)).
### Removed
-- Removed the `kbn-dis` directive from _Manager/Ruleset_ ([#262](https://github.com/wazuh/wazuh-kibana-app/pull/262)).
-- Removed the `filters.js` and `kibana_fields_file.json` files ([#263](https://github.com/wazuh/wazuh-kibana-app/pull/263)).
-- Removed the `implicitFilters` service ([#270](https://github.com/wazuh/wazuh-kibana-app/pull/270)).
-- Removed visualizations loading status trace from controllers and visualization directive ([#270](https://github.com/wazuh/wazuh-kibana-app/pull/270)).
+- Removed the `kbn-dis` directive from _Manager/Ruleset_ ([#262](https://github.com/wazuh/wazuh-dashboard-plugins/pull/262)).
+- Removed the `filters.js` and `kibana_fields_file.json` files ([#263](https://github.com/wazuh/wazuh-dashboard-plugins/pull/263)).
+- Removed the `implicitFilters` service ([#270](https://github.com/wazuh/wazuh-dashboard-plugins/pull/270)).
+- Removed visualizations loading status trace from controllers and visualization directive ([#270](https://github.com/wazuh/wazuh-dashboard-plugins/pull/270)).
## Wazuh v3.2.0 - Kibana v6.2.1 - Revision 383
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9a8eb4317d..238fc0ad33 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -28,11 +28,11 @@ All types of contributions are encouraged and valued. See the [Table of Contents
> If you want to ask a question, we assume that you have read the available [Documentation](https://documentation.wazuh.com).
-Before you ask a question, it is best to search for existing [Issues](https://github.com/wazuh/wazuh-kibana-app/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
+Before you ask a question, it is best to search for existing [Issues](https://github.com/wazuh/wazuh-dashboard-plugins/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
If you then still feel the need to ask a question and need clarification, we recommend the following:
-- Open an [Issue](https://github.com/wazuh/wazuh-kibana-app/issues/new).
+- Open an [Issue](https://github.com/wazuh/wazuh-dashboard-plugins/issues/new).
- Provide as much context as you can about what you're running into.
- Provide project and platform versions (nodejs, npm, etc), depending on what seems relevant.
@@ -67,7 +67,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
- Make sure that you are using the latest version.
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://documentation.wazuh.com). If you are looking for support, you might want to check [this section](#i-have-a-question)).
-- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/wazuh/wazuh-kibana-appissues?q=label%3Abug).
+- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/wazuh/wazuh-dashboard-plugins/issues?q=label%3Abug).
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
- Collect information about the bug:
- Stack trace (Traceback)
@@ -84,7 +84,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
-- Open an [Issue](https://github.com/wazuh/wazuh-kibana-app/issues/new). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
+- Open an [Issue](https://github.com/wazuh/wazuh-dashboard-plugins/issues/new). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
- Explain the behavior you would expect and the actual behavior.
- Please provide as much context as possible and describe the *reproduction steps* that someone else can follow to recreate the issue on their own. This usually includes your code. For good bug reports you should isolate the problem and create a reduced test case.
- Provide the information you collected in the previous section.
@@ -107,13 +107,13 @@ This section guides you through submitting an enhancement suggestion for Wazuh U
- Make sure that you are using the latest version.
- Read the [documentation](https://documentation.wazuh.com) carefully and find out if the functionality is already covered, maybe by an individual configuration.
-- Perform a [search](https://github.com/wazuh/wazuh-kibana-app/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
+- Perform a [search](https://github.com/wazuh/wazuh-dashboard-plugins/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
#### How Do I Submit a Good Enhancement Suggestion?
-Enhancement suggestions are tracked as [GitHub issues](https://github.com/wazuh/wazuh-kibana-app/issues).
+Enhancement suggestions are tracked as [GitHub issues](https://github.com/wazuh/wazuh-dashboard-plugins/issues).
- Use a **clear and descriptive title** for the issue to identify the suggestion.
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.
diff --git a/README.md b/README.md
index a6c908cb04..4398399744 100644
--- a/README.md
+++ b/README.md
@@ -121,5 +121,5 @@ version 2 of the License, or (at your option) any later version.
[docs]: https://documentation.wazuh.com
[install]: https://documentation.wazuh.com/current/installation-guide/index.html
[slack]: https://join.slack.com/t/wazuh/shared_invite/zt-1lgu531ur-7M_k_ZQbpdo4QCn_pHee3w
-[branches]: https://github.com/wazuh/wazuh-kibana-app/wiki/About-our-branches-and-tags
-[wiki]: https://github.com/wazuh/wazuh-kibana-app/wiki
+[branches]: https://github.com/wazuh/wazuh-dashboard-plugins/wiki/About-our-branches-and-tags
+[wiki]: https://github.com/wazuh/wazuh-dashboard-plugins/wiki
diff --git a/docker/README.md b/docker/README.md
index 99c8d27538..0d49d45bb8 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -99,7 +99,7 @@ Before starting the environment, check that the plugin is in the desired branch
Example:
This brings up a Dev environment for OpenSearch `1.2.4` and opensearch-dashboards
-`1.2.0`, with the `wazuh-kibana-app` development branch set up at
+`1.2.0`, with the `wazuh-dashboard-plugins` development branch set up at
`$WZ_HOME`:
```bash
@@ -289,4 +289,4 @@ error getting credentials - err: exit status 1, out: `error getting credentials
[2]: "Loki"
[3]: "Prometheus"
[4]: "quay.io/wazuh"
-[5]: "App permissions"
+[5]: "App permissions"
diff --git a/docker/kbn-dev/README.md b/docker/kbn-dev/README.md
index aa35f3ebcf..1bfee9855c 100644
--- a/docker/kbn-dev/README.md
+++ b/docker/kbn-dev/README.md
@@ -11,11 +11,11 @@ environment. For example:
The script will ask for all the required parameters to bring up the
environment, including the version of the Elastic Stack you want to
-develop for, and the source code folder where the _wazuh-kibana-app_ is
+develop for, and the source code folder where the _wazuh-dashboard-plugins_ is
located.
**The script will not select the appropriate version of the
-_wazuh-kibana-app_ to use, so be sure to check out the appropriate version
+_wazuh-dashboard-plugins_ to use, so be sure to check out the appropriate version
before bringing up the environment!**
## Notes
diff --git a/docker/osd-dev/README.md b/docker/osd-dev/README.md
index b4e0ed94a6..b554e24240 100644
--- a/docker/osd-dev/README.md
+++ b/docker/osd-dev/README.md
@@ -11,7 +11,7 @@ environment. For example:
The script will ask you all the required parameters to bring up the
environment, including the version of the elastic stack you want to
-develop for, and the source code folder where the wazuh-kibana-app is
+develop for, and the source code folder where the wazuh-dashboard-plugins is
located.
Use the `saml` flag to bring up KeyCloak IDP. **Add idp to your hosts and start
@@ -24,7 +24,7 @@ the server using the `--no-base-path`**.
```
**The script will not select the appropriate version of the
-wazuh-kibana-app to use, so be sure to check out the appropriate version
+wazuh-dashboard-plugins to use, so be sure to check out the appropriate version
before bringing up the environment!**
### UI Credentials
diff --git a/plugins/main/package.json b/plugins/main/package.json
index c63c3c9c84..4891ef7459 100644
--- a/plugins/main/package.json
+++ b/plugins/main/package.json
@@ -16,10 +16,10 @@
"license": "GPL-2.0",
"repository": {
"type": "git",
- "url": "https://github.com/wazuh/wazuh-kibana-app.git"
+ "url": "https://github.com/wazuh/wazuh-dashboard-plugins.git"
},
"bugs": {
- "url": "https://github.com/wazuh/wazuh-kibana-app/issues"
+ "url": "https://github.com/wazuh/wazuh-dashboard-plugins/issues"
},
"homepage": "https://www.wazuh.com/",
"scripts": {
diff --git a/plugins/main/public/components/health-check/services/check-index-pattern/check-index-pattern-object.service.ts b/plugins/main/public/components/health-check/services/check-index-pattern/check-index-pattern-object.service.ts
index 2e822e4d2f..e74a54d513 100644
--- a/plugins/main/public/components/health-check/services/check-index-pattern/check-index-pattern-object.service.ts
+++ b/plugins/main/public/components/health-check/services/check-index-pattern/check-index-pattern-object.service.ts
@@ -56,7 +56,7 @@ export const checkIndexPatternObjectService = async (appConfig, checkLogger: Ch
checkLogger.info(`Valid index patterns found: ${listValidIndexPatterns.length || 0}`);
if(!AppState.getCurrentPattern()){
// Check the index pattern saved objects can be found using `GET /api/saved_objects/_find` endpoint.
- // Related issue: https://github.com/wazuh/wazuh-kibana-app/issues/4293
+ // Related issue: https://github.com/wazuh/wazuh-dashboard-plugins/issues/4293
await validateIntegritySavedObjects([defaultPatternId], checkLogger);
AppState.setCurrentPattern(defaultPatternId);
@@ -76,7 +76,7 @@ export const checkIndexPatternObjectService = async (appConfig, checkLogger: Ch
const indexPatternID = listValidIndexPatterns[0].id;
// Check the index pattern saved objects can be found using `GET /api/saved_objects/_find` endpoint.
- // Related issue: https://github.com/wazuh/wazuh-kibana-app/issues/4293
+ // Related issue: https://github.com/wazuh/wazuh-dashboard-plugins/issues/4293
await validateIntegritySavedObjects([indexPatternID], checkLogger);
AppState.setCurrentPattern(indexPatternID);
@@ -102,7 +102,7 @@ export const checkIndexPatternObjectService = async (appConfig, checkLogger: Ch
checkLogger.info(`Index pattern id exists [${defaultPatternId}]: ${indexPatternDefaultFound ? 'yes': 'no'}`);
if(indexPatternDefaultFound){
// Check the index pattern saved objects can be found using `GET /api/saved_objects/_find` endpoint.
- // Related issue: https://github.com/wazuh/wazuh-kibana-app/issues/4293
+ // Related issue: https://github.com/wazuh/wazuh-dashboard-plugins/issues/4293
await validateIntegritySavedObjects([indexPatternDefaultFound.id], checkLogger);
AppState.setCurrentPattern(indexPatternDefaultFound.id);
@@ -117,7 +117,7 @@ export const checkIndexPatternObjectService = async (appConfig, checkLogger: Ch
};
// Check the index pattern saved objects can be found using `GET /api/saved_objects/_find` endpoint.
-// Related issue: https://github.com/wazuh/wazuh-kibana-app/issues/4293
+// Related issue: https://github.com/wazuh/wazuh-dashboard-plugins/issues/4293
const validateIntegritySavedObjects = async (indexPatternSavedObjectIDs: string[], checkLogger: CheckLogger): Promise => {
checkLogger.info(`Checking the integrity of saved objects. Validating ${indexPatternSavedObjectIDs.join(',')} can be found...`);
await SavedObject.validateIndexPatternSavedObjectCanBeFound(indexPatternSavedObjectIDs);
diff --git a/plugins/main/public/components/health-check/services/check-pattern-support.service.ts b/plugins/main/public/components/health-check/services/check-pattern-support.service.ts
index d70dab0e69..747a811ad4 100644
--- a/plugins/main/public/components/health-check/services/check-pattern-support.service.ts
+++ b/plugins/main/public/components/health-check/services/check-pattern-support.service.ts
@@ -49,7 +49,7 @@ export const checkPatternSupportService = (pattern: string, indexType : string)
const indexPatternSavedObjectIDs = [pattern];
// Check the index pattern saved objects can be found using `GET /api/saved_objects/_find` endpoint.
- // Related issue: https://github.com/wazuh/wazuh-kibana-app/issues/4293
+ // Related issue: https://github.com/wazuh/wazuh-dashboard-plugins/issues/4293
checkLogger.info(`Checking the integrity of saved objects. Validating ${indexPatternSavedObjectIDs.join(',')} can be found...`);
await SavedObject.validateIndexPatternSavedObjectCanBeFound(indexPatternSavedObjectIDs);
checkLogger.info('Integrity of saved objects: [ok]');
diff --git a/plugins/main/public/components/visualize/wz-visualize.js b/plugins/main/public/components/visualize/wz-visualize.js
index ad824921b9..a2f9120ffe 100644
--- a/plugins/main/public/components/visualize/wz-visualize.js
+++ b/plugins/main/public/components/visualize/wz-visualize.js
@@ -85,7 +85,7 @@ export const WzVisualize = compose(
* from a type to another, but aren't when the pinned agent changes.
*
* More info:
- * https://github.com/wazuh/wazuh-kibana-app/issues/4230#issuecomment-1152161434
+ * https://github.com/wazuh/wazuh-dashboard-plugins/issues/4230#issuecomment-1152161434
*
* @param {Object} prevProps
*/
diff --git a/plugins/main/public/kibana-integrations/kibana-vis.js b/plugins/main/public/kibana-integrations/kibana-vis.js
index 825806795b..3787db48cb 100644
--- a/plugins/main/public/kibana-integrations/kibana-vis.js
+++ b/plugins/main/public/kibana-integrations/kibana-vis.js
@@ -116,7 +116,7 @@ class KibanaVis extends Component {
// is changed, which affects the entire application.
//
// Related issue:
- // https://github.com/wazuh/wazuh-kibana-app/issues/4158
+ // https://github.com/wazuh/wazuh-dashboard-plugins/issues/4158
if (this.deadField) {
return this.renderComplete();
}
diff --git a/plugins/main/public/react-services/error-management/docs/README.md b/plugins/main/public/react-services/error-management/docs/README.md
index 52d2b1f0ba..92f4b11b14 100644
--- a/plugins/main/public/react-services/error-management/docs/README.md
+++ b/plugins/main/public/react-services/error-management/docs/README.md
@@ -20,7 +20,7 @@
# Scope
-This solution try to simplify the error management in the wazuh-kibana-app plugin.
+This solution try to simplify the error management in the main plugin.
The main goal is to create a standard way to manage the errors in the plugin.
By this way, the developer must be abstracted to the error management.
@@ -97,7 +97,7 @@ The error orchestrator have the responsability to receive and error and showing
The current error handler tells the error orchestrator how the error will be shown to the user/developer. It sends the error and the showing options to the error orchestrator.
-For more details about the error orchestrator see the [Error Orchestrator documentation](https://github.com/wazuh/wazuh-kibana-app/blob/ef071e55fd310bdb4cecb7d490ea83372bb07b01/public/react-services/error-orchestrator/README.md)
+For more details about the error orchestrator see the [Error Orchestrator documentation](https://github.com/wazuh/wazuh-dashboard-plugins/blob/ef071e55fd310bdb4cecb7d490ea83372bb07b01/public/react-services/error-orchestrator/README.md)
## React patterns
diff --git a/plugins/main/public/react-services/saved-objects.js b/plugins/main/public/react-services/saved-objects.js
index e283036f1f..992fe96efa 100644
--- a/plugins/main/public/react-services/saved-objects.js
+++ b/plugins/main/public/react-services/saved-objects.js
@@ -281,7 +281,7 @@ export class SavedObject {
/**
* Check if it exists the index pattern saved objects using the `GET /api/saved_objects/_find` endpoint.
- * It is usefull to validate if the endpoint works as expected. Related issue: https://github.com/wazuh/wazuh-kibana-app/issues/4293
+ * It is usefull to validate if the endpoint works as expected. Related issue: https://github.com/wazuh/wazuh-dashboard-plugins/issues/4293
* @param {string[]} indexPatternIDs
*/
static async validateIndexPatternSavedObjectCanBeFound(indexPatternIDs){
diff --git a/plugins/main/public/templates/settings/settings.html b/plugins/main/public/templates/settings/settings.html
index e9bfb500e7..e01b3169b4 100644
--- a/plugins/main/public/templates/settings/settings.html
+++ b/plugins/main/public/templates/settings/settings.html
@@ -172,7 +172,7 @@ Community
diff --git a/plugins/main/server/lib/initial-wazuh-config.ts b/plugins/main/server/lib/initial-wazuh-config.ts
index 31a913cf71..4598f7a473 100644
--- a/plugins/main/server/lib/initial-wazuh-config.ts
+++ b/plugins/main/server/lib/initial-wazuh-config.ts
@@ -36,7 +36,7 @@ ${printSection('Wazuh app configuration file', { prefix: '# ', fill: '=' })}
# ${webDocumentationLink('user-manual/wazuh-dashboard/config-file.html')}
#
# Also, you can check our repository:
-# https://github.com/wazuh/wazuh-kibana-app`;
+# https://github.com/wazuh/wazuh-dashboard-plugins`;
const pluginSettingsConfigurationFile = getSettingsDefaultList().filter(({ isConfigurableFromFile }) => isConfigurableFromFile);