Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
1 vote
1 answer
96 views

I'm planning to use AWS DMS to replicate data from AWS RDS (PostgreSQL) to OpenSearch. I want to create an index in OpenSearch before replication to adjust primary/replica shards count. And then ...
Tsukuruu's user avatar
0 votes
1 answer
80 views

Is it possible to instrument a node.js application with AWS X-ray SDK simply by using the client wrapper without having to use segments and subsegments? The app is sort of legacy and it is using @...
RaptorPete's user avatar
1 vote
1 answer
550 views

I have a sam template with an OpenSearch Ingestion Pipeline resource defined below. According to the documentation PipelineConfigurationBody is meant to be a string of YAML. But this string could be ...
Dr. Thomas C. King's user avatar
0 votes
0 answers
1k views

My task is to retrieve the max_content_length from cluster settings to control the size of the bulk request I am sending to AWS Elasticsearch. I learned that I can do this by using the GET _cluster/...
a_moondance_94's user avatar
0 votes
0 answers
101 views

I'm working on a project with Nest.js where I have to make a query object like this with my dynamic filter builder. I encountered a problem where I have to make an object with some depth to send it as ...
Inseok Chang's user avatar
-1 votes
3 answers
66 views

I have an external API to synchronize all the Stock Symbols from all markets (NASDAQ, NYSE...). I have an AWS Lambda to get this data from the external API. Then I want a frontend website with a ...
Jorge Freitas's user avatar
1 vote
0 answers
598 views

I've two domains of Elastic search v 7.7, hosted under same VPC. I'm trying to reindex data between two domain by following steps mentioned in aws doc reindex. But getting below error "error&...
nik2811's user avatar
  • 41
1 vote
1 answer
3k views

I've upgraded my Springboot version to 2.7.8, spring-data-elasticsearch version to 4.4.7 and org.elasticsearch --- elasticsearch to 7.17.3 Here are the dependencies in my pom.xml <parent> &...
Yash Kataria's user avatar
1 vote
1 answer
83 views

I have data from two sources of document one which have status purchased and another does not have status purchased. In order to identify the status purchased i am using a nested object called ...
user3134614's user avatar
1 vote
2 answers
950 views

Context My team has a REST service running on AWS Elastic Container Service. It is connected with AWS Elastic Search to save the data. The following is the Elastic Search client setup: YAML Config: ...
surajs1n's user avatar
  • 1,581
1 vote
1 answer
171 views

I did my research and I am aware you can use ILM on proper Kibana for that. However, ES Kibana doesn't have that option, and I'm not sure how to write a policy for it. Google and GPT didn't help. Any ...
sneedster's user avatar
1 vote
1 answer
450 views

I am trying to fetch the cluster health of Opensearch domain through the boto3, but I do not find any method for the same. How to solve this problem?
Chandan S's user avatar
1 vote
1 answer
2k views

I have an Opensearch index with a string field message defined as below: {"name":"message.message","type":"string","esTypes":["text"],"...
apprunner2186's user avatar
0 votes
1 answer
201 views

(Please bear in mind that I am new to ElasticSearch and I am not a web programmer) So we have a site that uses ElasticSearch (in AWS) to look up names for our site. It is on version 6.8 and works fine....
ErnieAndBert's user avatar
  • 1,762
1 vote
0 answers
3k views

We are using AWS OpenSearch to ingest and merge data and see that the process is quite slow. Wondering if someone here can help: Essentially we have 850 GB of data, 400 MM rows with indexing on a ...
adroit's user avatar
  • 231
0 votes
1 answer
800 views

I have an AWS Opensearch/ElasticSearch domain with a cluster configuration to take hourly snapshots. I'm trying to automate the restoration of the snapshot when the cluster goes down. At the moment I'...
Jarede's user avatar
  • 3,564
2 votes
0 answers
4k views

I have inherited a python lambda which I need to convert to node js. I am a bit stuck with the code that handles authentication and so I am wondering what the JS equivalent would be for the python ...
Redtama's user avatar
  • 1,613
0 votes
1 answer
194 views

Presently AWS Elasticsearch cluster version is 6.3 and I am planning to upgrade it to 7. reindexing is also have to be done. reindexing is required to have _doc as type for the indices instead of our ...
Ayesha's user avatar
  • 15
2 votes
1 answer
2k views

Due to AWS migration I have to migrate from ElasticSearch to OpenSearch. The OpenSearch will be provisioned by AWS OpenSearch Service. The existing documents in ES index has parent/child relationship ...
Eager's user avatar
  • 1,711
2 votes
0 answers
747 views

Need to change OpenSearch logo in the dashboard. Found i way to change if I run it local host or using docker changing the opensearch_dashboards.yml. But how could i change it if i hosted this in AWS?...
johnson's user avatar
  • 429
1 vote
1 answer
77 views

I am trying to create index template which will help me to update index field value from indexName to indexName{current_date}. I found one solution using processors but it's not working for index ...
mugdha chindhe's user avatar
1 vote
0 answers
371 views

I have a django application which I succesfully linked to elasticsearch that is running on AWS. So I created a GET API using elasticsearch_dsl and elasticsearch_dsl_drf and more while this API now ...
Yorbjörn's user avatar
  • 456
0 votes
2 answers
752 views

Followed this tutorial: https://docs.aws.amazon.com/glue/latest/ug/tutorial-elastisearch-connector.html I know using this connector can connect to Aws Elasticsearch, but this still needs AWS Secrets ...
og f91's user avatar
  • 47
2 votes
1 answer
1k views

I'm trying to connect a spring boot application from AWS EKS to AWS Opensearch both of which reside in a VPC. Though the connection is successful im unable to write any data to the index. All the AWS ...
sammed kamate's user avatar
0 votes
1 answer
36 views

Currently I'm able to do query on AWS elastic search to get matching doc's for single term. for that I'm using below query. Now I have a requirement to do query for multiple term and get there ...
Mahesh's user avatar
  • 37
0 votes
1 answer
815 views

I am getting this exception from Elasticsearch .net client - NEST v7.10.0. Exception of type 'System.OutOfMemoryException' was thrown. Elasticsearch.Net.UnexpectedElasticsearchClientException ...
S7H's user avatar
  • 1,655
0 votes
1 answer
962 views

Asynchronous Search is available in AWS Elasticsearch starting with version: 7.10. According to the documentation operation /_opendistro/_asynchronous_search is supported. However, is there a ...
john22's user avatar
  • 1
0 votes
1 answer
214 views

Every time our IPs change, I have to keep updating this policy to access Kibana. I thought I could automate this, but is there any way I can delete an existing policy and create a new one on Lambda? I'...
Rahul Nair's user avatar
5 votes
0 answers
1k views

Is there any way we can connect AWS OpenSearch with MongoDB without using DocumentDb? I have an application based on Nest.js and ReactJs where I want to use OpenSearch Service
Ammar Ijaz's user avatar
5 votes
3 answers
15k views

I want to create an index pattern using Opensearch API. I tried to replicate what could be made graphically in the following image window, using as index pattern name cwl-* and then as time field @...
Dresult's user avatar
  • 313
1 vote
2 answers
5k views

I'm doing a bulk indexing in AWS OpenSearch within my node application and it's failing because the chunk size are too big. Below is the error Request size exceeded 104857600 bytes So I need to ...
ahkam's user avatar
  • 767
0 votes
1 answer
477 views

I have a Lambda configured and running on "Custom runtime on Amazon Linux 2". GraalVM is the runtime used for our application. When Lambda tries to make a connection with OpenSearch, it ...
RAM KUMAR's user avatar
7 votes
0 answers
1k views

I have logs being indexed by ElasticSearch from stdout of our application server. Without having to modify the source writing the logs, is it possible to "pretty print" any JSON log message? ...
occasl's user avatar
  • 5,464
1 vote
1 answer
770 views

I'm using AWS Lambda to do a delete_by_query on an Elasticsearch index so I get rid of everything older than 7 days. That works, but I noticed that the count of the documents is the same before and ...
Jennifer Crosby's user avatar
0 votes
1 answer
1k views

I'm attempting to update a legacy elastic-search node app, using the the package aws-elasticsearch-connector and for some reason I'm unable to get it to work at all, even the simplest provided example....
user1751825's user avatar
  • 4,337
0 votes
1 answer
628 views

I found this tutorial, however this tutorial has two main drawbacks. A brand new CloudFormation stack would be created There would be outage. Is there a way to upgrade ES without outage and new ...
Linden X. Quan's user avatar
1 vote
0 answers
115 views

My goals - Find the existing field if present (responseBody.results[i].statusCode) and copy it's value into a new field (embedded_error_code ) at runtime My original field is a list of array. Below ...
shivani singh's user avatar
1 vote
1 answer
1k views

I deployed Temporal along with Temporal Web on AWS ECS. I replicated the configuration using this Docker Compose file: https://github.com/temporalio/docker-compose/blob/main/docker-compose.yml I used ...
Abdullah Khawer's user avatar
1 vote
1 answer
1k views

I am using OpenSearch service in AWS for my research. Task: I want to compute the index size for N records in the index. Input: I have only one node in AWS [r6g.4xlarge.search] with 128 RAM. The index ...
Ilya's user avatar
  • 45
0 votes
1 answer
276 views

I have a problem with my ES queries where they fail because of having array indexes in their query strings. This happens because my following approach. I flatten the JSON requests that I get with the ...
AnOldSoul's user avatar
  • 4,209
1 vote
0 answers
117 views

I have been asked to help getting latency KPI put together for key API endpoints. And transformed into a format and location where we can more easily track api latency. BUT, I am not able to get any ...
Keen_Learner's user avatar
5 votes
1 answer
2k views

I'm using AWS's OpenSearch, and I'm having trouble getting any queries or filters to only return matching results. To test, I'm using sample ecommerce data that includes the field "...
rarelyNecessary's user avatar
0 votes
1 answer
788 views

I want to resolve conflicts in the kibana fields when we are using AWS elasticsearch / AWS Opensearch service. We have 3 fields showing as conflicted in Kibana. How I can resolve that?
gaurav sharma's user avatar
0 votes
0 answers
960 views

I am using Elasticsearch (Opensearch) in a Nx monorepo in a node js Serverless app that connects to aws services. I would like to use jest to test but so far I have not been able to get responses from ...
Kabethy's user avatar
0 votes
0 answers
403 views

I have 2 ec2 instance first instance in availability zone a, secon in in availability zone b first instance must forward logs to second, but i have an error 2022-01-10 20:15:42 +0000 [warn]: detached ...
Iceforest's user avatar
  • 341
0 votes
1 answer
1k views

We have an AOSS cluster and I'd like to use regular AWS console authentication to authenticate users. I've reviewed (and followed much of) the following: Configuring Amazon Cognito authentication ...
Jim Ivey's user avatar
  • 121
0 votes
1 answer
539 views

I recently upgraded my ElasticSearch version from version 5.3 to version 5.6 "query" : { "constant_score" : { "query" : { "bool" : { ...
Ashish Shrivastava's user avatar
0 votes
0 answers
763 views

I'm trying to access AWS open search cluster present in different AWS account(lets say ES cluster present in account A and we are trying to access it from Account B). I have performed following steps ...
priyadhingra19's user avatar
0 votes
1 answer
782 views

I have some data in index "A_1" of instance "A". I've created an index "B_1" in instance "B", with the same mappings as "A_1". I'm trying to move data ...
HarryClifton's user avatar
1 vote
1 answer
2k views

I am having great difficulties in getting OpenSearch to publish alerts to Amazon SNS. I have set up the SNS topic and permissions properly, and set up the role for the SNS destination in OpenSearch ...
Jake P's user avatar
  • 11

1
2 3 4 5
9