Questions tagged with Amazon OpenSearch Service
Search, visualize, and analyze up to petabytes of text and unstructured data
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
I believe this error is related to the opensearch domain endpoint URL being too long. Here is the full error including the domain endpoint.
"errorMessage": "ConnectionError(Failed to parse:...
I am creating a python lambda with lambda layer for the opensearch module dependency.
Locally, I pip installed opensearch-py into lambdalayerstuff/opensearchpyFolder
Here's my CDK code:
```
const...
One of my websites is not able to open on PC Chrome in Malaysia, but working just fine outside Malaysia!
However, in Malaysia, this website loads up and opens, using Mobile Chrome.
When, I use a VPN...
I’m encountering an issue with Amazon OpenSearch Service during a configuration update. The process has stalled at **20%** for over half a day without any progress, with the status message showing...
I would like to set up an OS domain for t3.small.search instance which qualifies for the free tier. However, not sure how to specify the required configuration in the CDK, for the below 2 points:
*...
![See the button orange "Select Model on right"](/media/postImages/original/IMpPTn9dk8Tv611Z6pfHbvtw)
![The Model providers is always loading no matter how time i...
Wonder if it is possible to use Langchain4j with OpenSearch Service Collections. Based off of the Langchain4j documentation there is a way to use the OpenSearch Embedding store:...
I am trying to generate PPL queries from natural language on opensearch dashboard. The Steps I did as per aws documentation:
1. Upgraded the version on my opensearch domain to 2.13
2. Made sure...
I have this query:
```
GET my-index/_search
{
"query": {
"range": {
"_lastUpdated": {
"gt": 1723262400999
}
}
},
"size": 10000,
...
Hi all,
I'm building a chatbot using AWS Bedrock, Lambda, and OSS. The chatbot will be customer-facing and will be on our website for customers to query and ask it generic FAQ queries, as well as...
Hi,
I am using the AWS Serverless OpenSearch Collection Index. My index is `error-logs`. I am trying to delete documents older than 3 days, for example.
I did not find an API that can delete...
If I have two clusters, each with 3 r6g.large.search instances, and I make a reservation for 3 r6g.large.search instances, which cluster would the reservation apply to? If I delete one of the clusters...