Wazuh-docker provides Docker containerized deployment and orchestration of the full Wazuh cybersecurity platform stack for scalable security monitoring and log analysis.
Wazuh - Docker containers
This tool is used to quickly deploy and manage the Wazuh security platform using Docker containers, enabling security teams to implement SIEM, log analysis, and security automation with minimal setup. It is ideal for SecOps teams looking for scalable, containerized security monitoring solutions that integrate with OpenSearch and OpenSearch Dashboards.
Ensure Docker and docker-compose are installed and properly configured before deployment. Customize volume mounts for data persistence to avoid data loss during container updates or restarts. Use version-specific branches to maintain stability in production environments. Review official documentation for security best practices and advanced configurations.
Clone the repository: git clone https://github.com/wazuh/wazuh-docker.git
Navigate to the cloned directory: cd wazuh-docker
Choose the appropriate branch or tag for your desired version
Configure environment variables and volumes as needed for persistence
Run docker-compose to start the full Wazuh stack: docker-compose up -d
Access the Wazuh dashboard via the exposed web interface
Refer to official documentation for advanced configuration: https://documentation.wazuh.com/current/deployment-options/docker/index.html
git clone https://github.com/wazuh/wazuh-docker.git
Clone the wazuh-docker repository to your local machine.
docker-compose up -d
Start the Wazuh stack containers in detached mode using docker-compose.