first commit

This commit is contained in:
ZennDev1337 2024-06-25 07:33:49 +02:00
commit a3a292f134
3 changed files with 263 additions and 0 deletions

8
elastic-pre.sh Normal file
View file

@ -0,0 +1,8 @@
################### INSTALL PREREQUISITIES #####################
sudo apt update
sudo apt -y install default-jre curl jq
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
sudo apt -y install apt-transport-https
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee /etc/apt/sources.list.d/elastic-7.x.list
sudo apt update
sudo apt -y install elasticsearch