| ... | ... | @@ -116,3 +116,8 @@ The Kibana configuration file is located at /etc/kibana/kibana.yml: |
|
|
|
|
|
|
|
You only need to change the server.host:"your-elk-server" and add the URL of elasticsearch address: elasticsearch.url:"http://localhost:9200"
|
|
|
|
|
|
|
|
```
|
|
|
|
Systemctl restart kibana
|
|
|
|
systemctl enable kibana
|
|
|
|
```
|
|
|
|
Now you can access kibana in your browser's localhost. To get the logs you have to configure the Index Pattern. If the connection is set up correctly it should suggest the filebeat*- automatically. Just add it the default index pattern. |
|
|
\ No newline at end of file |