mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Added manual method clarifications + URL
This commit is contained in:
parent
3f7a83f351
commit
6339f8523f
1 changed files with 6 additions and 2 deletions
|
@ -20,7 +20,8 @@ bin/plugin install contrib
|
|||
```
|
||||
|
||||
# Manual Installation (if you're behind a firewall, etc.)
|
||||
The tarball build defaults to extract on top of an existing Logstash tarball installation.
|
||||
The contrib plugins can be extracted on top of an existing Logstash installation.
|
||||
|
||||
For example, if I've extracted `logstash-1.4.0.tar.gz` into `/path`, e.g.
|
||||
|
||||
```
|
||||
|
@ -42,4 +43,7 @@ cd /path
|
|||
tar zxf ~/logstash-contrib-1.4.0.tar.gz
|
||||
```
|
||||
|
||||
This will install the contrib plugins in the same directory as the core install.
|
||||
This will install the contrib plugins in the same directory as the core install.
|
||||
|
||||
The download link is http://download.elasticsearch.org/logstash/logstash/logstash-contrib-${VERSION}.tar.gz
|
||||
where ${VERSION} is the same version of Logstash you currently have installed, e.g. 1.4.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue