diff --git a/HowtoELK.md b/HowtoELK.md index 8e738c01..3c660cf0 100644 --- a/HowtoELK.md +++ b/HowtoELK.md @@ -17,7 +17,7 @@ Elasticsearch est un serveur de base de donnée qui dispose d'une interface REST ~~~ # wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | apt-key add - # echo "deb http://packages.elastic.co/elasticsearch/2.x/debian stable main" | tee -a /etc/apt/sources.list.d/elastic.list -# apt update && apt install elasticsearch openjdk-7-jre openjdk-7-jre-headless +# apt install elasticsearch openjdk-7-jre openjdk-7-jre-headless ~~~ ## Configuration de base @@ -47,10 +47,6 @@ Plus détails sur la bonne configuration d'Elasticsearch sont sur [HowtoElasticS # chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/plugins/ ~~~ -~~~ -# cd /etc; git add -A; git commit -m "Install Elasticsearch" -~~~ - ## Démarrage ~~~ @@ -80,8 +76,7 @@ Documentation officielle :