我最近尝试安装ElasticSearch5.0Alpha-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这是错误还是常见的错误?
发布于 2016-06-23 06:47:00
使用:
bin/elasticsearch-plugin install mapper-attachments请注意,这个插件是不推荐的,您最好使用ingest附件插件来代替。
https://stackoverflow.com/questions/37982202
复制相似问题