diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-07-07 20:42:11 -0700 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-07-07 20:42:11 -0700 |
commit | 4a1928b49f05d9d608ad8b00bd38ce549d0d9a9c (patch) | |
tree | 3a39fe3e55dfea9becb2d8cbd57b1f4bbed20f55 /security | |
parent | security/wazuh-manager: Fix extract issues (diff) |
security/wazuh-server: Fix logstash configuration name
- Bump PORTREVISION
Diffstat (limited to 'security')
-rw-r--r-- | security/wazuh-server/Makefile | 1 | ||||
-rw-r--r-- | security/wazuh-server/files/pkg-message.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/wazuh-server/Makefile b/security/wazuh-server/Makefile index fcb2726e7c6f..73f00422f2fe 100644 --- a/security/wazuh-server/Makefile +++ b/security/wazuh-server/Makefile @@ -1,5 +1,6 @@ PORTNAME= wazuh PORTVERSION= 4.12.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= LOCAL/acm/${PORTNAME}/:config_samples \ https://packages.wazuh.com/4.x/filebeat/:wazuh_module \ diff --git a/security/wazuh-server/files/pkg-message.in b/security/wazuh-server/files/pkg-message.in index ebb3cd769a4e..6bba4619cf50 100644 --- a/security/wazuh-server/files/pkg-message.in +++ b/security/wazuh-server/files/pkg-message.in @@ -18,7 +18,7 @@ Wazuh server components were installed 3) Copy %%PREFIX%%/etc/wazuh-server/filebeat.yml to %%PREFIX%%/etc/beats/ directory -4) Copy %%PREFIX%%/etc/wazuh-server/logstash.yml and %%PREFIX%%/etc/wazuh-server/wazuh-template.json +4) Copy %%PREFIX%%/etc/wazuh-server/logstash.conf and %%PREFIX%%/etc/wazuh-server/wazuh-template.json files to %%PREFIX%%/etc/logstash/ directory 5) You can use my own version of wazuh certificates generator for generate |