From e94097ba9ac004cf04346a96aa3a6dbac5a713f5 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Sat, 1 Jul 2023 10:42:03 +0100 Subject: [PATCH] Update deploy-elk.sh --- deploy-elk.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/deploy-elk.sh b/deploy-elk.sh index 787244f..cd775bf 100644 --- a/deploy-elk.sh +++ b/deploy-elk.sh @@ -22,11 +22,9 @@ mkdir -p $ELKPATH cd $ELKPATH -git clone https://github.com/elkninja/elastic-stack-docker-part-one.git +git clone https://github.com/spujadas/elk-docker.git -mv elastic-stack-docker-part-one elastic-stack -cd elastic-stack -curl -s https://raw.githubusercontent.com/PurpleComputing/helpful-scripts/main/install-docker-ubuntu.sh | bash +#curl -s https://raw.githubusercontent.com/PurpleComputing/helpful-scripts/main/install-docker-ubuntu.sh | bash #docker-compose up -d