Update deploy-elk.sh

This commit is contained in:
Michael
2023-06-30 14:14:17 +01:00
committed by GitHub
parent d29fd65ea7
commit 681faf2ee3

View File

@@ -15,7 +15,18 @@
###############################################################################################
# NOTICE: UBUNTU-SPECIFIC SCRIPT, WE RECOMMEND 22.04 LTS
###############################################################################################
ELKPATH=/opt/es/
hostname elastic-stack
mkdir -p /opt/es/
mkdir -p $ELKPATH
cd $ELKPATH
git clone https://github.com/elkninja/elastic-stack-docker-part-one.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
docker-compose up -d