Skip to content

Commit

Permalink
Merge pull request #995 from wazuh/bump-elk-version-7-14-2
Browse files Browse the repository at this point in the history
Bump ELK version to 7.14.2
  • Loading branch information
alberpilot authored Nov 15, 2021
2 parents d2cb7a4 + 914e2dd commit fa86abc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

WAZUH_VER="4.2.5"
WAZUH_REV="1"
ELK_VER="7.12.1"
ELK_VER="7.14.2"
WAZUH_KIB_PLUG_REV="1"

## Check if system is based on yum or apt-get or zypper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
WAZUH_MAJOR="4.2"
WAZUH_VER="4.2.5"
WAZUH_REV="1"
ELK_VER="7.12.1"
ELK_VER="7.14.2"
WAZUH_KIB_PLUG_REV="1"

## Check if system is based on yum or apt-get
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ installFilebeat() {
else
filebeatinstalled="1"
eval "curl -so /etc/filebeat/filebeat.yml ${resources}/open-distro/filebeat/7.x/filebeat_unattended.yml --max-time 300 ${debug}"
eval "curl -so /etc/filebeat/wazuh-template.json https://raw.githubusercontent.com/wazuh/wazuh/4.0/extensions/elasticsearch/7.x/wazuh-template.json --max-time 300 ${debug}"
eval "curl -so /etc/filebeat/wazuh-template.json https://raw.githubusercontent.com/wazuh/wazuh/4.2/extensions/elasticsearch/7.x/wazuh-template.json --max-time 300 ${debug}"
eval "chmod go+r /etc/filebeat/wazuh-template.json ${debug}"
eval "curl -s '${repobaseurl}'/filebeat/wazuh-filebeat-0.1.tar.gz --max-time 300 | tar -xvz -C /usr/share/filebeat/module ${debug}"
eval "mkdir /etc/filebeat/certs ${debug}"
Expand Down

0 comments on commit fa86abc

Please sign in to comment.