From bbabf9bb3b7945cc046141fb9029775d20479ea1 Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Tue, 25 Aug 2020 15:09:49 +0200 Subject: [PATCH] Bump default index to 4 --- kibana-opendistro/config/kibana_settings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibana-opendistro/config/kibana_settings.sh b/kibana-opendistro/config/kibana_settings.sh index 514727a6..c3239f25 100644 --- a/kibana-opendistro/config/kibana_settings.sh +++ b/kibana-opendistro/config/kibana_settings.sh @@ -1,7 +1,7 @@ #!/bin/bash # Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) -WAZUH_MAJOR=3 +WAZUH_MAJOR=4 ############################################################################## # Wait for the Kibana API to start. It is necessary to do it in this container