mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
Bump version, changelog, readme
Update writing for CHANGELOG.md Fix typo
This commit is contained in:
parent
b7c79f48f0
commit
5e7b484fe5
20
CHANGELOG.md
20
CHANGELOG.md
@ -2,6 +2,26 @@
|
||||
|
||||
All notable changes to the Wazuh app project will be documented in this file.
|
||||
|
||||
## Wazuh v3.6.1 - Kibana v6.4.0 - Revision 409
|
||||
|
||||
### Added
|
||||
|
||||
- Support for Wazuh v3.6.1.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed a bug on the _Dev tools_ tab ([b7c79f4](https://github.com/wazuh/wazuh-kibana-app/commit/b7c79f48f06cb49b12883ec9e9337da23b49976b)).
|
||||
|
||||
## Wazuh v3.6.1 - Kibana v6.3.2 - Revision 408
|
||||
|
||||
### Added
|
||||
|
||||
- Support for Wazuh v3.6.1.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed a bug on the _Dev tools_ tab ([4ca9ed5](https://github.com/wazuh/wazuh-kibana-app/commit/4ca9ed54f1b18e5d499d950e6ff0741946701988)).
|
||||
|
||||
## Wazuh v3.6.0 - Kibana v6.4.0 - Revision 407
|
||||
|
||||
### Added
|
||||
|
11
README.md
11
README.md
@ -25,8 +25,8 @@ Visualize and analyze Wazuh alerts stored in Elasticsearch using our Kibana app
|
||||
|
||||
## Requisites
|
||||
|
||||
- Wazuh HIDS 3.6.0
|
||||
- Wazuh RESTful API 3.6.0
|
||||
- Wazuh HIDS 3.6.1
|
||||
- Wazuh RESTful API 3.6.1
|
||||
- Kibana 6.4.0
|
||||
- Elasticsearch 6.4.0
|
||||
|
||||
@ -35,7 +35,7 @@ Visualize and analyze Wazuh alerts stored in Elasticsearch using our Kibana app
|
||||
Install the app
|
||||
|
||||
```
|
||||
/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.0_6.4.0.zip
|
||||
/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.1_6.4.0.zip
|
||||
```
|
||||
|
||||
Restart Kibana
|
||||
@ -83,7 +83,7 @@ rm -rf /usr/share/kibana/optimize/bundles
|
||||
Install the app
|
||||
|
||||
```
|
||||
/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.0_6.4.0.zip
|
||||
/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.1_6.4.0.zip
|
||||
```
|
||||
|
||||
Restart Kibana
|
||||
@ -135,6 +135,9 @@ service kibana restart
|
||||
| 6.4.0 | 3.5.0 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.5.0_6.4.0.zip> |
|
||||
| 6.3.2 | 3.6.0 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.0_6.3.2.zip> |
|
||||
| 6.4.0 | 3.6.0 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.0_6.4.0.zip> |
|
||||
| 6.3.2 | 3.6.1 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.1_6.3.2.zip> |
|
||||
| 6.4.0 | 3.6.1 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.1_6.4.0.zip> |
|
||||
|
||||
|
||||
## Contribute
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "wazuh",
|
||||
"version": "3.6.0",
|
||||
"revision": "0407",
|
||||
"version": "3.6.1",
|
||||
"revision": "0409",
|
||||
"kibana": {
|
||||
"version": "6.4.0"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user