Skip to content

Commit

Permalink
Merge pull request #499 from wazuh/update-filebeat-module-version
Browse files Browse the repository at this point in the history
Update filebeat module version
  • Loading branch information
alberpilot authored May 30, 2022
2 parents 6788212 + d62ecd6 commit f8a49f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifests/filebeat_oss.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
$filebeat_oss_version = '7.10.2',
$wazuh_app_version = '4.3.2_7.10.0',
$wazuh_extensions_version = 'v4.3.2',
$wazuh_filebeat_module = 'wazuh-filebeat-0.1.tar.gz',
$wazuh_filebeat_module = 'wazuh-filebeat-0.2.tar.gz',

$filebeat_path_certs = '/etc/filebeat/certs',
){

Expand Down Expand Up @@ -52,7 +53,7 @@
}

exec { 'Unpackaging ...':
command => '/bin/tar -xzvf /root/wazuh-filebeat-0.1.tar.gz -C /usr/share/filebeat/module',
command => '/bin/tar -xzvf /root/wazuh-filebeat-0.2.tar.gz -C /usr/share/filebeat/module',
notify => Service[$filebeat_oss_service],
require => Package[$filebeat_oss_package]
}
Expand Down

0 comments on commit f8a49f8

Please sign in to comment.