I am trying to install the protobuf codec for logstash, but the logstash plugin utility can't find it. I need an offline pack as the Linux machine logstash is running on has no access outside our intranet.
I am running this on WIndows 7. My command:
bin/logstash-plugin.bat prepare-offline-pack logstash-codec-protobuf
And the result:
ERROR: Cannot create the offline archive, message: Cannot find plugins matching: 'logstash-codec-protobuf'
Make sure all the plugins that you want to package are installed on the staging server and that the staging server can access the Internet.
It turns out you have to install the plugin first on the staging server that will be packaging the plugin. Makes sense, but it seems like it would make more sense for the utility to download the plugin if it doesn't exist, since you are wanting to install a plugin that you don't have. Or better yet, why not just have a repository of packaged plugins you can download so you don't have to install Logstash on a machine just to download a plugin you need?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.