Skip to main content

Questions tagged [amazon-opensearch]

The tag has no usage guidance.

amazon-opensearch
0 votes
1 answer
19 views

Opensearch/Elasticsearch Must_Not Clause not Accepting a List

I'm trying to write an Opensearch query which will exclude any results which match a list of terms. Per what I can tell in Opensearch documentation, this sort of behavior should be supported. However, ...
F Matt's user avatar
  • 3
-1 votes
0 answers
12 views

What should be the OpenSearch Configurations for 5TB of data? [closed]

I have 20 indexes each having 250GB of data. Total of 5TB of data approx. What should be the numbers of Master Nodes with memory size. Data Nodes with memory size. Coordinating Nodes. Shards per each ...
Sunil's user avatar
  • 1
-1 votes
1 answer
42 views

Wait for shards to be refreshed

When indexing documents using the bulk endpoint, one can set the parameter refresh=wait_for in order to wait shards to be refreshed. What I wanna do is disable index refreshing interval, send all bulk ...
cairo's user avatar
  • 3
0 votes
0 answers
23 views

Not able to use Opensearch action from IOT core

I am trying to recieve logs in a mqtt topic from IOT core by attaching a OpensearchAction to it to log it in opensearch topic. I have created a IOT rule with query SELECT * FROM 'device/+/log' and ...
Ram's user avatar
  • 1
-1 votes
0 answers
12 views

Open Search Java Client Nested Filter does not work

I have an issue where a nested query I am using does not filter correctly when using open search. I am using this combination of libraries api group: 'org.opensearch.client', name: 'opensearch-java', ...
Chris March's user avatar
0 votes
0 answers
29 views

Loss of Logs when using fluentbit storage type as filesystem

I am sending the applications related logs to two different destinations one is file and other through firehose to opensearch to three different indices based on tags and parsing. Defined with ECS aws ...
Farha's user avatar
  • 1
2 votes
2 answers
53 views

How to not destroy my opensearch domain when performing 'terraform destroy'?

I have created many different AWS resources with terraform such as ECS, VPC, EC2, opensearch... I'm in a debugging phase and I need to frequently create/destroy dozens of resources besides opensearch (...
Doraemon's user avatar
0 votes
1 answer
54 views

Nested Field in Logstash OpenSearch are not coming through as array's

I'm losing my mind over here and OpenSearch's documentation is completely unhelpful as everything is hardcoded values. Anyways, I have a nested field that is supposed to be flattened into an array but ...
Vaesive's user avatar
  • 105
0 votes
1 answer
24 views

Query the latest nested object in OpenSearch/ElasticSearch

I'm using OpenSearch to allow users to search a complex data structure. One of the use cases requires me to display records only if the latest nested object meets the requirements, but google and the ...
LightBender's user avatar
  • 4,223
0 votes
0 answers
17 views

OpenSearch: multiply string at index or search time?

I'm working on updating some code from a colleague that uses OpenSearch (the fork of Elasticsearch), and I want to make sure my understanding of the performance tradeoffs is accurate. We have a list ...
Crell's user avatar
  • 524
0 votes
0 answers
47 views

AWS OpenSearch Serverless unable to create indices or upload data

I've created an AWS OpenSearch Serverless (aoss) collection and have assigned a network policy (public) and data policy. I'm following the [examples on ingestion][1] using Python. However, I get a 403 ...
Konrads's user avatar
  • 2,264
0 votes
1 answer
28 views

AWS Data Migration doesn't migrate any data

I have a DMS task to migrate full load and replication. The source is my RDS Mysql database and the target is my Open Search Domain. When I do either a full load migrate or replication, my tables are ...
Antonio Turner's user avatar
0 votes
0 answers
30 views

Opensearch sercice Red status, Opensearch dashboads server is not ready yet, tried to connect through curl getting OpenSearch Security not initialized

Opensearch service cluster is showing red status and not able to connect to it to clear the shards. I am getting "Opensearch dashboads server is not ready yet" when i try to access. I get an ...
Kotesh Nataru's user avatar
1 vote
0 answers
88 views

Cannot explain knn search results in Opensearch

any help would be appreciated with explaining search results with knn cosinesimil. I am using AWS Opensearch Serverless and have created an index with several fields, of which one is a vector field. I ...
Hrvojeee's user avatar
0 votes
0 answers
41 views

AWS OpenSearch: can't evaluate on aggregator: sum

In the AWS OpenSearch, I have enabled the SQL plugin to use the SQL queries. { "transient" : { "plugins.sql.enabled" : true } } I'm using the following query: select `...
Deepak Goyal's user avatar
  • 4,787

15 30 50 per page
1
2 3 4 5
21