From ba75d899117851a5e9bddd3f0258a43edc44c06c Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Wed, 25 Mar 2020 18:20:20 +0100 Subject: [PATCH] Added connection test for port 9300 in both linux and macosx on extra779 --- checks/check_extra779 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/check_extra779 b/checks/check_extra779 index d6107851..ce892684 100644 --- a/checks/check_extra779 +++ b/checks/check_extra779 @@ -20,7 +20,7 @@ extra779(){ # if TEST_AUTHENTICATION has a value Prowler will try to access each ElasticSearch server to port: # 9200 API, 9300 Communcation and 5601 Kibana to figure out if authentication is enabled. # That is from the host where Prowler is running and will try to read indices or get kibana status - TEST_ES_AUTHENTICATION=1 + TEST_ES_AUTHENTICATION= httpStatus(){ case $1 in 000) SERVER_RESPONSE="000 Not responding" ;;