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

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# Script to install ELK on Debian
Bash script to install Elastic Stack on Debian and Ubuntu.
## Prerequisites
- System must be Debian-based / Ubuntu.
- Other OS flavors like RedHat, Centos, OpenSuSE require rpms and those are not supported with this script
## Set permission
```
chmod +x elastic-pre.sh
chmod +x easyELKnginx.sh
```
## Run
```
sh easyELKnginx.sh
```