et j'ai crer un dicher .env ou je mets les mots de passe
`# Password for the 'elastic' user (at least 6 characters)
ELASTIC_PASSWORD="fatiha"
# Password for the 'kibana_system' user (at least 6 characters)
KIBANA_PASSWORD="fatiha"
# Version of Elastic products
STACK_VERSION=8.7.0
# Set the cluster name
CLUSTER_NAME=docker-cluster
# Set to 'basic' or 'trial' to automatically start the 30-day trial
LICENSE=basic
#LICENSE=trial
# Port to expose Elasticsearch HTTP API to the host
ES_PORT=9200
#ES_PORT=127.0.0.1:9200
# Port to expose Kibana to the host
KIBANA_PORT=5601
#KIBANA_PORT=80
# Increase or decrease based on the available host memory (in bytes)
MEM_LIMIT=1073741824
# Project namespace (defaults to the current folder name if not set)
#COMPOSE_PROJECT_NAME=myproject`
et lorsque je veux demarrer utilisant cette commande
docker-compose up -d
j'ai un probleme : elastic ne demarre pas
[+] Running 5/6
- Network elkcompose_elastic Created 4.1s
- Network elkcompose_default Created 0.6s
- Container elkcompose-setup-1 Healthy 85.5s
- Container mysql Started 83.1s
- Container elkcompose-es01-1 Error 911.4s
- Container elkcompose-kibana-1 Created 3.3s
dependency failed to start: container for service "es01" exited (78)
Celui qui trouve sans chercher est celui qui a longtemps cherché sans trouver.(Bachelard) La connaissance s'acquiert par l'expérience, tout le reste n'est que de l'information.(Einstein)
demarer Elastc search et kibana sous docker-compos
× Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
× Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.
Celui qui trouve sans chercher est celui qui a longtemps cherché sans trouver.(Bachelard)
La connaissance s'acquiert par l'expérience, tout le reste n'est que de l'information.(Einstein)