OpenSearch Updating plugins.ml_commons.only_run_on_ml_node not working

0

I've recently updated to OpenSearch_2_5_R20230308-P4 and I am no longer able to set only_run_on_ml_node.

To reproduce, create a new OpenSearch instance with the version above, and make the following request to the API:

PUT _cluster/settings
{
  "persistent": {
    'plugins.ml_commons.only_run_on_ml_node': false
  }
}

The output is:

401
{"Message":"Your request: '/_cluster/settings' payload is not allowed."}

I am able to update other settings, so I know it's not an authentication issue.

Also, I am able to make the above request on an instance running with R20230308-P2, so I suspect this is due to a recent update.

I have the following questions:

  1. Is there a way I can make this request?
  2. Are there any release notes that explain changes to the AWS hosted OpenSearch service? I looked in the official OpenSearch release notes but I think these are AWS specific changes.

Thanks in advance.

Mark
質問済み 1年前624ビュー
1回答
1

Take a look at the first paragraph here. Its states:

Neural Search is experiment feature, you can send email to semantic-search@amazon.com to enable Neural Search feature for your account.

Hope this helps!

profile pictureAWS
エキスパート
Roi
回答済み 1年前
  • Thanks a lot for taking the time to reply. Unfortunately I don't think this is it because it's the ML Commons plugin I'm using (not neural search). Thanks for pointing it out though, I've emailed them anyway just in-case that is it. Appreciate it.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ