elasticsearch - 使用ES 5.0 Alpha-3进行插件安装

标签 elasticsearch mapping kibana elasticsearch-plugin

我最近尝试安装Elasticsearch 5.0 Alpha-3

但是,当我尝试安装插件时,它总是给我错误,例如阻止我安装

PS C:\ELK\elasticsearch> bin/elasticsearch-plugin install elasticsearch/elasticsearch-mapper-attachments/3.1.2
-> Downloading elasticsearch/elasticsearch-mapper-attachments/3.1.2
Exception in thread "main" java.net.MalformedURLException: no protocol: elasticsearch/elasticsearch-mapper-attachments/3
.1.2

这是错误还是常见错误?

最佳答案

使用:

bin/elasticsearch-plugin install mapper-attachments

请注意,此插件已被弃用,您最好改用摄取附件插件。

关于elasticsearch - 使用ES 5.0 Alpha-3进行插件安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37982202/

相关文章:

Elasticsearch: "shard allocation"是什么意思?

json - 无法在Grails中映射JSON子实体

java - ModelMapper:来自空对象的 Incorect 属性映射

elasticsearch - 集中式日志服务器/创建类似logstash- *的索引

amazon-web-services - 如何在速度模板中使用字符串替换(AWS appsync + elasticsearch)?

docker - 如何在单独的外壳中打开docker-compose服务

elasticsearch - 如何在Elasticsearch Java Bulk Api中添加路径参数

entity-framework - Entity Framework 将 DateTimeOffset 映射到 SQL Server DateTime

elasticsearch - Elasticsearch中用于索引和搜索的不同定制分析器为用户查询提供NULL结果

elasticsearch - 使用 Kibana3 的警报/通知?