| ... | @@ -3,6 +3,8 @@ In this document we install the elk stack and connect it to elk-stack. We are ru |
... | @@ -3,6 +3,8 @@ In this document we install the elk stack and connect it to elk-stack. We are ru |
|
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
|
We are sending gitlab logs by using filebeat to logstash to a remote machine.
|
|
|
|
|
|
|
## Install-guide Version 1.0
|
|
## Install-guide Version 1.0
|
|
|
|
|
|
|
|
### Elk-stack installed
|
|
### Elk-stack installed
|
| ... | @@ -15,3 +17,13 @@ In this document we install the elk stack and connect it to elk-stack. We are ru |
... | @@ -15,3 +17,13 @@ In this document we install the elk stack and connect it to elk-stack. We are ru |
|
|
|
|
|
|
|
### Installation steps
|
|
### Installation steps
|
|
|
First we need to install java 8 on the machine running the elk-stack
|
|
First we need to install java 8 on the machine running the elk-stack
|
|
|
|
|
|
|
|
```
|
|
|
|
sudo apt-get update
|
|
|
|
sudo apt-get install -y openjdk-8-jdk wget
|
|
|
|
```
|
|
|
|
|
|
|
|
Check java version
|
|
|
|
```
|
|
|
|
java -version
|
|
|
|
``` |
|
|
|
\ No newline at end of file |