我正在尝试将免费的基本许可证安装到我的elasticsearch集群的奇迹上。我按照https://www.elastic.co/guide/en/marvel/current/license-management.html中的说明操作并运行以下命令
android.app.Fragment
我没有使用-u标志,因为我没有盾牌。我收到以下错误
{"确认":假," license_status":"有效""确认" {"消息&#34 ;:"该 许可证更新需要确认。要确认许可证, 请阅读以下消息并再次更新许可证 时间与\"确认=真\"参数:""奇迹":["碱性"]}}
我也试过
> curl -XPUT 'http://es-master-01:9200/_license' -d @license.json
正如我在别处看到的那样,但这对我来说也不起作用。
非常感谢任何帮助。
答案 0 :(得分:1)
它的
curl -XPUT 'http://host:port/_license?acknowledge=true' -d @mylicense.json
使用?
不是
curl -XPUT 'http://host:port/_license&acknowledge=true' -d @mylicense.json
使用&