-
Notifications
You must be signed in to change notification settings - Fork 98
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
Update filebeat module version #1581
Conversation
@@ -70,14 +70,14 @@ function buildInstaller() { | |||
echo 'readonly repogpg="https://packages-dev.wazuh.com/key/GPG-KEY-WAZUH"' >> "${output_script_path}" | |||
echo 'readonly repobaseurl="https://packages-dev.wazuh.com/pre-release"' >> "${output_script_path}" | |||
echo 'readonly reporelease="unstable"' >> "${output_script_path}" | |||
echo 'readonly filebeat_wazuh_module="${repobaseurl}/filebeat/wazuh-filebeat-0.1.tar.gz"' >> "${output_script_path}" | |||
echo 'readonly filebeat_wazuh_module="${repobaseurl}/filebeat/wazuh-filebeat-0.2.tar.gz"' >> "${output_script_path}" |
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.
@@ -70,14 +70,14 @@ function buildInstaller() { | |||
echo 'readonly repogpg="https://packages-dev.wazuh.com/key/GPG-KEY-WAZUH"' >> "${output_script_path}" | |||
echo 'readonly repobaseurl="https://packages-dev.wazuh.com/pre-release"' >> "${output_script_path}" | |||
echo 'readonly reporelease="unstable"' >> "${output_script_path}" | |||
echo 'readonly filebeat_wazuh_module="${repobaseurl}/filebeat/wazuh-filebeat-0.1.tar.gz"' >> "${output_script_path}" | |||
echo 'readonly filebeat_wazuh_module="${repobaseurl}/filebeat/wazuh-filebeat-0.2.tar.gz"' >> "${output_script_path}" | |||
echo 'readonly bucket="packages-dev.wazuh.com"' >> "${output_script_path}" | |||
echo 'readonly repository="pre-release"' >> "${output_script_path}" | |||
else | |||
echo 'readonly repogpg="https://packages.wazuh.com/key/GPG-KEY-WAZUH"' >> "${output_script_path}" |
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.
echo 'readonly bucket="packages-dev.wazuh.com"' >> "${output_script_path}" | ||
echo 'readonly repository="pre-release"' >> "${output_script_path}" | ||
else | ||
echo 'readonly repogpg="https://packages.wazuh.com/key/GPG-KEY-WAZUH"' >> "${output_script_path}" | ||
echo 'readonly repobaseurl="https://packages.wazuh.com/4.x"' >> "${output_script_path}" | ||
echo 'readonly reporelease="stable"' >> "${output_script_path}" | ||
echo 'readonly filebeat_wazuh_module="${repobaseurl}/filebeat/wazuh-filebeat-0.1.tar.gz"' >> "${output_script_path}" | ||
echo 'readonly filebeat_wazuh_module="${repobaseurl}/filebeat/wazuh-filebeat-0.2.tar.gz"' >> "${output_script_path}" |
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.
./artifacts_generated/builder.sh:12:10:warning:Declare and assign separately to avoid masking return values. |
Description
This PR updates the version of the Filebeat module.
Logs example