Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d5daf2bd
Commit
d5daf2bd
authored
May 13, 2020
by
Adrien Kohlbecker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix kibana install instructions
parent
bac764f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
doc/user/clusters/applications.md
doc/user/clusters/applications.md
+2
-5
No files found.
doc/user/clusters/applications.md
View file @
d5daf2bd
...
...
@@ -540,15 +540,12 @@ Save the following to `kibana.yml`:
elasticsearch
:
enabled
:
false
logstash
:
filebeat
:
enabled
:
false
kibana
:
enabled
:
true
elasticsearchHosts
:
http://elastic-stack-elasticsearch-master.gitlab-managed-apps.svc.cluster.local:9200
elasticseach-curator
:
enabled
:
false
```
Then install it on your cluster:
...
...
@@ -561,7 +558,7 @@ helm install --name kibana gitlab/elastic-stack --values kibana.yml
To access Kibana, forward the port to your local machine:
```
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`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment