mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
parent
9c66dd43db
commit
4f0ebdcfc7
1 changed files with 9 additions and 2 deletions
11
docs/static/offline-plugins.asciidoc
vendored
11
docs/static/offline-plugins.asciidoc
vendored
|
@ -61,11 +61,18 @@ To install an offline plugin pack:
|
|||
. Move the compressed bundle to the machine where you want to install the plugins.
|
||||
|
||||
. Run the `bin/logstash-plugin install` subcommand and pass in the file URI of
|
||||
the offline plugin pack. For example:
|
||||
the offline plugin pack.
|
||||
+
|
||||
["source","sh",subs="attributes"]
|
||||
.Windows example:
|
||||
-------------------------------------------------------------------------------
|
||||
bin/logstash-plugin install file:///c:/elastic/install/plugins/logstash-offline-plugins-{logstash_version}.zip
|
||||
bin/logstash-plugin install file:///c:/path/to/logstash-offline-plugins-{logstash_version}.zip
|
||||
-------------------------------------------------------------------------------
|
||||
+
|
||||
["source","sh",subs="attributes"]
|
||||
.Linux example:
|
||||
-------------------------------------------------------------------------------
|
||||
bin/logstash-plugin install file:///path/to/logstash-offline-plugins-{logstash_version}.zip
|
||||
-------------------------------------------------------------------------------
|
||||
+
|
||||
This command expects a file URI, so make sure you use forward slashes and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue