暫無描述

tum 05333224a3 Merge branch 'main' of http://git2.simplico.net/tum/soc 8 小時之前
..
config 05333224a3 Merge branch 'main' of http://git2.simplico.net/tum/soc 8 小時之前
README.md 9de2549954 first commit 1 月之前
docker-compose.yml fc2cceda21 codex wazuh sim log 1 周之前
generate-indexer-certs.yml 9de2549954 first commit 1 月之前

README.md

Deploy Wazuh Docker in single node configuration

This deployment is defined in the docker-compose.yml file with one Wazuh manager containers, one Wazuh indexer containers, and one Wazuh dashboard container. It can be deployed by following these steps:

1) Increase max_map_count on your host (Linux). This command must be run with root permissions:

$ sysctl -w vm.max_map_count=262144

2) Run the certificate creation script:

$ docker compose -f generate-indexer-certs.yml run --rm generator

3) Start the environment with docker compose:

  • In the foregroud: $ docker compose up
  • In the background: $ docker compose up -d

The environment takes about 1 minute to get up (depending on your Docker host) for the first time since Wazuh Indexer must be started for the first time and the indexes and index patterns must be generated.