mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Merge pull request #6793 from dedemorton/cherrypick_6775_5.x
Add conditional coding for install instructions (cherrypicks 6775)
This commit is contained in:
commit
99b1bc3e5e
1 changed files with 20 additions and 0 deletions
|
@ -71,6 +71,14 @@ to sign all our packages. It is available from https://pgp.mit.edu.
|
||||||
[float]
|
[float]
|
||||||
==== APT
|
==== APT
|
||||||
|
|
||||||
|
ifeval::["{release-state}"=="unreleased"]
|
||||||
|
|
||||||
|
Version {logstash_version} of Logstash has not yet been released.
|
||||||
|
|
||||||
|
endif::[]
|
||||||
|
|
||||||
|
ifeval::["{release-state}"!="unreleased"]
|
||||||
|
|
||||||
Download and install the Public Signing Key:
|
Download and install the Public Signing Key:
|
||||||
|
|
||||||
[source,sh]
|
[source,sh]
|
||||||
|
@ -115,9 +123,19 @@ sudo apt-get update && sudo apt-get install logstash
|
||||||
|
|
||||||
See <<running-logstash,Running Logstash>> for details about managing Logstash as a system service.
|
See <<running-logstash,Running Logstash>> for details about managing Logstash as a system service.
|
||||||
|
|
||||||
|
endif::[]
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
==== YUM
|
==== YUM
|
||||||
|
|
||||||
|
ifeval::["{release-state}"=="unreleased"]
|
||||||
|
|
||||||
|
Version {logstash_version} of Logstash has not yet been released.
|
||||||
|
|
||||||
|
endif::[]
|
||||||
|
|
||||||
|
ifeval::["{release-state}"!="unreleased"]
|
||||||
|
|
||||||
Download and install the public signing key:
|
Download and install the public signing key:
|
||||||
|
|
||||||
[source,sh]
|
[source,sh]
|
||||||
|
@ -152,6 +170,8 @@ WARNING: The repositories do not work with older rpm based distributions
|
||||||
|
|
||||||
See the <<running-logstash,Running Logstash>> document for managing Logstash as a system service.
|
See the <<running-logstash,Running Logstash>> document for managing Logstash as a system service.
|
||||||
|
|
||||||
|
endif::[]
|
||||||
|
|
||||||
==== Docker
|
==== Docker
|
||||||
|
|
||||||
An image is available for running Logstash as a Docker container. It is
|
An image is available for running Logstash as a Docker container. It is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue