-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Filebeat module and adapted Elasticsearch IP #144
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
manifests/filebeat.pp
Outdated
@@ -10,8 +10,11 @@ | |||
$filebeat_version = '7.2.0', | |||
$wazuh_app_version = '3.9.4_7.2.0', | |||
$wazuh_extensions_version = 'v3.9.4', | |||
$wazuh_module_filebeat_module = 'wazuh-filebeat-0.1.tar.gz', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets change this to wazuh_filebeat_module
I think it clearer
manifests/filebeat.pp
Outdated
@@ -32,10 +35,23 @@ | |||
notify => Service['filebeat'] | |||
} | |||
|
|||
exec { 'Installing filebeat module ... Downloading package': | |||
path => '/usr/bin', | |||
command => "curl -o /root/${$wazuh_module_filebeat_module} https://packages-dev.wazuh.com/3.x/filebeat/${$wazuh_module_filebeat_module}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also changing here for wazuh_filebeat_module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @rshad please have a look at the little changes.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Hi all!
Resolution for #145
This PR includes the corresponding changes to add
Filebeat
module toWazuh
installation usingPuppet
. We also adaptedElasticsearch
IP so to not be assigned aslocalhost
due to proven errors we got during the installation.Filebeat module installation
wazuh-puppet/manifests/filebeat.pp
Lines 38 to 51 in 1301d40
Adapting Elasticsearch IP in [Filebeat, Elasticsearch and Kibana] manifests
wazuh-puppet/manifests/filebeat.pp
Line 4 in 1301d40
wazuh-puppet/manifests/elasticsearch.pp
Line 20 in 1301d40
wazuh-puppet/manifests/kibana.pp
Line 9 in 1301d40
Kind regards,
Rshad