wazuh-docker VS wazuh-packages

Compare wazuh-docker vs wazuh-packages and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
wazuh-docker wazuh-packages
4 11
574 87
3.5% -
9.0 9.7
8 days ago 4 days ago
Shell Shell
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

wazuh-docker

Posts with mentions or reviews of wazuh-docker. We have used some of these posts to build our list of alternatives and similar projects.
  • Wazuh Docker Single Node. 500 error after changing admin password
    1 project | /r/Wazuh | 31 Jul 2023
    Now based on my reading of https://github.com/wazuh/wazuh-docker/issues/775This is means i should enter the indexer container and run securityadmin after setting the environment variables specified in the docs....I did this. The command completes successfully with no errors.
  • No config sync when using cluster?
    1 project | /r/Wazuh | 8 Jun 2023
    Greetings, for an implementation with ansible we do not have official documentation, however we can recommend an implementation with docker, here the guide https://github.com/wazuh/wazuh-docker
  • Wazuh and ELK
    1 project | /r/blueteamsec | 12 May 2023
    I mean, you could set it up as a container too - although I'm sure someone has already done this for you - for example, Wazuh themselves at https://github.com/wazuh/wazuh-docker
  • Can Wazuh be installed along side of Graylog in the same system?
    1 project | /r/Wazuh | 26 May 2022
    I think you can install a Wazuh + ELK stack docker https://github.com/wazuh/wazuh-docker. Changing the ports by docker proxy. It will be safe

wazuh-packages

Posts with mentions or reviews of wazuh-packages. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-07.
  • Help: Dashboard installation failing with "can't read etc/opensearch_dashboards.yml no such file or directory"
    1 project | /r/Wazuh | 6 Dec 2023
    found something from GitHub discussions; was able to remove a pre-removal-script first:
  • Is there a work around for the Wazuh-agent installer issue with Debian 12?
    1 project | /r/Wazuh | 6 Jul 2023
    Hello u/HerefortheLAN! As a workaround, you can install the agent from sources. The process is a little more involved than installing a package, but you can use this step-by-step guide: https://documentation.wazuh.com/current/deployment-options/wazuh-from-sources/wazuh-agent/index.html Please note that the issue that you mentioned is currently being worked on here, so a fix for this should be available relatively soon. Let us know if you have any problems with this. Regards!
  • Wazuh installation assistant - Indexer installation
    1 project | /r/Wazuh | 21 Mar 2023
    Hello u/zmiramf The error message you are getting is because you are setting the IP value between <>, the IP must be in the format key: value On the other hand, please note that you are posting a public IP address and anyone viewing this post can see it, for security reasons you may want to edit the post to not show a public IP. I have created this issue to improve the config.yml file and avoid the use of such delimiters if it proceeds. As my coworker correctly comments, if you use the -a option it does not fail because the config.yml file is auto-generated, but if you want to use the functionality of generating the certificates independently, you must set the IP values as I have commented.
  • "INFO: Could not connect to API id [default]: 3099 - ERROR3099 - Invalid credentials" after fresh install
    2 projects | /r/Wazuh | 7 Mar 2023
  • Custom dashboard with custom visualization to completely replace wazuh dashboard?
    2 projects | /r/Wazuh | 7 Feb 2023
    First of all, the Wazuh dashboard, created from Kibana, is an individual package, and as so, could be replaced by another package, and this could be not based on Kibana. Depending on the features you are missing in the default Wazuh dashboard, maybe it would be better to use a simpler solution. One options is to just create new visualizations from inside the installed dashboard. Another option would be creating a different package with the modifications you see fit. - For the first option, here you have a tutorial, as it has not yet been added to the documentation: https://github.com/wazuh/wazuh-documentation/issues/5511 - For the second option, all code to create the packages is located in https://github.com/wazuh/wazuh-packages. If none of this solutions is enough for your problem, the APIs you would need to control in your custom dashboards are the ones for the Wazuh server and the Wazuh indexer: - Wazuh API(accessed by port 55000): https://documentation.wazuh.com/current/user-manual/api/index.html#restful-api - Indexer API(accessed by port 9200): https://www.elastic.co/guide/en/elasticsearch/reference/current/rest-apis.html
  • Wazuh-indexer and wazuh-manager fails with timeout after launching VM
    1 project | /r/Wazuh | 11 Jan 2023
    We will investigate this issue, please stay tuned: https://github.com/wazuh/wazuh-packages/issues/2030
  • Wazuh all-in-one with Ubuntu 22.04.1
    1 project | /r/Wazuh | 12 Dec 2022
    Upgrading to Ubuntu 22 includes some upgrades to the GLIBC library and dependencies that trigger an error in the Filebeat module. We included a fix into Filebeat configuration file to avoid seccomp usage in the Filebeat. Take a look at our Filebeat configuration template https://github.com/wazuh/wazuh-packages/blob/v4.3.10/unattended_installer/config/filebeat/filebeat.yml
  • Wazuh Agent build on alpine linux
    10 projects | /r/Wazuh | 16 Nov 2022
    We are working on creating an installation package for Alpine systems, we estimate that version 4.4.0 of Wazuh will already have this type of installation, you can follow the progress here: https://github.com/wazuh/wazuh-packages/pull/1715
  • Stuck at indexer cluster start
    2 projects | /r/Wazuh | 28 Jul 2022
    So I created a PR to solve that issue: instead of rolling back whole wazuh-* installations, it just reverts to the backed up default state, then removes the backup.
  • 9200 /9300 weak ssl encryption on wazuh indexers
    1 project | /r/Wazuh | 18 Jul 2022
    We have detected this problem. We opened this issue to solve as soon as possible https://github.com/wazuh/wazuh-packages/issues/1694 Meanwhile, you could harden your installation with the proposed solution mentioned in the issue. I hope it helps you, don't hesitate to ask us if you have any doubts.

What are some alternatives?

When comparing wazuh-docker and wazuh-packages you can also consider the following projects:

wazuh-ansible - Wazuh - Ansible playbook

OSSEC - OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response.

alpine-pkg-glibc - A glibc compatibility layer package for Alpine Linux

boiler_plates - Docker Compose Boilerplates

Wazuh - Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads.

wazuh-dashboard-plugins - Plugins for Wazuh Dashboard

wazuh-documentation - Wazuh - Project documentation

docker-github-actions-runner - This will run the new self-hosted github actions runners with docker-in-docker

wazuh-ruleset - Wazuh - Ruleset

wazuh-kubernetes - Wazuh - Wazuh Kubernetes