Questions tagged with Amazon OpenSearch Serverless
Amazon OpenSearch Serverless is a serverless option in Amazon OpenSearch Service
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.
Hi all,
I applied the aoss:DashboardsAccessAll policy to my ARN, but it doesn't seem like it's taking. The policy is written like this:
{
"Version": "2012-10-17",
"Statement": [
{
...
We are currently working on upgrading AWS SDK version from 2 to 3, and during the process we have encountered the issue where NodeHttpHandler fails to Authenticate the HTTPRequest, SignedV4 Request...
Hi Guys,
this is a bit of a long story...and I'm quite new to opensearch.
I am trying to move away from my old solr box which host about 200Gb of indexes data to Opensearch Serverless
Our application...
I have OpenSearch Serverless set up, with logs being emitted from ECS Fargate > Firelens / Fluent Bit > OpenSearch. The collection is configured with collection type = Timeseries.
All the data is...
For the Serverless option of Opensearch, are the plugins going to be added back in the future, or is there another way to add alerting on the logs as currently these are not present on the Serverless...
Hello,
I am using OpenSearch Serverless as a vector datastore. While creating index mappings, I am unable to use {"type": "nested"} when I do index sorting while creating the index.
I get the...
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...
I have setup a collection, a role for an ECS task that grants aoss:APIAccessAll to the collection to the task, and a data access policy that grants all aoss perms to the task role, and a network...
Does OpenSearch Serverless have a REST health api endpoint?
In regular OpenSearch/Elasticsearch there is the REST API endpoint:
"GET /_cluster/health?level=cluster"
in opensearch serverless I get...
Hello,
We have been experimenting some strange behaviours in Opensearch Serverless scaling out/in. During a few days it seems that it doesn't scale down to the minimum number of OCUs and when that...
Hi,
We are considering migration to the OpenSearch Serverless from the managed domains. However, our index configuration is quite big and consists of multiple mappings, and analyzers, including the...
Hi! I'm copying this tutorial almost exactly: https://aws.amazon.com/blogs/big-data/serverless-logging-with-amazon-opensearch-serverless-and-amazon-kinesis-data-firehose/
I've set up OpenSearch...