Commit d5daf2bd authored by Adrien Kohlbecker's avatar Adrien Kohlbecker

Fix kibana install instructions

parent bac764f9
...@@ -540,15 +540,12 @@ Save the following to `kibana.yml`: ...@@ -540,15 +540,12 @@ Save the following to `kibana.yml`:
elasticsearch: elasticsearch:
enabled: false enabled: false
logstash: filebeat:
enabled: false enabled: false
kibana: kibana:
enabled: true enabled: true
elasticsearchHosts: http://elastic-stack-elasticsearch-master.gitlab-managed-apps.svc.cluster.local:9200 elasticsearchHosts: http://elastic-stack-elasticsearch-master.gitlab-managed-apps.svc.cluster.local:9200
elasticseach-curator:
enabled: false
``` ```
Then install it on your cluster: Then install it on your cluster:
...@@ -561,7 +558,7 @@ helm install --name kibana gitlab/elastic-stack --values kibana.yml ...@@ -561,7 +558,7 @@ helm install --name kibana gitlab/elastic-stack --values kibana.yml
To access Kibana, forward the port to your local machine: To access Kibana, forward the port to your local machine:
```shell ```shell
kubectl port-forward svc/kibana 5601:5601 kubectl port-forward svc/kibana-kibana 5601:5601
``` ```
Then, you can visit Kibana at `http://localhost:5601`. Then, you can visit Kibana at `http://localhost:5601`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment