Git Product home page Git Product logo

chef-wazuh's Introduction

wazuh

A cookbook to install & configure wazuh manager & agent. No ELK stack configuration though.

How to use

First of all, see attributes for possible configuration options. Also, see Wazuh Reference docs

Simply include recipe[wazuh::server] into your run_list after you set the desired attributes.

It will install:

  • wazuh-manger and its components
  • Wazuh API nodejs app
  • Filebeat for shipping logs and events to ELK stack.

You will need to create SSL certificated by yourself if you want to enable TLS

How to use SSL certificates

Let's say you already have a set of certificates for your setup. You should create the data bag called wazuh::tls. Name keys as a corresponding TLS certificate file names.

E.g. if you've set some attribute to /var/ossec/etc/manager.crt name the key inside wazuh::tls data bag manager.crt (basename() is used to get the content of a file, so use different file names for different certificates)

How to configure HTTP basic auth for API app

HTTP basic auth for Wazuh API app requires htpasswd file. It is generated using wazuh::htpasswd data bag. Set key users to a Hash like { "user": "passwd"}, { "user": "passwd"}, ...

chef-wazuh's People

Contributors

dragonsmith avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.