From bd8d6ac6b501528f56be9a6cf4663e271e194e44 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 28 Sep 2016 11:50:19 +0200 Subject: [PATCH] =?UTF-8?q?ELK/Elasticsearch:=20retrait=20de=20mentions=20?= =?UTF-8?q?=C3=A0=20Git=20et=20apt=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoELK.md | 15 +++------------ HowtoElasticsearch.md | 13 ++++++------- 2 files changed, 9 insertions(+), 19 deletions(-) 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 :