Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [opensearch]

Open Search is a document description format for defining an API like interface to execute simple searches on that site. ex: http://example.com/search?q={searchTerms}

0 votes
0 answers
9 views

Running crawl with Opensearch fails

I have been trying to run stormcrawler with Opensearch. I have set the username and passwords in opensearch-conf.yaml. Yet I see this error when running storm local target/crawler-0.9.jar org.apache....
Tinniam V. Ganesh's user avatar
0 votes
0 answers
6 views

Crawl topology in local mode with Opensearch closes connectiojn

I created a maven archetype for stormcrawler and Opensearch. I brought the Opensearch dashboard up and set the username and password. But when I start the storm crawl topology it fails when the ...
Tinniam V. Ganesh's user avatar
0 votes
0 answers
7 views

Handling Nested JSON Field Searches in OpenSearch Serverless with Null Checks

I'm working on a project using Amazon OpenSearch Serverless to store and search content based on tags. Both tags to filter and tags of content can be multiple. Documents, or contents, may not contain ...
Shanazar's user avatar
0 votes
1 answer
35 views

OpenSearch minimum should match nto working properly

If I run this query below: GET test/_search { "size": 4, "query": { "match":{ "court_name": { "query": "Texas", ...
felipeformenti's user avatar
0 votes
1 answer
49 views

Otel collector gets connection error when sending data to opensearch data prepper

I am looking into opentelemetry by collecting logs and traces and sending them to an opensearch instance. I am using opensearch examples from the opensearch documantation but i seem to run into issues ...
Flowly's user avatar
  • 225
0 votes
1 answer
24 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 vote
0 answers
29 views

Data Prepper Using Kakfa as Source with KeyTab Authentication

We are trying to use Data Prepper with Kafka as a source and OpenSearch as a Sink. But the Kafka cluster authenticates only using KeyTab. In the documentation, it says SASL but it supports only ...
Pronoy999's user avatar
  • 675
0 votes
0 answers
25 views

Langchain function get_relevant_documents stops ECS Task Container

I have an application based on Langchain retriever and sometimes my ECS task stops giving an unhealthy check without any logs or errors, so I put some logs on my code and it stops right on calling ...
J P's user avatar
  • 1
0 votes
0 answers
53 views

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: org.opensearch.cluster.block.ClusterBlockException: index [.opensearch-observability] ...
user2173353's user avatar
  • 4,542
0 votes
0 answers
16 views

Unable set up OpenSearch manual snapshots with the master user from an "internal user database"

We have an OpenSearch domain with manual snapshots, it was working fine until we enable fine grained access control with master user from "Internal user database". This is the related CDK ...
ahk's user avatar
  • 131
0 votes
0 answers
43 views

Retrieving ID from similarity_search_with_score OpenSearch Langchain

I am trying to do a similarity search to find the most similar documents to my query. However, the response does not include id. So the response is a list of tuple with the following format: (Document(...
chulin's user avatar
  • 5
0 votes
0 answers
37 views

How to use securityConfigSecret in Opensearch with admin password being a sensitive value

I'm trying to use a set of roles with custom-defined permissions and OIDC as authentication backend for the OpenSearch cluster deployed using opensearch-operator. I also want to have the password for ...
Akila Induranga's user avatar
0 votes
0 answers
27 views

opensearch 2.13.0 read billion docs

I want to pull billions of docs from opensearch, i tried point-in-time with search after however i don’t see a good performance. Lets say 5 million takes 6.5 hrs to pull in a batch of 1000, anything ...
Rajesh Kumar's user avatar
0 votes
0 answers
17 views

Getting strange cosine similarity scores in Open Search, not sure why

Playing with vector search in OpenSearch and getting strange similarity scores, trying to understand why. To keep things simple, I've indexed two vectors - [0, 1] and [0, -1]. To my understanding ...
Giedrius's user avatar
  • 8,540
0 votes
0 answers
21 views

Dockerized OpenSearch not returning any hits for queries

I recently tried to move the chatbot project that I am working on over to OpenSearch. At first, my search function was working, but after dockerizing OpenSearch, I've run into the issue where my ...
Frank Nakasako's user avatar

15 30 50 per page
1
2 3 4 5
77