Deploy Wazuh platform using Chef cookbooks. Chef recipes are prepared for installing and configuring Manager (cluster), Agent and RESTful API.
Each cookbook has its own README.
The easiest way to making use of these cookbooks (especially wazuh_filebeat
& wazuh_elastic
until they are published to Supermarket) is by including in your Berksfile
something like the below:
cookbook 'wazuh', github: 'wazuh/wazuh-chef', rel: 'wazuh'
cookbook 'wazuh_filebeat', github: 'wazuh/wazuh-chef', rel: 'wazuh_filebeat'
cookbook 'wazuh_elastic', github: 'wazuh/wazuh-chef', rel: 'wazuh_elastic'
This will source all three cookbook housed in this repo from github.
If you want to contribute to our project please don't hesitate to send a pull request. You can also join our users mailing list, by sending an email to [email protected], to ask questions and participate in discussions.
WAZUH Copyright (C) 2017 Wazuh Inc. (License GPLv2)