wazuh-helm-chart

Wazuh Helm Chart

⚠️ DEPRECATED - This chart is no longer maintained

This Helm chart has been officially deprecated as of version 0.0.8 and is no longer maintained. This repository has been archived and is read-only.

Please migrate to Morgoved’s Wazuh Helm Chart for continued Wazuh support on Kubernetes.


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: |
    ...

Migration & Support

This chart is deprecated and the repository is archived. For questions about migrating to alternative solutions:

You can still fork this repository if you wish to maintain it independently.