mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[docs] sha1 -> sha512 (#17478)
This commit is contained in:
parent
5dfd045765
commit
532da826f9
3 changed files with 12 additions and 12 deletions
|
@ -109,11 +109,11 @@ The Debian package for Kibana v{version} can be downloaded from the website and
|
|||
["source","sh",subs="attributes"]
|
||||
--------------------------------------------
|
||||
wget https://artifacts.elastic.co/downloads/kibana/kibana-{version}-amd64.deb
|
||||
sha1sum kibana-{version}-amd64.deb <1>
|
||||
shasum -a 512 kibana-{version}-amd64.deb <1>
|
||||
sudo dpkg -i kibana-{version}-amd64.deb
|
||||
--------------------------------------------
|
||||
<1> Compare the SHA produced by `sha1sum` or `shasum` with the
|
||||
https://artifacts.elastic.co/downloads/kibana/kibana-{version}-amd64.deb.sha1[published SHA].
|
||||
<1> Compare the SHA produced by `shasum` with the
|
||||
https://artifacts.elastic.co/downloads/kibana/kibana-{version}-amd64.deb.sha512[published SHA].
|
||||
|
||||
endif::[]
|
||||
|
||||
|
|
|
@ -100,11 +100,11 @@ The RPM for Kibana v{version} can be downloaded from the website and installed a
|
|||
["source","sh",subs="attributes"]
|
||||
--------------------------------------------
|
||||
wget https://artifacts.elastic.co/downloads/kibana/kibana-{version}-x86_64.rpm
|
||||
sha1sum kibana-{version}-x86_64.rpm <1>
|
||||
shasum -a 512 kibana-{version}-x86_64.rpm <1>
|
||||
sudo rpm --install kibana-{version}-x86_64.rpm
|
||||
--------------------------------------------
|
||||
<1> Compare the SHA produced by `sha1sum` or `shasum` with the
|
||||
https://artifacts.elastic.co/downloads/kibana/kibana-{version}-x86_64.rpm.sha1[published SHA].
|
||||
<1> Compare the SHA produced by `shasum` with the
|
||||
https://artifacts.elastic.co/downloads/kibana/kibana-{version}-x86_64.rpm.sha512[published SHA].
|
||||
|
||||
endif::[]
|
||||
|
||||
|
|
|
@ -26,12 +26,12 @@ The Linux archive for Kibana v{version} can be downloaded and installed as follo
|
|||
["source","sh",subs="attributes"]
|
||||
--------------------------------------------
|
||||
wget https://artifacts.elastic.co/downloads/kibana/kibana-{version}-linux-x86_64.tar.gz
|
||||
sha1sum kibana-{version}-linux-x86_64.tar.gz <1>
|
||||
shasum -a 512 kibana-{version}-linux-x86_64.tar.gz <1>
|
||||
tar -xzf kibana-{version}-linux-x86_64.tar.gz
|
||||
cd kibana-{version}-linux-x86_64/ <2>
|
||||
--------------------------------------------
|
||||
<1> Compare the SHA produced by `sha1sum` or `shasum` with the
|
||||
https://artifacts.elastic.co/downloads/kibana/kibana-{version}-linux-x86_64.tar.gz.sha1[published SHA].
|
||||
<1> Compare the SHA produced by or `shasum` with the
|
||||
https://artifacts.elastic.co/downloads/kibana/kibana-{version}-linux-x86_64.tar.gz.sha512[published SHA].
|
||||
<2> This directory is known as `$KIBANA_HOME`.
|
||||
|
||||
endif::[]
|
||||
|
@ -53,12 +53,12 @@ The Darwin archive for Kibana v{version} can be downloaded and installed as foll
|
|||
["source","sh",subs="attributes"]
|
||||
--------------------------------------------
|
||||
curl -O https://artifacts.elastic.co/downloads/kibana/kibana-{version}-darwin-x86_64.tar.gz
|
||||
shasum kibana-{version}-darwin-x86_64.tar.gz <1>
|
||||
shasum -a 512 kibana-{version}-darwin-x86_64.tar.gz <1>
|
||||
tar -xzf kibana-{version}-darwin-x86_64.tar.gz
|
||||
cd kibana-{version}-darwin-x86_64/ <2>
|
||||
--------------------------------------------
|
||||
<1> Compare the SHA produced by `sha1sum` or `shasum` with the
|
||||
https://artifacts.elastic.co/downloads/kibana/kibana-{version}-darwin-x86_64.tar.gz.sha1[published SHA].
|
||||
<1> Compare the SHA produced by or `shasum` with the
|
||||
https://artifacts.elastic.co/downloads/kibana/kibana-{version}-darwin-x86_64.tar.gz.sha512[published SHA].
|
||||
<2> This directory is known as `$KIBANA_HOME`.
|
||||
|
||||
endif::[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue