diff --git a/docs/kibana-repositories.asciidoc b/docs/kibana-repositories.asciidoc index ff67335323bf8..62768e04eace2 100644 --- a/docs/kibana-repositories.asciidoc +++ b/docs/kibana-repositories.asciidoc @@ -1,12 +1,12 @@ [[setup-repositories]] === Kibana Repositories -Binary packages for Kibana are available for Unix distributions that support the `apt` and `yum` tools.We also have -repositories available for APT and YUM based distributions. +Binary packages for Kibana are available for Unix distributions that support the `apt` and `yum` tools.We also have +repositories available for APT and YUM based distributions. NOTE: Since the packages are created as part of the Kibana build, source packages are not available. -Packages are signed with the PGP key http://pgp.mit.edu/pks/lookup?op=vindex&search=0xD27D666CD88E42B4[D88E42B4], which +Packages are signed with the PGP key http://pgp.mit.edu/pks/lookup?op=vindex&search=0xD27D666CD88E42B4[D88E42B4], which has the following fingerprint: 4609 5ACC 8548 582C 1A26 99A9 D27D 666C D88E 42B4 @@ -31,7 +31,7 @@ echo "deb http://packages.elastic.co/kibana/{branch}/debian stable main" | sudo + [WARNING] ================================================== -Use the `echo` method described above to add the Kibana repository. Do not use `add-apt-repository`, as that command +Use the `echo` method described above to add the Kibana repository. Do not use `add-apt-repository`, as that command adds a `deb-src` entry with no corresponding source package. When the `deb-src` entry, is present, the commands in this procedure generate an error similar to the following: @@ -47,7 +47,7 @@ Delete the `deb-src` entry from the `/etc/apt/sources.list` file to clear the er sudo apt-get update && sudo apt-get install kibana -------------------------------------------------- + -. Configure Kibana to automatically start during bootup. If your distribution is using the System V version of `init`, +. Configure Kibana to automatically start during bootup. If your distribution is using the System V version of `init`, run the following command: + [source,sh] @@ -67,7 +67,7 @@ sudo /bin/systemctl enable kibana.service [[kibana-yum]] ===== Installing Kibana with yum -WARNING: The repositories set up in this procedure are not compatible with distributions using version 3 of `rpm`, such +WARNING: The repositories set up in this procedure are not compatible with distributions using version 3 of `rpm`, such as CentOS version 5. . Download and install the public signing key: @@ -96,8 +96,8 @@ enabled=1 yum install kibana -------------------------------------------------- + -Configure Kibana to automatically start during bootup. If your distribution is using the System V version of `init`, -run the following command: +Configure Kibana to automatically start during bootup. If your distribution is using the System V version of `init` +(check with `ps -p 1`), run the following command: + [source,sh] --------------------------------------------------