mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
# Backport This will backport the following commits from `main` to `8.7`: - [Update on rpm.asciidoc (#150269) (#153333)](https://github.com/elastic/kibana/pull/153333) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jon","email":"jon@elastic.co"},"sourceCommit":{"committedDate":"2023-03-22T00:45:10Z","message":"Update on rpm.asciidoc (#150269) (#153333)\n\nForward port of https://github.com/elastic/kibana/pull/150269 from 7.17.\r\nThanks to the author of the original PR.\r\n\r\nFixes the checksum filename used to verify the Kibana rpm.\r\n\r\nCloses https://github.com/elastic/kibana/issues/153013\r\n\r\n---------\r\n\r\nCo-authored-by: koso3ht4y <thantzin1802@gmail.com>\r\nCo-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>","sha":"67fab79f4c298d48da5ce350b4e9fbc90cdce9d6","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","Team:Operations","release_note:skip","v8.8.0","v8.6.3","v8.7.1"],"number":153333,"url":"https://github.com/elastic/kibana/pull/153333","mergeCommit":{"message":"Update on rpm.asciidoc (#150269) (#153333)\n\nForward port of https://github.com/elastic/kibana/pull/150269 from 7.17.\r\nThanks to the author of the original PR.\r\n\r\nFixes the checksum filename used to verify the Kibana rpm.\r\n\r\nCloses https://github.com/elastic/kibana/issues/153013\r\n\r\n---------\r\n\r\nCo-authored-by: koso3ht4y <thantzin1802@gmail.com>\r\nCo-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>","sha":"67fab79f4c298d48da5ce350b4e9fbc90cdce9d6"}},"sourceBranch":"main","suggestedTargetBranches":["8.6","8.7"],"targetPullRequestStates":[{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/153333","number":153333,"mergeCommit":{"message":"Update on rpm.asciidoc (#150269) (#153333)\n\nForward port of https://github.com/elastic/kibana/pull/150269 from 7.17.\r\nThanks to the author of the original PR.\r\n\r\nFixes the checksum filename used to verify the Kibana rpm.\r\n\r\nCloses https://github.com/elastic/kibana/issues/153013\r\n\r\n---------\r\n\r\nCo-authored-by: koso3ht4y <thantzin1802@gmail.com>\r\nCo-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>","sha":"67fab79f4c298d48da5ce350b4e9fbc90cdce9d6"}},{"branch":"8.6","label":"v8.6.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.7","label":"v8.7.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Jon <jon@elastic.co>
This commit is contained in:
parent
13d69a22a3
commit
bf2ab5f7ec
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ The RPM for Kibana v{version} can be downloaded from the website and installed a
|
|||
--------------------------------------------
|
||||
wget https://artifacts.elastic.co/downloads/kibana/kibana-{version}-x86_64.rpm
|
||||
wget https://artifacts.elastic.co/downloads/kibana/kibana-{version}-x86_64.rpm.sha512
|
||||
shasum -a 512 -c kibana-{version}-x86_64.rpm <1>
|
||||
shasum -a 512 -c kibana-{version}-x86_64.rpm.sha512 <1>
|
||||
sudo rpm --install kibana-{version}-x86_64.rpm
|
||||
--------------------------------------------
|
||||
<1> Compares the SHA of the downloaded RPM and the published checksum, which should output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue