mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
parent
3d875c8f70
commit
a7afbadf30
1 changed files with 5 additions and 5 deletions
|
@ -53,12 +53,12 @@ to avoid accidental upgrades across major or minor versions. For all 1.5.x
|
||||||
releases use 1.5 as version number, for 1.4.x use 1.4, etc.
|
releases use 1.5 as version number, for 1.4.x use 1.4, etc.
|
||||||
|
|
||||||
We use the PGP key
|
We use the PGP key
|
||||||
http://pgp.mit.edu/pks/lookup?op=vindex&search=0xD27D666CD88E42B4[D88E42B4],
|
https://pgp.mit.edu/pks/lookup?op=vindex&search=0xD27D666CD88E42B4[D88E42B4],
|
||||||
Elastic's Signing Key, with fingerprint
|
Elastic's Signing Key, with fingerprint
|
||||||
|
|
||||||
4609 5ACC 8548 582C 1A26 99A9 D27D 666C D88E 42B4
|
4609 5ACC 8548 582C 1A26 99A9 D27D 666C D88E 42B4
|
||||||
|
|
||||||
to sign all our packages. It is available from http://pgp.mit.edu.
|
to sign all our packages. It is available from https://pgp.mit.edu.
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
==== APT
|
==== APT
|
||||||
|
@ -74,7 +74,7 @@ Add the repository definition to your `/etc/apt/sources.list` file:
|
||||||
|
|
||||||
["source","sh",subs="attributes,callouts"]
|
["source","sh",subs="attributes,callouts"]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
echo "deb http://packages.elastic.co/logstash/{branch}/debian stable main" | sudo tee -a /etc/apt/sources.list
|
echo "deb https://packages.elastic.co/logstash/{branch}/debian stable main" | sudo tee -a /etc/apt/sources.list
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
[WARNING]
|
[WARNING]
|
||||||
|
@ -115,9 +115,9 @@ in a file with a `.repo` suffix, for example `logstash.repo`
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
[logstash-{branch}]
|
[logstash-{branch}]
|
||||||
name=Logstash repository for {branch}.x packages
|
name=Logstash repository for {branch}.x packages
|
||||||
baseurl=http://packages.elastic.co/logstash/{branch}/centos
|
baseurl=https://packages.elastic.co/logstash/{branch}/centos
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=http://packages.elastic.co/GPG-KEY-elasticsearch
|
gpgkey=https://packages.elastic.co/GPG-KEY-elasticsearch
|
||||||
enabled=1
|
enabled=1
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue