Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #42 from wazuh/3.9.3_6.8.1_bump
Browse files Browse the repository at this point in the history
updated CHANGELOG.md, adapted versions and modified README.md
  • Loading branch information
Manuel J. Bernal authored Jul 17, 2019
2 parents 6269eeb + 12218a3 commit 4764267
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## Wazuh Chef v3.9.3_6.8.1

### Added

- Update Wazuh to 3.9.3 version.

## Wazuh Chef v3.9.2_6.8.0

### Added
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ Deploy Wazuh platform using Chef cookbooks. Chef recipes are prepared for instal

## Cookbooks

* [Wazuh Agent ](https://github.com/wazuh/wazuh-chef/tree/v3.9.2_6.8.0/cookbooks/wazuh_agent)
* [Wazuh Manager and API](https://github.com/wazuh/wazuh-chef/tree/v3.9.2_6.8.0/cookbooks/wazuh_manager)
* [Elastic Stack (Elasticsearch, Logstash, Kibana)](https://github.com/wazuh/wazuh-chef/tree/v3.9.2_6.8.0/cookbooks/wazuh_elastic)
* [Filebeat](https://github.com/wazuh/wazuh-chef/tree/v3.9.2_6.8.0/cookbooks/wazuh_filebeat)
* [Wazuh Agent ](https://github.com/wazuh/wazuh-chef/tree/v3.9.3_6.8.1/cookbooks/wazuh_agent)
* [Wazuh Manager and API](https://github.com/wazuh/wazuh-chef/tree/v3.9.3_6.8.1/cookbooks/wazuh_manager)
* [Elastic Stack (Elasticsearch, Logstash, Kibana)](https://github.com/wazuh/wazuh-chef/tree/v3.9.3_6.8.1/cookbooks/wazuh_elastic)
* [Filebeat](https://github.com/wazuh/wazuh-chef/tree/v3.9.3_6.8.1/cookbooks/wazuh_filebeat)

Each cookbook has its own README.md

## Roles

You can find predefined roles for a default installation of Wazuh Agent and Manager in the roles folder.

- [Wazuh Agent Role](https://github.com/wazuh/wazuh-chef/blob/v3.9.2_6.8.0/roles/wazuh_agent.json)
- [Wazuh Manager Role](https://github.com/wazuh/wazuh-chef/blob/v3.9.2_6.8.0/roles/wazuh_agent.json)
- [Wazuh Agent Role](https://github.com/wazuh/wazuh-chef/blob/v3.9.3_6.8.1/roles/wazuh_agent.json)
- [Wazuh Manager Role](https://github.com/wazuh/wazuh-chef/blob/v3.9.3_6.8.1/roles/wazuh_agent.json)

Check roles README for more information about default attributes and how to customize your installation.

Expand Down
6 changes: 3 additions & 3 deletions cookbooks/wazuh_elastic/attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
default['wazuh-elastic']['elastic_stack_version'] = '6.8.0'
default['wazuh-elastic']['wazuh_app_version'] = "3.9.2_6.8.0"
default['wazuh-elastic']['extensions_version'] = "v3.9.2"
default['wazuh-elastic']['elastic_stack_version'] = '6.8.1'
default['wazuh-elastic']['wazuh_app_version'] = "3.9.3_6.8.1"
default['wazuh-elastic']['extensions_version'] = "v3.9.3"
2 changes: 1 addition & 1 deletion cookbooks/wazuh_filebeat/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
#
#
default['filebeat']['elastic_stack_version'] = '6.8.0'
default['filebeat']['elastic_stack_version'] = '6.8.1'
default['filebeat']['package_name'] = 'filebeat'
default['filebeat']['service_name'] = 'filebeat'
default['filebeat']['logstash_servers'] = "YOUR_ELASTIC_SERVER_IP:5000"
Expand Down

0 comments on commit 4764267

Please sign in to comment.