mirror of
https://github.com/PurpleComputing/helpful-scripts.git
synced 2026-02-03 13:53:24 +00:00
Update deploy-elk.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user