Commit cd516772 authored by Peter Leitzen's avatar Peter Leitzen

Merge branch 'ak/kibana' into 'master'

Fix kibana install instructions

See merge request gitlab-org/gitlab!31906
parents 2ac0ed75 d5daf2bd
...@@ -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