Skip to content

antero-software/wazuh-helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

156 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antero Wazuh Helm Chart

Version: 0.0.66 AppVersion: 4.11.1

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 https://antero-software.github.io/wazuh-helm-chart
helm repo update

Install Helm Chart

helm install [RELEASE_NAME] wazuh/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: |
    ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors