Update CHANGELOG and README

This commit is contained in:
JuanCarlos 2019-10-10 13:26:22 +02:00
parent 37fde4f62b
commit 7987b84040
No known key found for this signature in database
GPG Key ID: B1C4FB733616273A
2 changed files with 26 additions and 2 deletions

View File

@ -3,6 +3,30 @@
All notable changes to the Wazuh app project will be documented in this file.
## Wazuh v3.11.0 - Kibana v6.8.3 - Revision 470
### Added
- Support for Wazuh v3.11.0.
- 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).
### 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).
### Fixed
- Empty files now throws an error [#1806](https://github.com/wazuh/wazuh-kibana-app/issues/1806).
- Fixed the way to check admin mode [#1838](https://github.com/wazuh/wazuh-kibana-app/issues/1838).
- Arguments for wazuh api requests are now validated [#1815](https://github.com/wazuh/wazuh-kibana-app/issues/1815).
- Fixed error exporting as CSV the files into a group [#1833](https://github.com/wazuh/wazuh-kibana-app/issues/1833).
## Wazuh v3.10.2 - Kibana v6.8.3 - Revision 462
### Added

View File

@ -30,8 +30,8 @@ Visualize and analyze Wazuh alerts stored in Elasticsearch using our Kibana app
## Requisites
- Wazuh HIDS 3.10.2
- Wazuh RESTful API 3.10.2
- Wazuh HIDS 3.11.0
- Wazuh RESTful API 3.11.0
- Kibana 6.8.3
- Elasticsearch 6.8.3