Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.96 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.96 KB

Wazuh - Chef cookbooks

Slack Email Documentation Documentation

Deploy Wazuh platform using Chef cookbooks. Chef recipes are prepared for installing and configuring Manager (cluster), Agent and RESTful API.

Cookbooks

Each cookbook has its own README.

Use through Berkshelf

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.

Contribute

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.

License and copyright

WAZUH Copyright (C) 2017 Wazuh Inc. (License GPLv2)

References