Installation des dépendences applicatives:
$ npm install
ELASTICSEARCH_NODE=http://localhost:9200
ELASTICSEARCH_PATH=localhost:9200
ELASTICSEARCH_PORT=9200
ELASTICSEARCH_USERNAME=elastic
ELASTICSEARCH_PASSWORD=changeme
KIBANA_PORT=5601
ELASTIC_SECURITY=true
$ docker-compose up -d es01
$ docker-compose up -d kib01
Faire appel au endpoint localhost:4200/api/structures/resetES
(en cours de changement)
Voir la doc dans le wiki: Doc Elastic Search Kibana