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
질문됨 일 년 전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
답변함 일 년 전
  • 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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인