logstash-plugins / logstash-output-elasticsearch_java

Java API Implementation of Elasticsearch Output
Apache License 2.0
0 stars 8 forks source link

Elasticsearch 2.0.0 beta2 jars #10

Closed andrewvc closed 9 years ago

andrewvc commented 9 years ago

This introduces a new task to retrieve jar dependencies get_jars that is nothing but some hacky shell scripting! I also blocked the vendor directory in .gitignore to prevent repo bloating.

This is a hack but it works because ES includes all required jars in its download.

This also upgrades us to elasticsearch-2.0.0-beta2 and bumps the gem version accordingly.

suyograo commented 9 years ago

LGTM, but at some point we need to use maven (jar-deps?) because we'll get the right jars and not include all the extra ones.

andrewvc commented 9 years ago

@suyograo agreed, but this is the best option for now :) Will release.

elasticsearch-bot commented 9 years ago

Merged sucessfully into master!