ElasticSearch & AWS - noelno/dovelei GitHub Wiki

Installation

ElasticSearch

Télécharger et dézipper le package ElasticSearch sur un PC sur lequel est installé Java (et la variable d'environnement JAVA_HOME)
Exécuter en ligne de commande /bin/elasticsearch
Modifier les paramètres de /config/elasticsearch (pour la compatibilité avec Head) : http.cors.enabled : true http.cors.allow-origin : /http://localhost(:[0-9]+)?/ Ouvrir http://localhost:9200/

Sense (Chrome uniquement)

https://chrome.google.com/webstore/detail/sense-beta/lhjgkmllcaadmopgmanpapmpjgmfcfig?hl=fr

ElasticSearch Head (https://github.com/mobz/elasticsearch-head)

  • git clone git://github.com/mobz/elasticsearch-head.git
  • cd elasticsearch-head
  • npm install
  • npm run start
  • open http://localhost:9100/