External Plugins
Description
None
testing discovered
Gliffy Diagrams
Activity
Show:

Philippe Weber January 23, 2015 at 8:49 PM
Jordan Sissel November 28, 2012 at 7:44 PM
For sanity, perhaps making a default plugin path of $PWD/plugins for the logstash agent
Jordan Sissel November 28, 2012 at 7:43 PM
Plugin installation should:
support git urls possibly at a specific revision (url@revision)
Look for a .gemspec and install those dependencies into ./plugins/gems
Final path after installing a plugin would look like:
./plugins/logstash/filters/myfilter.rb
./plugins/gems/...
Jordan Sissel November 28, 2012 at 7:40 PM
Proposed workflow:
'logstash plugin <url>' installs to ./plugins
'logstash agent --pluginpath ./plugins ...'
Jordan Sissel November 28, 2012 at 7:40 PM
Proposed workflow:
'logstash plugin <url>' installs to ./plugins
'logstash agent --pluginpath ./plugins ...'
Fixed
Details
Details
Assignee

Reporter
Fix versions
Affects versions
Created October 30, 2012 at 4:38 AM
Updated January 23, 2015 at 8:49 PM
Resolved January 23, 2015 at 8:49 PM
You made it!!