changed more references from 4.x to 5.x
This commit is contained in:
parent
ea1b6f9506
commit
0dc34dc944
@ -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'
|
||||
@ -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
|
||||
|
||||
@ -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/
|
||||
|
||||
@ -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 --------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user