southbridgeio / redmine_elasticsearch

Full text searching plugin for Redmine
Apache License 2.0
18 stars 4 forks source link

mapper-attachments name change #1

Closed jhyry-gcpud closed 2 years ago

jhyry-gcpud commented 6 years ago

In ES 5.6.5, the name for the Mapper Attachments type plugin is changed to ingest-attachments and is integrated into the main ES repo here:

https://github.com/elastic/elasticsearch/tree/master/plugins/ingest-attachment

and can be installed using this command (using ES_JAVA_OPTS because I'm behind a corporate proxy):

sudo ES_JAVA_OPTS="$ES_JAVA_OPTS" bin/elasticsearch-plugin install ingest-attachment.