Does Opensearch Serverless support delete-by-query?

0

When using an OpenSearch Serverless collection, all my POSTs to /my_index/_delete_by_query fail with a 404. These same operations work correctly using a non-serverless OpenSearch domain.

Is delete_by_query supported in serverless? I couldn’t find any docs on this.

Ross
feita há 8 meses985 visualizações
2 Respostas
0

For Opensearch Serverless, a collection is a logical grouping of one or more indexes that represent an analytics workload. Perhaps the action that you are trying to do can be found under the section Deleting Collections: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html. Do note that deleting a collection deletes all data and indexes in the collection. You can't recover collections after you delete them.

Hope it helps!

AWS
respondido há 8 meses
0

The supported operations are listed here https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-genref.html#serverless-operations

There is no delete by query so I guess unfortunately no

Jin
respondido há 7 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas