20 lines
353 B
Markdown
20 lines
353 B
Markdown
# 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 easyELKnginx.sh
|
|
```
|
|
|
|
## Run
|
|
|
|
```
|
|
sh easyELKnginx.sh
|
|
```
|