11[[setup-repositories]]
22=== Kibana Repositories
33
4- Binary packages for Kibana are available for Unix distributions that support the `apt` and `yum` tools.We also have
5- repositories available for APT and YUM based distributions.
4+ Binary packages for Kibana are available for Unix distributions that support the `apt` and `yum` tools.We also have
5+ repositories available for APT and YUM based distributions.
66
77NOTE: Since the packages are created as part of the Kibana build, source packages are not available.
88
9- Packages are signed with the PGP key http://pgp.mit.edu/pks/lookup?op=vindex&search=0xD27D666CD88E42B4[D88E42B4], which
9+ Packages are signed with the PGP key http://pgp.mit.edu/pks/lookup?op=vindex&search=0xD27D666CD88E42B4[D88E42B4], which
1010has the following fingerprint:
1111
1212 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
3131+
3232[WARNING]
3333==================================================
34- Use the `echo` method described above to add the Kibana repository. Do not use `add-apt-repository`, as that command
34+ Use the `echo` method described above to add the Kibana repository. Do not use `add-apt-repository`, as that command
3535adds a `deb-src` entry with no corresponding source package.
3636When the `deb-src` entry, is present, the commands in this procedure generate an error similar to the following:
3737
@@ -47,7 +47,7 @@ Delete the `deb-src` entry from the `/etc/apt/sources.list` file to clear the er
4747sudo apt-get update && sudo apt-get install kibana
4848--------------------------------------------------
4949+
50- . Configure Kibana to automatically start during bootup. If your distribution is using the System V version of `init`,
50+ . Configure Kibana to automatically start during bootup. If your distribution is using the System V version of `init`,
5151run the following command:
5252+
5353[source,sh]
@@ -67,7 +67,7 @@ sudo /bin/systemctl enable kibana.service
6767[[kibana-yum]]
6868===== Installing Kibana with yum
6969
70- WARNING: The repositories set up in this procedure are not compatible with distributions using version 3 of `rpm`, such
70+ WARNING: The repositories set up in this procedure are not compatible with distributions using version 3 of `rpm`, such
7171as CentOS version 5.
7272
7373. Download and install the public signing key:
@@ -96,8 +96,8 @@ enabled=1
9696yum install kibana
9797--------------------------------------------------
9898+
99- Configure Kibana to automatically start during bootup. If your distribution is using the System V version of `init`,
100- run the following command:
99+ Configure Kibana to automatically start during bootup. If your distribution is using the System V version of `init`
100+ (check with `ps -p 1`), run the following command:
101101+
102102[source,sh]
103103--------------------------------------------------
0 commit comments