| ... | @@ -138,9 +138,7 @@ The kibana is installed in the elk-server. Installing kibana: |
... | @@ -138,9 +138,7 @@ The kibana is installed in the elk-server. Installing kibana: |
|
|
sudo apt-get install -y kibana
|
|
sudo apt-get install -y kibana
|
|
|
```
|
|
```
|
|
|
##### Configuring Kibana
|
|
##### Configuring Kibana
|
|
|
The Kibana configuration file is located at /etc/kibana/kibana.yml:
|
|
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"
|
|
You only need to change the server.host:"your-elk-server" and add the URL of elasticsearch address: elasticsearch.url:"http://localhost:9200"
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |