私たちの近くの環境(インターネット接続なし)にelasticsearchクラスターがあります。数日前、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}
ライセンスの更新を手伝ってもらえますか? ありがとう :)