| ... | ... | @@ -33,7 +33,7 @@ java -version |
|
|
|
Installing elasticsearch by first creating a repository and adding the elk-stack installation file there.
|
|
|
|
|
|
|
|
```
|
|
|
|
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -.
|
|
|
|
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
|
|
|
|
echo "deb https://artifacts.elastic.co/packages/5.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elk.list
|
|
|
|
```
|
|
|
|
```
|
| ... | ... | |
| ... | ... | |