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
질문됨 한 달 전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
답변함 한 달 전
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
답변함 한 달 전

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

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

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