OpenSearch Updating plugins.ml_commons.rag_pipeline_feature_enabled not working

0

I've an OpenSearch cluster with the following version and service software version:

  • Version: OpenSearch 2.11
  • Service software version: OpenSearch_2_11_R20231113-P4

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.rag_pipeline_feature_enabled": true
    }
}

The output is:

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

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

I have the following questions:

Is there a way I can make this request?

Thanks in advance.

aharun
質問済み 1ヶ月前127ビュー
2回答
0

This is a issue with OpenSearch already answered here.

Can you try setting it to “false” and then setting it back to “true”, probably this will works.

profile pictureAWS
valdeci
回答済み 1ヶ月前
0

Hi @valdeci, thanks for the prompt response.

I've tried that but the issue still persists, regardless of whether we set it as "false" or "true" first.

The Dev Tool page immediately auto-refresh right after the above response is retrieved.

aharun
回答済み 1ヶ月前

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

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

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

関連するコンテンツ