我在我们封闭的环境中有一个弹性搜索集群(没有互联网连接)。几天前,我的elasticsearch集群中marvel的许可证已经过期,所以我下载了elastic在他们网站上提供的免费基本许可证。
我尝试使用以下命令更新许可证:
curl -XPUT -u admin ' http://host:port/_license ' -d @/path/to/bla.json
我收到的输出是:
{"error":{"root_cause":[{"type":"parse_exception","reason":"无法导出 xcontent"}],"type":"parse_exception","reason":"无法导出 xcontent "},"状态":400}
你能帮我更新我的执照吗?谢谢 :)