changed more references from 4.x to 5.x

This commit is contained in:
Carlos Anguita López 2024-04-11 09:51:45 +02:00
parent ea1b6f9506
commit 0dc34dc944
No known key found for this signature in database
GPG Key ID: FA3E2896D509F5AE
4 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@ filebeat_ssl_dir: /etc/pki/filebeat
local_certs_path: "{{ playbook_dir }}/indexer/certificates"
filebeatrepo:
apt: 'deb https://packages.wazuh.com/4.x/apt/ stable main'
yum: 'https://packages.wazuh.com/4.x/yum/'
apt: 'deb https://packages.wazuh.com/5.x/apt/ stable main'
yum: 'https://packages.wazuh.com/5.x/yum/'
gpg: 'https://packages.wazuh.com/key/GPG-KEY-WAZUH'
key_id: '0DCFCA5547B19D2A6099506096B3EE5F29111145'

View File

@ -65,7 +65,7 @@ wazuh_managers:
retry_interval: 5
register: yes
## Authentication Method: Enrollment section (4.x)
## Authentication Method: Enrollment section (5.x)
# For more information see:
# * https://documentation.wazuh.com/current/user-manual/reference/ossec-conf/client.html#enrollment

View File

@ -9,7 +9,7 @@ checkPackages(){
## Set S3 Bucket URL
if [ $1 == "production" ]; then
echo "production"
PACKAGES_URL=https://packages.wazuh.com/4.x/
PACKAGES_URL=https://packages.wazuh.com/5.x/
elif [ $1 == "pre-release" ]; then
echo "pre-release"
PACKAGES_URL=https://packages-dev.wazuh.com/pre-release/

View File

@ -21,7 +21,7 @@
# ------------------------------- Index patterns -------------------------------
#
# Default index pattern to use.
#pattern: wazuh-alerts-4.x-*
#pattern: wazuh-alerts-5.x-*
#
# ----------------------------------- Checks -----------------------------------
#
@ -92,17 +92,17 @@
# Default: 900 (s)
#wazuh.monitoring.frequency: 900
#
# Configure wazuh-monitoring-4.x-* indices shards and replicas.
# Configure wazuh-monitoring-5.x-* indices shards and replicas.
#wazuh.monitoring.shards: 2
#wazuh.monitoring.replicas: 0
#
# Configure wazuh-monitoring-4.x-* indices custom creation interval.
# Configure wazuh-monitoring-5.x-* indices custom creation interval.
# Values: h (hourly), d (daily), w (weekly), m (monthly)
# Default: d
#wazuh.monitoring.creation: d
#
# Default index pattern to use for Wazuh monitoring
#wazuh.monitoring.pattern: wazuh-monitoring-4.x-*
#wazuh.monitoring.pattern: wazuh-monitoring-5.x-*
#
#
# ------------------------------- App privileges --------------------------------