Skip to content

Helm Chart for Wazuh - Free and open source security platform that unifies XDR and SIEM protection for endpoints and cloud workloads

License

Notifications You must be signed in to change notification settings

promptlylabs/wazuh-helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wazuh Helm Chart

Version: 0.0.7 AppVersion: 4.11.1 Artifact Hub

Wazuh is a free and open source security platform that unifies XDR and SIEM protection for endpoints and cloud workloads.

Get Helm Repository Info

helm repo add wazuh-helm https://promptlylabs.github.io/wazuh-helm-chart/
helm repo update

Install Helm Chart

helm install [RELEASE_NAME] wazuh-helm/wazuh

Information

The Helm Chart installs the following components:

HTTPS communication between components is enabled by default and set up using self-signed certificates, provided by cert-manager.

Configuration

Wazuh Manager

The ossec.conf file is the main configuration file on the Wazuh manager. It is created on the _helpers.tpl file and passed via values.yaml.

This configuration can be replaced, by setting a different value for wazuh.master.conf and waazuh.worker.conf in the values.yaml file. Or extra parameters can be appended to the configuration file by setting the wazuh.master.extraConf and wazuh.worker.extraConf values.

wazuh:
  master:
    conf: |
      <ossec_config>
        ...
    extraConf: |
      ...

Wazuh Indexer

The Wazuh Indexer has 2 configuration files: opensearch and internalUsers. These files are created on the _helpers.tpl file and passed via values.yaml and can also be replaced by setting a different value for indexer.config.opensearch and indexer.config.internalUsers in the values.yaml file.

indexer:
  config:
    opensearch: |
      ...
    internalUsers: |
      ...

Wazuh Dashboard

The Wazuh Dashboard has 1 configuration file. This file is created on the _helpers.tpl file and passed via values.yaml and can also be replaced by setting a different value for dashboard.config in the values.yaml file.

dashboard:
  config: |
    ...

Contributing

Feel free to contact the maintainer of this repository for any questions or concerns. Contributions are encouraged and appreciated.

About

Helm Chart for Wazuh - Free and open source security platform that unifies XDR and SIEM protection for endpoints and cloud workloads

Resources

License

Stars

Watchers

Forks