OpenSearch: query by id returns many results
I perform search request by id:
OpenSearch not starting – [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];
After indexing some documents, my OpenSearch is not starting. In the opensearch.log
file, I get this error:
opensearch regex search on entire field
According to the documentation, when doing a regex search in opensearch, the regex is applied to the individual tokens in the field, not the entire field.
OpenSearch – How to calculate number of documents created by Transform Job?
I wonder how to count entries created with Transform Job.
How to search for words in an Opensearch flat_object field mapping
We have Opensearch indexes with a flat_object field mapping. I’d like to be able to search for documents with certain words within this mapping
Can’t figure out how to query Opensearch and have results
this is my (very simple) query:
OpenSearch: how to use calculated field in search query?
I want to search by calculated field.
Finding related items in OpenSearch between 2 datasets
I have a scenario where I have 2 sets of data:
How to sort result based on index name in a query against multiple indices?
I have daily indices named like request_response-yyyy-mm-dd
. When I execute the below query
How to sort result based on index name in a query against multiple indices?
I have daily indices named like request_response-yyyy-mm-dd
. When I execute the below query