Status of plugin installation from github

Hi,

I recently had some trouble installing a plugin from github, and notice
other people have had similar issues:

Elsewhere I see similar issues with other plugins, with the suggestion that
it can be fixed / workaround using different url or something:

https://groups.google.com/forum/?fromgroups#!searchin/elasticsearch/github/elasticsearch/EV80IBP8-rU/LeDrCJpCDaYJ

Can someone update me if this feature is working, or if there is some
alternative repository / easy way to be able to install plugins from github
without manual install?

Thanks,

Mike

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Non-site plugins can no longer be hosted on Github as downloads. You need
to build the plugin yourself and install locally. Some plugins have
uploaded the binaries to maven.org or sonatype.org and the new plugin
script should know how to install them. Which plugin are you trying to
install and what command are you running?

Cheers,

Ivan

On Tue, Sep 3, 2013 at 8:48 AM, Michael Tonks miketonks99@gmail.com wrote:

Hi,

I recently had some trouble installing a plugin from github, and notice
other people have had similar issues:

https://github.com/domdorn/elasticsearch-river-activemq/issues/3

Elsewhere I see similar issues with other plugins, with the suggestion
that it can be fixed / workaround using different url or something:

Redirecting to Google Groups

Can someone update me if this feature is working, or if there is some
alternative repository / easy way to be able to install plugins from github
without manual install?

Thanks,

Mike

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi Ivan,

Thanks for clarifying that. I'm trying to install the ActiveMQ river
plugin from here - GitHub - domdorn/elasticsearch-river-activemq: An ActiveMQ River implementation for ElasticSearch

I have built and installed locally using maven, but I have to prepare an
install guide for our production servers and it would be better to pull
from a published binary than rolling our own.

If I build the package and upload to maven.org, are you saying the
elastisearch plugin installer will find it automatically? Are there any
special guidelines to follow?

Regards,

Mike

On Tuesday, 3 September 2013 16:56:46 UTC+1, Ivan Brusic wrote:

Non-site plugins can no longer be hosted on Github as downloads. You need
to build the plugin yourself and install locally. Some plugins have
uploaded the binaries to maven.org or sonatype.org and the new plugin
script should know how to install them. Which plugin are you trying to
install and what command are you running?

Cheers,

Ivan

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

You do not need Maven or Sonatype, your favorite URL to a zip will do. On
the command line, add an "-url" parameter, documented at

http://www.elasticsearch.org/guide/reference/modules/plugins/

Jörg

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

The problem is that there is no zip file hosted anywhere AFAIK. You can
self host and use the -url parameter as Jorg suggested.

--
Ivan

On Wed, Sep 4, 2013 at 3:26 AM, joergprante@gmail.com <joergprante@gmail.com

wrote:

You do not need Maven or Sonatype, your favorite URL to a zip will do. On
the command line, add an "-url" parameter, documented at

Elasticsearch Platform — Find real-time answers at scale | Elastic

Jörg

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.