Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SFFS_Elasticsearch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anh.Nguyen2
SFFS_Elasticsearch
Commits
7bf1132e
Commit
7bf1132e
authored
2 years ago
by
Yifan.Tian
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
80ef7d0d
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Yifan.tian main patch 53600
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-6
4 additions, 6 deletions
README.md
with
4 additions
and
6 deletions
README.md
+
4
−
6
View file @
7bf1132e
### Installer Elasticsearch
# Installation Elasticsearch & Kibana
# Installation Elasticsearch & Kibana avec Docker
## Installer et lancer Elasticsearch
```
bash
...
...
@@ -42,7 +40,7 @@ docker run --name es-node01 --net elastic -p 9200:9200 -p 9300:9300 -t docker.el
* Enrollment token pour Kibana
Laissez le terminal roule, ouvrez un nouveau terminal et
lanc
ez les commandes suivantes
Laissez le terminal roule, ouvrez un nouveau terminal et
tap
ez les commandes suivantes
```
bash
# Copier le certificat
...
...
@@ -58,8 +56,8 @@ Réponse attendu :
```
bash
### Installer Kibana
docker pull docker.elastic.co/kibana/kibana:8.
4.2
docker run --name kib-01 --net elastic -p 5601:5601 docker.elastic.co/kibana/kibana:8.
4.2
docker pull docker.elastic.co/kibana/kibana:8.
6.0
docker run --name kib-01 --net elastic -p 5601:5601 docker.elastic.co/kibana/kibana:8.
6.0
```
Pour accéder au Kibana, vous devez utiliser le login "elasticsearch" et le mot de passe
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment