Port details |
- wazuh-dashboard Web user interface for data visualization and analysis
- 4.4.0 security
=1 Version of this port present on the latest quarterly branch. - Maintainer: acm@FreeBSD.org
 - Port Added: 2022-09-25 05:48:49
- Last Update: 2023-03-31 03:30:20
- Commit Hash: 72044b5
- People watching this port, also watch:: zrep
- License: GPLv2
- Description:
- Wazuh is a free and open source platform used for threat prevention, detection,
and response. It is capable of protecting workloads across on-premises,
virtualized, containerized, and cloud-based environments.
Wazuh solution consists of an endpoint security agent, deployed to the
monitored systems, and a management server, which collects and analyzes data
gathered by the agents. Besides, Wazuh has been fully integrated with the
Elastic Stack, providing a search engine and data visualization tool that
allows users to navigate through their security alerts.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- wazuh-dashboard>0:security/wazuh-dashboard
- To install the port:
- cd /usr/ports/security/wazuh-dashboard/ && make install clean
- To add the package, run one of these commands:
- pkg install security/wazuh-dashboard
- pkg install wazuh-dashboard
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wazuh-dashboard
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1680221188
SHA256 (wazuh-4.4.0/wazuh-kibana-app-4.4.0-2.4.1.tar.gz) = 832db36bf026925c37cf7cacc423a78947b6e902367a3dbb8531c00808d7fe1c
SIZE (wazuh-4.4.0/wazuh-kibana-app-4.4.0-2.4.1.tar.gz) = 37038974
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- opensearch-dashboards : textproc/opensearch-dashboards
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_wazuh-dashboard
- pkg-message:
- For install:
- Wazuh dashboard components were installed
1) Wazuh dashboard is based on opensearch-dashboards and wazuh-kibana-app
projects. This guide help to adapt wazuh configuration for it works on
FreeBSD using apps are part of ports tree.
2) Copy /usr/local/etc/wazuh-dashboard/opensearch_dashboards.yml to /usr/local/etc/opensearch-dashboards/
directory
3) You can use my own version of wazuh certificates generator for generate root,
admin, indexer, server and dashboard certificates used by wazuh components.
https://people.freebsd.org/~acm/ports/wazuh/wazuh-gen-certs.tar.gz
4) Edit opensearch_dashboard.yml file and changes options accord to your
setup. For example host, ssl, etc. Sample files can give you a good
guide about that.
5) Add OpenSearch Dashboard to /etc/rc.conf
# sysrc opensearch_dashboards_enable="YES"
6) Start OpenSearch Dashboard service
# service opensearch-dashboards start
7) Login at OpenSearch Dashboard from any supported browser at:
https://10.0.0.30:5601
Listen port can be changed from opensearch_dashboard.yml file
8) You can look more useful information at the following link:
https://documentation.wazuh.com/current/installation-guide/wazuh-dashboard/step-by-step.html
Take on mind wazuh arquitecture on FreeBSD is configurated not similar like
you can read at wazuh guide.
9) Enjoy it
- WWW: https://github.com/wazuh/wazuh-kibana-app
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.4.0 31 Mar 2023 03:30:20
    |
Jose Alonso Cardenas Marquez (acm)  |
security/wazuh-*: Update to 4.4.0
- security/wazuh-manager: Add support for aarch64
ChangeLog at: https://github.com/wazuh/wazuh/releases/tag/v4.4.0 |
4.3.10_1 07 Dec 2022 00:32:57
    |
Jose Alonso Cardenas Marquez (acm)  |
security/wazuh-*: Make compatible with opensearch and dashboards 2.4.0
- Bump PORTREVISION |
4.3.10 18 Nov 2022 03:39:27
    |
Jose Alonso Cardenas Marquez (acm)  |
security/wazuh-*: Update to 4.3.10
ChangeLog at: https://github.com/wazuh/wazuh/releases/tag/v4.3.10 |
4.3.9 30 Oct 2022 21:37:32
    |
Jose Alonso Cardenas Marquez (acm)  |
security/wazuh-*: update to 4.3.9
ChangeLog at: https://github.com/wazuh/wazuh/releases/tag/v4.3.9 |
4.3.8 25 Sep 2022 22:17:14
    |
Jose Alonso Cardenas Marquez (acm)  |
security/wazuh-dashboard: Fix typo on RUN_DEPENDS
Reported by: cperciva |
4.3.8 25 Sep 2022 05:45:55
    |
Jose Alonso Cardenas Marquez (acm)  |
security/wazuh-dashboard: New port: Web user interface for data visualization
and analysis
Wazuh is a free and open source platform used for threat prevention, detection,
and response. It is capable of protecting workloads across on-premises,
virtualized, containerized, and cloud-based environments.
Wazuh solution consists of an endpoint security agent, deployed to the
monitored systems, and a management server, which collects and analyzes data
gathered by the agents. Besides, Wazuh has been fully integrated with the
Elastic Stack, providing a search engine and data visualization tool that
allows users to navigate through their security alerts. |