FreeBSD 10.1 install elasticsearch plugin fails

Hi,
Please help to install plugins for elasticsearch on FreeBSD.

I tried different ways, I always fail. The following is one of them:

root@mail:/usr/local/lib/elasticsearch/plugins # elasticsearch-plugin --url
https://github.com/elastic/elasticsearch-mapper-attachments.git --install
elasticsearch/elasticsearch-mapper-attachments/2.43
-> Installing elasticsearch/elasticsearch-mapper-attachments/2.43...
Trying https://github.com/elastic/elasticsearch-mapper-attachments.git...
Downloading
..............................................................DONE
failed to extract plugin
[/usr/local/lib/elasticsearch/plugins/mapper-attachments.zip]:
ZipException[error in opening zip file]

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/efee40ff-7cdb-4bd0-9abc-b76a4fcd4b4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

The command you write is totally wrong. You set a url, you define the wrong version...
And it sounds you renamed plugin script but that's not an issue.

Whatever. Doc says:

bin/plugin install elasticsearch/elasticsearch-mapper-attachments/2.5.0
Try

bin/plugin install elasticsearch/elasticsearch-mapper-attachments/2.4.3

David

Le 23 avr. 2015 à 04:48, Pccom Frank pccom.frank@gmail.com a écrit :

Hi,
Please help to install plugins for elasticsearch on FreeBSD.

I tried different ways, I always fail. The following is one of them:

root@mail:/usr/local/lib/elasticsearch/plugins # elasticsearch-plugin --url GitHub - elastic/elasticsearch-mapper-attachments: Mapper Attachments Type plugin for Elasticsearch --install elasticsearch/elasticsearch-mapper-attachments/2.43
-> Installing elasticsearch/elasticsearch-mapper-attachments/2.43...
Trying GitHub - elastic/elasticsearch-mapper-attachments: Mapper Attachments Type plugin for Elasticsearch...
Downloading ..............................................................DONE
failed to extract plugin [/usr/local/lib/elasticsearch/plugins/mapper-attachments.zip]: ZipException[error in opening zip file]

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/efee40ff-7cdb-4bd0-9abc-b76a4fcd4b4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/8523380A-A246-49CE-A559-C1A532502FF9%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.

I am using Freebsd, there is no such thing as bin/plugin, only
elasticseach-plugin functioning as bin/plugin, I guess. It won't follow the
official doc. The elasticseach version in FreeBSD is 1.43, match mapper
attachment 2.43.
On Apr 23, 2015 2:39 AM, "David Pilato" david@pilato.fr wrote:

The command you write is totally wrong. You set a url, you define the
wrong version...
And it sounds you renamed plugin script but that's not an issue.

Whatever. Doc says:

bin/plugin install elasticsearch/elasticsearch-mapper-attachments/2.5.0

Try

bin/plugin install elasticsearch/elasticsearch-mapper-attachments/2.4.3

David

Le 23 avr. 2015 à 04:48, Pccom Frank pccom.frank@gmail.com a écrit :

Hi,
Please help to install plugins for elasticsearch on FreeBSD.

I tried different ways, I always fail. The following is one of them:

root@mail:/usr/local/lib/elasticsearch/plugins # elasticsearch-plugin
--url GitHub - elastic/elasticsearch-mapper-attachments: Mapper Attachments Type plugin for Elasticsearch
--install elasticsearch/elasticsearch-mapper-attachments/2.43
-> Installing elasticsearch/elasticsearch-mapper-attachments/2.43...
Trying GitHub - elastic/elasticsearch-mapper-attachments: Mapper Attachments Type plugin for Elasticsearch...
Downloading
..............................................................DONE
failed to extract plugin
[/usr/local/lib/elasticsearch/plugins/mapper-attachments.zip]:
ZipException[error in opening zip file]

--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/efee40ff-7cdb-4bd0-9abc-b76a4fcd4b4d%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/efee40ff-7cdb-4bd0-9abc-b76a4fcd4b4d%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/PtYl6Y_i2rU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/8523380A-A246-49CE-A559-C1A532502FF9%40pilato.fr
https://groups.google.com/d/msgid/elasticsearch/8523380A-A246-49CE-A559-C1A532502FF9%40pilato.fr?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAJV_ms5uba-0AcE8xQ4Uw4q-g1h%2BDONjVOV235wjO-324WOAEQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Ok but this mapper attachment version does not exist.

Just per curiosity could you give a link which shows that?

The elasticseach version in FreeBSD is 1.43, match mapper attachment 2.43.

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 24 avr. 2015 à 05:49, Pccom Frank pccom.frank@gmail.com a écrit :

I am using Freebsd, there is no such thing as bin/plugin, only elasticseach-plugin functioning as bin/plugin, I guess. It won't follow the official doc. The elasticseach version in FreeBSD is 1.43, match mapper attachment 2.43.

On Apr 23, 2015 2:39 AM, "David Pilato" david@pilato.fr wrote:
The command you write is totally wrong. You set a url, you define the wrong version...
And it sounds you renamed plugin script but that's not an issue.

Whatever. Doc says:

bin/plugin install elasticsearch/elasticsearch-mapper-attachments/2.5.0
Try

bin/plugin install elasticsearch/elasticsearch-mapper-attachments/2.4.3

David

Le 23 avr. 2015 à 04:48, Pccom Frank pccom.frank@gmail.com a écrit :

Hi,
Please help to install plugins for elasticsearch on FreeBSD.

I tried different ways, I always fail. The following is one of them:

root@mail:/usr/local/lib/elasticsearch/plugins # elasticsearch-plugin --url GitHub - elastic/elasticsearch-mapper-attachments: Mapper Attachments Type plugin for Elasticsearch --install elasticsearch/elasticsearch-mapper-attachments/2.43
-> Installing elasticsearch/elasticsearch-mapper-attachments/2.43...
Trying GitHub - elastic/elasticsearch-mapper-attachments: Mapper Attachments Type plugin for Elasticsearch...
Downloading ..............................................................DONE
failed to extract plugin [/usr/local/lib/elasticsearch/plugins/mapper-attachments.zip]: ZipException[error in opening zip file]

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/efee40ff-7cdb-4bd0-9abc-b76a4fcd4b4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elasticsearch/PtYl6Y_i2rU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/8523380A-A246-49CE-A559-C1A532502FF9%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAJV_ms5uba-0AcE8xQ4Uw4q-g1h%2BDONjVOV235wjO-324WOAEQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/427F95F8-A65D-41A8-8B7C-3E66ABFC03B2%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.

You can find mapper attachment plugin 2.43, which is for elasticseach
version 1.43, at https://github.com/elastic/elasticseach-mapper-attachments
click the 2.43 link will bring you to 2.43 to download version 2.43
On Apr 24, 2015 12:44 AM, "David Pilato" david@pilato.fr wrote:

Ok but this mapper attachment version does not exist.

Just per curiosity could you give a link which shows that?

The elasticseach version in FreeBSD is 1.43, match mapper attachment 2.43.

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 24 avr. 2015 à 05:49, Pccom Frank pccom.frank@gmail.com a écrit :

I am using Freebsd, there is no such thing as bin/plugin, only
elasticseach-plugin functioning as bin/plugin, I guess. It won't follow the
official doc. The elasticseach version in FreeBSD is 1.43, match mapper
attachment 2.43.
On Apr 23, 2015 2:39 AM, "David Pilato" david@pilato.fr wrote:

The command you write is totally wrong. You set a url, you define the
wrong version...
And it sounds you renamed plugin script but that's not an issue.

Whatever. Doc says:

bin/plugin install elasticsearch/elasticsearch-mapper-attachments/2.5.0

Try

bin/plugin install elasticsearch/elasticsearch-mapper-attachments/2.4.3

David

Le 23 avr. 2015 à 04:48, Pccom Frank pccom.frank@gmail.com a écrit :

Hi,
Please help to install plugins for elasticsearch on FreeBSD.

I tried different ways, I always fail. The following is one of them:

root@mail:/usr/local/lib/elasticsearch/plugins # elasticsearch-plugin
--url GitHub - elastic/elasticsearch-mapper-attachments: Mapper Attachments Type plugin for Elasticsearch
--install elasticsearch/elasticsearch-mapper-attachments/2.43
-> Installing elasticsearch/elasticsearch-mapper-attachments/2.43...
Trying GitHub - elastic/elasticsearch-mapper-attachments: Mapper Attachments Type plugin for Elasticsearch...
Downloading
..............................................................DONE
failed to extract plugin
[/usr/local/lib/elasticsearch/plugins/mapper-attachments.zip]:
ZipException[error in opening zip file]

--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/efee40ff-7cdb-4bd0-9abc-b76a4fcd4b4d%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/efee40ff-7cdb-4bd0-9abc-b76a4fcd4b4d%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/PtYl6Y_i2rU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/8523380A-A246-49CE-A559-C1A532502FF9%40pilato.fr
https://groups.google.com/d/msgid/elasticsearch/8523380A-A246-49CE-A559-C1A532502FF9%40pilato.fr?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAJV_ms5uba-0AcE8xQ4Uw4q-g1h%2BDONjVOV235wjO-324WOAEQ%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAJV_ms5uba-0AcE8xQ4Uw4q-g1h%2BDONjVOV235wjO-324WOAEQ%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/PtYl6Y_i2rU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/427F95F8-A65D-41A8-8B7C-3E66ABFC03B2%40pilato.fr
https://groups.google.com/d/msgid/elasticsearch/427F95F8-A65D-41A8-8B7C-3E66ABFC03B2%40pilato.fr?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAJV_ms6PST7im8aJUk8XCtuPo3pPhXdEmOKuyMU%2BuF0Ev9piRQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No. 2.43 does not exist.

--
David Pilato - Developer | Evangelist

@dadoonet https://twitter.com/dadoonet | @elasticsearchfr https://twitter.com/elasticsearchfr | @scrutmydocs https://twitter.com/scrutmydocs

Le 24 avr. 2015 à 12:53, Pccom Frank pccom.frank@gmail.com a écrit :

You can find mapper attachment plugin 2.43, which is for elasticseach version 1.43, at https://github.com/elastic/elasticseach-mapper-attachments https://github.com/elastic/elasticseach-mapper-attachments click the 2.43 link will bring you to 2.43 to download version 2.43

On Apr 24, 2015 12:44 AM, "David Pilato" <david@pilato.fr mailto:david@pilato.fr> wrote:
Ok but this mapper attachment version does not exist.

Just per curiosity could you give a link which shows that?

The elasticseach version in FreeBSD is 1.43, match mapper attachment 2.43.

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 24 avr. 2015 à 05:49, Pccom Frank <pccom.frank@gmail.com mailto:pccom.frank@gmail.com> a écrit :

I am using Freebsd, there is no such thing as bin/plugin, only elasticseach-plugin functioning as bin/plugin, I guess. It won't follow the official doc. The elasticseach version in FreeBSD is 1.43, match mapper attachment 2.43.

On Apr 23, 2015 2:39 AM, "David Pilato" <david@pilato.fr mailto:david@pilato.fr> wrote:
The command you write is totally wrong. You set a url, you define the wrong version...
And it sounds you renamed plugin script but that's not an issue.

Whatever. Doc says:

bin/plugin install elasticsearch/elasticsearch-mapper-attachments/2.5.0
Try

bin/plugin install elasticsearch/elasticsearch-mapper-attachments/2.4.3

David

Le 23 avr. 2015 à 04:48, Pccom Frank <pccom.frank@gmail.com mailto:pccom.frank@gmail.com> a écrit :

Hi,
Please help to install plugins for elasticsearch on FreeBSD.

I tried different ways, I always fail. The following is one of them:

root@mail:/usr/local/lib/elasticsearch/plugins # elasticsearch-plugin --url GitHub - elastic/elasticsearch-mapper-attachments: Mapper Attachments Type plugin for Elasticsearch https://github.com/elastic/elasticsearch-mapper-attachments.git --install elasticsearch/elasticsearch-mapper-attachments/2.43
-> Installing elasticsearch/elasticsearch-mapper-attachments/2.43...
Trying GitHub - elastic/elasticsearch-mapper-attachments: Mapper Attachments Type plugin for Elasticsearch https://github.com/elastic/elasticsearch-mapper-attachments.git...
Downloading ..............................................................DONE
failed to extract plugin [/usr/local/lib/elasticsearch/plugins/mapper-attachments.zip]: ZipException[error in opening zip file]

--
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 mailto:elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/efee40ff-7cdb-4bd0-9abc-b76a4fcd4b4d%40googlegroups.com https://groups.google.com/d/msgid/elasticsearch/efee40ff-7cdb-4bd0-9abc-b76a4fcd4b4d%40googlegroups.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elasticsearch/PtYl6Y_i2rU/unsubscribe https://groups.google.com/d/topic/elasticsearch/PtYl6Y_i2rU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elasticsearch+unsubscribe@googlegroups.com mailto:elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/8523380A-A246-49CE-A559-C1A532502FF9%40pilato.fr https://groups.google.com/d/msgid/elasticsearch/8523380A-A246-49CE-A559-C1A532502FF9%40pilato.fr?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout https://groups.google.com/d/optout.

--
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 mailto:elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAJV_ms5uba-0AcE8xQ4Uw4q-g1h%2BDONjVOV235wjO-324WOAEQ%40mail.gmail.com https://groups.google.com/d/msgid/elasticsearch/CAJV_ms5uba-0AcE8xQ4Uw4q-g1h%2BDONjVOV235wjO-324WOAEQ%40mail.gmail.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elasticsearch/PtYl6Y_i2rU/unsubscribe https://groups.google.com/d/topic/elasticsearch/PtYl6Y_i2rU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elasticsearch+unsubscribe@googlegroups.com mailto:elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/427F95F8-A65D-41A8-8B7C-3E66ABFC03B2%40pilato.fr https://groups.google.com/d/msgid/elasticsearch/427F95F8-A65D-41A8-8B7C-3E66ABFC03B2%40pilato.fr?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout https://groups.google.com/d/optout.

--
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 mailto:elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAJV_ms6PST7im8aJUk8XCtuPo3pPhXdEmOKuyMU%2BuF0Ev9piRQ%40mail.gmail.com https://groups.google.com/d/msgid/elasticsearch/CAJV_ms6PST7im8aJUk8XCtuPo3pPhXdEmOKuyMU%2BuF0Ev9piRQ%40mail.gmail.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout https://groups.google.com/d/optout.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/C64552BE-C95E-4B93-BAC5-355DA5216275%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.

GitHub - elastic/elasticsearch-mapper-attachments at v2.4.3

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAJV_ms6AFDHSp0OLqmsuDnF_b-o17GS0L28z8wOPfccSCrD7wQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

You can find all versions here:

On Fri, Apr 24, 2015 at 7:16 AM, Pccom Frank pccom.frank@gmail.com wrote:

GitHub - elastic/elasticsearch-mapper-attachments at v2.4.3

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAJV_ms7EQqmYrtu%3DHw8RLmjGKvFxDshr%2BtAFi0wHbi7edExE4A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

I successfully install the header plugin in FreeBSD by its port
/usr/ports/textproc/elasticsearch-plugin-head
In FreeBSD, it is installed by the command
make install clean

Not
bin/plugin

The problem is that there is no such a port for mapper attachments.

This is my original problem.

FreeBSD alternatively provide a command:
/usr/local/bin/elasticsearch-plugin
But I do not know how to use it.
This is my original question.

On Fri, Apr 24, 2015 at 7:18 AM, Pccom Frank pccom.frank@gmail.com wrote:

You can find all versions here:

GitHub - elastic/elasticsearch-mapper-attachments: Mapper Attachments Type plugin for Elasticsearch

On Fri, Apr 24, 2015 at 7:16 AM, Pccom Frank pccom.frank@gmail.com
wrote:

GitHub - elastic/elasticsearch-mapper-attachments at v2.4.3

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAJV_ms6i4tL%2BRfnfXSF-W6ML7CCt37jDknuX58VgsJWFjK4qjA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

This is the FreeBSD elasticsearch-plugin command:

/usr/local/bin/elasticsearch-plugin
Usage:
-u, --url [plugin location] : Set exact URL to download the
plugin from
-i, --install [plugin name] : Downloads and installs listed
plugins [*]
-t, --timeout [duration] : Timeout setting: 30s, 1m, 1h...
(infinite by default)
-r, --remove [plugin name] : Removes listed plugins
-l, --list : List installed plugins
-v, --verbose : Prints verbose messages
-s, --silent : Run in silent mode
-h, --help : Prints this help message

[*] Plugin name could be:
elasticsearch/plugin/version for official elasticsearch plugins
(download from download.elasticsearch.org)
groupId/artifactId/version for community plugins (download from
maven central or oss sonatype)
username/repository for site plugins (download from github
master)

On Fri, Apr 24, 2015 at 7:24 AM, Pccom Frank pccom.frank@gmail.com wrote:

I successfully install the header plugin in FreeBSD by its port
/usr/ports/textproc/elasticsearch-plugin-head
In FreeBSD, it is installed by the command
make install clean

Not
bin/plugin

The problem is that there is no such a port for mapper attachments.

This is my original problem.

FreeBSD alternatively provide a command:
/usr/local/bin/elasticsearch-plugin
But I do not know how to use it.
This is my original question.

On Fri, Apr 24, 2015 at 7:18 AM, Pccom Frank pccom.frank@gmail.com
wrote:

You can find all versions here:

GitHub - elastic/elasticsearch-mapper-attachments: Mapper Attachments Type plugin for Elasticsearch

On Fri, Apr 24, 2015 at 7:16 AM, Pccom Frank pccom.frank@gmail.com
wrote:

GitHub - elastic/elasticsearch-mapper-attachments at v2.4.3

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAJV_ms4ccaTLfjeZr5mhm5%3DOdXwCBoZLgzwoUMC1s9_-AGTUkw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Yes. I told you. The plugin version is 2.4.3 not 2.43

/usr/local/bin/elasticsearch-plugin install elasticsearch/elasticsearch-mapper-attachments/2.4.3

--
David Pilato - Developer | Evangelist

@dadoonet https://twitter.com/dadoonet | @elasticsearchfr https://twitter.com/elasticsearchfr | @scrutmydocs https://twitter.com/scrutmydocs

Le 24 avr. 2015 à 13:38, Pccom Frank pccom.frank@gmail.com a écrit :

This is the FreeBSD elasticsearch-plugin command:

/usr/local/bin/elasticsearch-plugin
Usage:
-u, --url [plugin location] : Set exact URL to download the plugin from
-i, --install [plugin name] : Downloads and installs listed plugins [*]
-t, --timeout [duration] : Timeout setting: 30s, 1m, 1h... (infinite by default)
-r, --remove [plugin name] : Removes listed plugins
-l, --list : List installed plugins
-v, --verbose : Prints verbose messages
-s, --silent : Run in silent mode
-h, --help : Prints this help message

[*] Plugin name could be:
elasticsearch/plugin/version for official elasticsearch plugins (download from download.elasticsearch.org http://download.elasticsearch.org/)
groupId/artifactId/version for community plugins (download from maven central or oss sonatype)
username/repository for site plugins (download from github master)

On Fri, Apr 24, 2015 at 7:24 AM, Pccom Frank <pccom.frank@gmail.com mailto:pccom.frank@gmail.com> wrote:
I successfully install the header plugin in FreeBSD by its port
/usr/ports/textproc/elasticsearch-plugin-head
In FreeBSD, it is installed by the command
make install clean

Not
bin/plugin

The problem is that there is no such a port for mapper attachments.

This is my original problem.

FreeBSD alternatively provide a command:
/usr/local/bin/elasticsearch-plugin
But I do not know how to use it.
This is my original question.

On Fri, Apr 24, 2015 at 7:18 AM, Pccom Frank <pccom.frank@gmail.com mailto:pccom.frank@gmail.com> wrote:
You can find all versions here:
GitHub - elastic/elasticsearch-mapper-attachments: Mapper Attachments Type plugin for Elasticsearch https://github.com/elastic/elasticsearch-mapper-attachments#mapper-attachments-type-for-elasticsearch

On Fri, Apr 24, 2015 at 7:16 AM, Pccom Frank <pccom.frank@gmail.com mailto:pccom.frank@gmail.com> wrote:
GitHub - elastic/elasticsearch-mapper-attachments at v2.4.3 https://github.com/elastic/elasticsearch-mapper-attachments/tree/v2.4.3#version-243-for-elasticsearch-14

--
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 mailto:elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAJV_ms4ccaTLfjeZr5mhm5%3DOdXwCBoZLgzwoUMC1s9_-AGTUkw%40mail.gmail.com https://groups.google.com/d/msgid/elasticsearch/CAJV_ms4ccaTLfjeZr5mhm5%3DOdXwCBoZLgzwoUMC1s9_-AGTUkw%40mail.gmail.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout https://groups.google.com/d/optout.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CE8D601D-594B-4490-8836-5DBE9B88D910%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.

Thank you! Success!

elasticsearch-plugin --install
elasticsearch/elasticsearch-mapper-attachments/2.4.3
-> Installing
elasticsearch/elasticsearch-mapper-attachments/2.4.3...
Trying
http://download.elasticsearch.org/elasticsearch/elasticsearch-mapper-attachments/elasticsearch-mapper-attachments-2.4.3.zip.
..
Downloading
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................DONE
Installed elasticsearch/elasticsearch-mapper-attachments/2.4.3 into
/usr/local/lib/elasticsearch/plugins/mapper-attachments

On Fri, Apr 24, 2015 at 8:19 AM, David Pilato david@pilato.fr wrote:

Yes. I told you. The plugin version is 2.4.3 not 2.43

/usr/local/bin/elasticsearch-plugin install
elasticsearch/elasticsearch-mapper-attachments/2.4.3

--
David Pilato - Developer | Evangelist
elastic.co http://elastic.co
@dadoonet https://twitter.com/dadoonet | @elasticsearchfr
https://twitter.com/elasticsearchfr | @scrutmydocs
https://twitter.com/scrutmydocs

Le 24 avr. 2015 à 13:38, Pccom Frank pccom.frank@gmail.com a écrit :

This is the FreeBSD elasticsearch-plugin command:

/usr/local/bin/elasticsearch-plugin
Usage:
-u, --url [plugin location] : Set exact URL to download the
plugin from
-i, --install [plugin name] : Downloads and installs listed
plugins [*]
-t, --timeout [duration] : Timeout setting: 30s, 1m, 1h...
(infinite by default)
-r, --remove [plugin name] : Removes listed plugins
-l, --list : List installed plugins
-v, --verbose : Prints verbose messages
-s, --silent : Run in silent mode
-h, --help : Prints this help message

[*] Plugin name could be:
elasticsearch/plugin/version for official elasticsearch plugins
(download from download.elasticsearch.org)
groupId/artifactId/version for community plugins (download from
maven central or oss sonatype)
username/repository for site plugins (download from github
master)

On Fri, Apr 24, 2015 at 7:24 AM, Pccom Frank pccom.frank@gmail.com
wrote:

I successfully install the header plugin in FreeBSD by its port
/usr/ports/textproc/elasticsearch-plugin-head
In FreeBSD, it is installed by the command
make install clean

Not
bin/plugin

The problem is that there is no such a port for mapper attachments.

This is my original problem.

FreeBSD alternatively provide a command:
/usr/local/bin/elasticsearch-plugin
But I do not know how to use it.
This is my original question.

On Fri, Apr 24, 2015 at 7:18 AM, Pccom Frank pccom.frank@gmail.com
wrote:

You can find all versions here:

GitHub - elastic/elasticsearch-mapper-attachments: Mapper Attachments Type plugin for Elasticsearch

On Fri, Apr 24, 2015 at 7:16 AM, Pccom Frank pccom.frank@gmail.com
wrote:

GitHub - elastic/elasticsearch-mapper-attachments at v2.4.3

--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAJV_ms4ccaTLfjeZr5mhm5%3DOdXwCBoZLgzwoUMC1s9_-AGTUkw%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAJV_ms4ccaTLfjeZr5mhm5%3DOdXwCBoZLgzwoUMC1s9_-AGTUkw%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/PtYl6Y_i2rU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CE8D601D-594B-4490-8836-5DBE9B88D910%40pilato.fr
https://groups.google.com/d/msgid/elasticsearch/CE8D601D-594B-4490-8836-5DBE9B88D910%40pilato.fr?utm_medium=email&utm_source=footer
.

For more options, visit https://groups.google.com/d/optout.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAJV_ms42tk-o1Hes5FDQLGrJHjeAJkQRtvybK2-4kf7kNvS9CA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

/usr/local/bin/elasticsearch-plugin --list
Installed plugins:
- mapper-attachments
- head

On Fri, Apr 24, 2015 at 8:47 AM, Pccom Frank pccom.frank@gmail.com wrote:

Thank you! Success!

elasticsearch-plugin --install
elasticsearch/elasticsearch-mapper-attachments/2.4.3
-> Installing
elasticsearch/elasticsearch-mapper-attachments/2.4.3...
Trying
http://download.elasticsearch.org/elasticsearch/elasticsearch-mapper-attachments/elasticsearch-mapper-attachments-2.4.3.zip.
..
Downloading
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................DONE
Installed elasticsearch/elasticsearch-mapper-attachments/2.4.3 into
/usr/local/lib/elasticsearch/plugins/mapper-attachments

On Fri, Apr 24, 2015 at 8:19 AM, David Pilato david@pilato.fr wrote:

Yes. I told you. The plugin version is 2.4.3 not 2.43

/usr/local/bin/elasticsearch-plugin install
elasticsearch/elasticsearch-mapper-attachments/2.4.3

--
David Pilato - Developer | Evangelist
elastic.co http://elastic.co
@dadoonet https://twitter.com/dadoonet | @elasticsearchfr
https://twitter.com/elasticsearchfr | @scrutmydocs
https://twitter.com/scrutmydocs

Le 24 avr. 2015 à 13:38, Pccom Frank pccom.frank@gmail.com a écrit :

This is the FreeBSD elasticsearch-plugin command:

/usr/local/bin/elasticsearch-plugin
Usage:
-u, --url [plugin location] : Set exact URL to download the
plugin from
-i, --install [plugin name] : Downloads and installs listed
plugins [*]
-t, --timeout [duration] : Timeout setting: 30s, 1m, 1h...
(infinite by default)
-r, --remove [plugin name] : Removes listed plugins
-l, --list : List installed plugins
-v, --verbose : Prints verbose messages
-s, --silent : Run in silent mode
-h, --help : Prints this help message

[*] Plugin name could be:
elasticsearch/plugin/version for official elasticsearch plugins
(download from download.elasticsearch.org)
groupId/artifactId/version for community plugins (download from
maven central or oss sonatype)
username/repository for site plugins (download from github
master)

On Fri, Apr 24, 2015 at 7:24 AM, Pccom Frank pccom.frank@gmail.com
wrote:

I successfully install the header plugin in FreeBSD by its port
/usr/ports/textproc/elasticsearch-plugin-head
In FreeBSD, it is installed by the command
make install clean

Not
bin/plugin

The problem is that there is no such a port for mapper attachments.

This is my original problem.

FreeBSD alternatively provide a command:
/usr/local/bin/elasticsearch-plugin
But I do not know how to use it.
This is my original question.

On Fri, Apr 24, 2015 at 7:18 AM, Pccom Frank pccom.frank@gmail.com
wrote:

You can find all versions here:

GitHub - elastic/elasticsearch-mapper-attachments: Mapper Attachments Type plugin for Elasticsearch

On Fri, Apr 24, 2015 at 7:16 AM, Pccom Frank pccom.frank@gmail.com
wrote:

GitHub - elastic/elasticsearch-mapper-attachments at v2.4.3

--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAJV_ms4ccaTLfjeZr5mhm5%3DOdXwCBoZLgzwoUMC1s9_-AGTUkw%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAJV_ms4ccaTLfjeZr5mhm5%3DOdXwCBoZLgzwoUMC1s9_-AGTUkw%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/PtYl6Y_i2rU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CE8D601D-594B-4490-8836-5DBE9B88D910%40pilato.fr
https://groups.google.com/d/msgid/elasticsearch/CE8D601D-594B-4490-8836-5DBE9B88D910%40pilato.fr?utm_medium=email&utm_source=footer
.

For more options, visit https://groups.google.com/d/optout.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAJV_ms7Kz-LP0ukPox13WaZ4UM2Hjxf%3D9pT9xQUFcaJ_c6Fw6w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.