Ma configuration :
- Machine : VM VirtualBox (5.2.22) https://www.virtualbox.org/wiki/Downloads
- OS utilisé : Debian 9 (stretch) - Linux elasticsearch 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux
- Docker version 18.09.0, build 4d60db4
- curl installé sur la machine (yum install curl -y ou apt-get install curl -y)
Pré-requis (liens utiles)
Installation docker: https://docs.docker.com/install/
Installer Docker Compose : https://docs.docker.com/compose/install/
Nous allons utiliser cette configuration : https://github.com/deviantony/docker-elk
Procédure
Télécharger la dernière version :
$ wget https://github.com/deviantony/docker-elk/archive/master.zipDécompresser l'archive et entrer dans le répertoire :
$ unzip master.zipLancer la commande docker-compose up :
$ cd docker-elk-master/
$ docker-compose up
Tester
maintenant vous pouvez maintenant tester l'accès à elasticsearch :
$ curl localhost:9200 #### ou curl http://:9200 depuis un autre host
{
"name" : "OMP0ap4",
"cluster_name" : "docker-cluster",
"cluster_uuid" : "TFSNW5vfRQqOVcJXIGR7HA",
"version" : {
"number" : "6.4.2",
"build_flavor" : "oss",
"build_type" : "tar",
"build_hash" : "04711c2",
"build_date" : "2018-09-26T13:34:09.098244Z",
"build_snapshot" : false,
"lucene_version" : "7.4.0",
"minimum_wire_compatibility_version" : "5.6.0",
"minimum_index_compatibility_version" : "5.0.0"
},
"tagline" : "You Know, for Search"
}
Tester kibana :
$ curl localhost:5601 #### ou curl http://:5601 depuis un autre host
$ curl localhost:5601
Aucun commentaire:
Enregistrer un commentaire