ES版本更新那么快,文档链接你也倒是跟上啊,

插件zip包下载,都是error link。。。难不成是我网络原因?

下载zip页面报错信息:

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>
elasticsearch/elasticsearch-mapper-attachments/elasticsearch-mapper-attachments-2.3.4.zip
</Key>
<RequestId>21414E3A79B20BFA</RequestId>
<HostId>
Q82J5X0ILFDrLp0GxILBboBvluJx5wMpxP3lKx/lTag6ov5vUY9FV55FGjzygfl6BFu27FVaHjA=
</HostId>
</Error>

-------------------------------------------------------------------------------------

官方给的什么链接啊,都是失效的:

[失效] https://download.elasticsearch.org/elasticsearch/elasticsearch-mapper-attachments/elasticsearch-mapper-attachments-2.3.4.zip

[失效] https://artifacts.elastic.co/downloads/elasticsearch-plugins/ingest-attachment/ingest-attachment-5.2.0.zip

找了好久,终于找到elasticsearch-mapper-attachments-2.3.4.zip的正确下载链接,其他版本的只需把2.3.4替换成对应版本即可:

[可用] https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/mapper-attachments/2.3.4/mapper-attachments-2.3.4.zip

然后,输入下面的命令离线安装。

bin/plugin install file:///path/to/mapper-attachments-2.3.4.zip

--------------------------------------------------------------------------------------------------

后来发现有一种更快捷的方式,就是直接输入:-)

bin/plugin install mapper-attachments

然后后面就回出现:

-> Installing mapper-attachments...
Trying https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/mapper-attachments/2.3.4/mapper-attachments-2.3.4.zip ...
ERROR: failed to download out of all possible locations..., use --verbose to get detailed information

把那个链接直接下载就行

参考信息:

https://discuss.elastic.co/t/mapper-attachments-doesnt-work/58104/2

最新文章

  1. VS上关于找不到程序集的问题
  2. Spark学习笔记之SparkRDD
  3. 人人都是 DBA(XI)I/O 信息收集脚本汇编
  4. Mac OS X 删除文件快捷键
  5. Spring Quartz定时调度任务配置
  6. 1.scala语法
  7. PLSQL_PLSQL调优健康检查脚本SQLHC(案例)
  8. python 错误、调试和测试
  9. CSS选择器一览
  10. SQLite 对中文路径的支持(用到了StringToWideChar和Utf8Encode在D7的System单元中自带)
  11. Hibernate 关系映射方式(1)
  12. 十六进制字符串转化为十进制值strtoul函数
  13. java实现多个文件以压缩包导出到本地
  14. 【杂谈】tocmat是何时写回响应数据报的
  15. 求二叉树第n层节点数
  16. PyCharm 中使用 Pylint 控制代码质量
  17. zookeeper视图工具
  18. mariadb的flashback到底怎么样???防误删可以,但算不上真正的闪回--再看mariadb 10.3的System-Versioned Tables
  19. win7快捷方式图标修复
  20. 【CF815D】Karen and Cards 单调栈+扫描线

热门文章

  1. PHP开发学习门户第三版UI正式上线
  2. 转:sock_ev——linux平台socket事件框架(socket代理类) .
  3. C# 判断是否是节假日
  4. LeetCode-344:Reverse String
  5. ecshop操作数据库类
  6. 虚拟机运行Linux提示【此主机支持 Intel VT-x,但 Intel VT-x 处于禁用状态。】的问题
  7. php getallheaders使用注意事项
  8. Windows Mobile自动更新
  9. c3p0数据库连接池管理
  10. Redis(十四):主从复制