diff --git a/manifests/filebeat_oss.pp b/manifests/filebeat_oss.pp index 7689b66e..48eb664e 100644 --- a/manifests/filebeat_oss.pp +++ b/manifests/filebeat_oss.pp @@ -12,7 +12,7 @@ $filebeat_oss_elastic_password = 'admin', $filebeat_oss_version = '7.10.2', $wazuh_app_version = '4.7.1_7.10.2', - $wazuh_extensions_version = '4.7', + $wazuh_extensions_version = 'v4.7.1', $wazuh_filebeat_module = 'wazuh-filebeat-0.2.tar.gz', $filebeat_fileuser = 'root', diff --git a/manifests/params_manager.pp b/manifests/params_manager.pp index aa0d5deb..81d187e2 100644 --- a/manifests/params_manager.pp +++ b/manifests/params_manager.pp @@ -201,7 +201,8 @@ $vulnerability_detector_provider_alas = 'yes' $vulnerability_detector_provider_alas_enabled = 'no' $vulnerability_detector_provider_alas_os = ['amazon-linux', - 'amazon-linux-2' + 'amazon-linux-2', + 'amazon-linux-2023' ] $vulnerability_detector_provider_alas_update_interval = '1h'