From 7803fa0d08dfadf1f4a98f34c8fa42129ce4b158 Mon Sep 17 00:00:00 2001 From: Gavin Williams Date: Tue, 12 Feb 2019 17:10:01 +0000 Subject: [PATCH] Slooowww down beats... --- scripts/setup-beat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-beat.sh b/scripts/setup-beat.sh index 57d6458..7e202e2 100755 --- a/scripts/setup-beat.sh +++ b/scripts/setup-beat.sh @@ -6,7 +6,7 @@ beat=$1 until curl -s "http://kibana:5601/login" | grep "Loading Kibana" > /dev/null; do echo "Waiting for kibana..." - sleep 1 + sleep 5 done chmod go-w /usr/share/$beat/$beat.yml