first commit
This commit is contained in:
commit
a3a292f134
3 changed files with 263 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue