diff --git a/ct/graylog.sh b/ct/graylog.sh index fca2d9e4c..a1681e640 100644 --- a/ct/graylog.sh +++ b/ct/graylog.sh @@ -37,7 +37,7 @@ function update_script() { CURRENT_VERSION=$(apt list --installed 2>/dev/null | grep graylog-server | grep -oP '\d+\.\d+\.\d+') if dpkg --compare-versions "$CURRENT_VERSION" lt "6.3"; then - MONGO_VERSION="8.0" setup_mongodb + MONGO_VERSION="8.2" setup_mongodb msg_info "Updating Graylog" $STD apt update diff --git a/install/graylog-install.sh b/install/graylog-install.sh index 8fe8f6cff..9e00da93f 100644 --- a/install/graylog-install.sh +++ b/install/graylog-install.sh @@ -13,7 +13,7 @@ setting_up_container network_check update_os -MONGO_VERSION="8.0" setup_mongodb +MONGO_VERSION="8.2" setup_mongodb msg_info "Setup Graylog Data Node" PASSWORD_SECRET=$(openssl rand -base64 18 | tr -dc 'a-zA-Z0-9' | head -c16)