Files
helpful-scripts/deploy-elk.sh
2023-07-01 16:20:35 +01:00

31 lines
1.3 KiB
Bash

#!/bin/bash
###############################################################################################
#
# ******
# *...../ / ******
# ************** *****/ *****/*****/***/*************/ ****** /**********
# ******/..*****/ *****/ *****/********//******/ ,*****/******,***** ,*****/
# *****/ ***** *****/ *****/*****/ *****/ /**************************
# *******//*****/ *************/*****/ *********************/*******./*/* ())
# ************* ******/*****/*****/ *****/******/. ****** ********** (()))
# *****/ *****/ ())
# *****/ *****/
#
###############################################################################################
# NOTICE: UBUNTU-SPECIFIC SCRIPT, WE RECOMMEND 22.04 LTS
###############################################################################################
ELKPATH=/opt/es/
#hostname elastic-stack
mkdir -p $ELKPATH
cd $ELKPATH
git clone https://github.com/sherifabdlnaby/elastdocker.git
#curl -s https://raw.githubusercontent.com/PurpleComputing/helpful-scripts/main/install-docker-ubuntu.sh | bash
#docker-compose up -d