From ec22221dbdacbe0570bc01300940ba2313a178d4 Mon Sep 17 00:00:00 2001 From: Zaar Hai Date: Tue, 23 Feb 2016 12:06:28 +0200 Subject: [PATCH 1/3] Using dedicated repository list file --- docs/kibana-repositories.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/kibana-repositories.asciidoc b/docs/kibana-repositories.asciidoc index 62768e04eace25..78c09a469bde06 100644 --- a/docs/kibana-repositories.asciidoc +++ b/docs/kibana-repositories.asciidoc @@ -22,11 +22,11 @@ has the following fingerprint: wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - -------------------------------------------------- + -. Add the repository definition to your `/etc/apt/sources.list` file: +. Add the repository definition to your `/etc/apt/sources.list.d/kibana.list` file: + [source, sh] -------------------------------------------------- -echo "deb http://packages.elastic.co/kibana/{branch}/debian stable main" | sudo tee -a /etc/apt/sources.list +echo "deb http://packages.elastic.co/kibana/{branch}/debian stable main" | sudo tee -a /etc/apt/sources.list.d/kibana.list -------------------------------------------------- + [WARNING] @@ -37,7 +37,7 @@ When the `deb-src` entry, is present, the commands in this procedure generate an Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file) -Delete the `deb-src` entry from the `/etc/apt/sources.list` file to clear the error. +Delete the `deb-src` entry from the `/etc/apt/sources.list.d/kibana` file to clear the error. ================================================== + . Run `apt-get update` and the repository is ready for use. Install Kibana with the following command: From a991173fea2c4ce9dd6d4e0147b0ec201da91e68 Mon Sep 17 00:00:00 2001 From: Zaar Hai Date: Fri, 26 Feb 2016 18:05:11 +0200 Subject: [PATCH 2/3] Fixed typo in dec-src removal instructions --- docs/kibana-repositories.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kibana-repositories.asciidoc b/docs/kibana-repositories.asciidoc index 78c09a469bde06..d16a925deee634 100644 --- a/docs/kibana-repositories.asciidoc +++ b/docs/kibana-repositories.asciidoc @@ -37,7 +37,7 @@ When the `deb-src` entry, is present, the commands in this procedure generate an Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file) -Delete the `deb-src` entry from the `/etc/apt/sources.list.d/kibana` file to clear the error. +Delete the `deb-src` entry from the `/etc/apt/sources.list.d/kiban.list` file to clear the error. ================================================== + . Run `apt-get update` and the repository is ready for use. Install Kibana with the following command: From c51a8b51933fca6ebb5d8fcccc75bd3d8835e587 Mon Sep 17 00:00:00 2001 From: Zaar Hai Date: Fri, 26 Feb 2016 18:24:38 +0200 Subject: [PATCH 3/3] Forgot "a" at the end of "kibana" --- docs/kibana-repositories.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kibana-repositories.asciidoc b/docs/kibana-repositories.asciidoc index d16a925deee634..6a9c2ca1962277 100644 --- a/docs/kibana-repositories.asciidoc +++ b/docs/kibana-repositories.asciidoc @@ -37,7 +37,7 @@ When the `deb-src` entry, is present, the commands in this procedure generate an Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file) -Delete the `deb-src` entry from the `/etc/apt/sources.list.d/kiban.list` file to clear the error. +Delete the `deb-src` entry from the `/etc/apt/sources.list.d/kibana.list` file to clear the error. ================================================== + . Run `apt-get update` and the repository is ready for use. Install Kibana with the following command: