Skip to content
Snippets Groups Projects

elastic search

Merged Antonin COQUET requested to merge feat/elastic-search into dev

Application

Installation des dépendences applicatives:

$ npm install

Running the app

ElasticSearch

Ajouter ces variables dans le .env

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

Créer les index (temporaire)

Faire appel au endpoint localhost:4200/api/structures/resetES (en cours de changement)

Configuration kibana

Voir la doc dans le wiki: Doc Elastic Search Kibana

Edited by Hugo SUBTIL

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading