Questions tagged [amazon-opensearch]

242 questions
0
votes
1 answer

Error in signer.addAuthorization(credentials, new Date()) while signing opensearch request in Nodejs Lambda

I'm uploading document to AWS Openseach using AWS Lambda. Here's my code, I'm first getting credentials from AWS using EnvironmentCredentials and then passing it to AWS.Signers.V4().addAuthorization() method const AWS = require('aws-sdk'); var path…
0
votes
1 answer

not able to import json file in opensearch that was exported from elastic

I have this json file that used to work on elastic but is not able to import anything in open-serach. https://datameetgeobk.s3.amazonaws.com/cftemplates/export_se.json Goto Kibana — Management — Saved Objects — Import and provide the path. It should…
shantanuo
  • 31,689
  • 78
  • 245
  • 403
0
votes
1 answer

AWS OpenSearch/ElasticSearch match_phrase_prefix query doen't work for a node

I have an AWS ElasticSearch domain with 4 shards and 3 data nodes. The shard 3 linked with 2 nodes: xQVLroD1RoCShwwzLwXY4g and gn9dYu4pS22gNEDeCg6RrQ. The first query returns the expected result: POST…
0
votes
1 answer

How to edit AWS OpenSearch Cluster

to change the logo in AWS Opensearch need to edit the opensearch_dashboards.yml file. But where it is located in OpenSearch Cluster? Went through the different resources and couldn't able to find a way to change the dashboard logo?
0
votes
1 answer

How to do AWS signature authorization and invoke elastic search using .NET Core client

I'm using OKTA authentication for AWS and I run tool which create profile in C:\Users\username.aws\credentials. I can see follow content into the file: [my.profile] aws_access_key_id = xxxx aws_secret_access_key = xxxxx aws_session_token = xxxx I…
0
votes
1 answer

Elastic search query on nested object with specific condition

I need some help with the elastic search query. My index has a nested field called departments, let's say the nested object has a dept-id field. I would like to do a search on this nested object and the condition I will highlight…
Duke
  • 23
  • 5
0
votes
1 answer

Elasticsearch Querying Nested Structure

I try to query documents that have nested objects: { "name":"Adam", "cities":[ { "name":"California", "activities":[ { "name":"Hicking" }, { "name":"Camping" …
0
votes
1 answer

Issue with opensearch Index pattern, alias and fluentd index name

I have one opensearch cluster that receives logs from fluentd. Now I want to apply the ISM policy to rollover my index as they reach to certain threshold value. I am following this document to create the ISM policy…
vivek
  • 187
  • 14
0
votes
0 answers

Options Transfer Logs from Opensearch to S3

There are various ways to transfer logs from S3 to Opensearch: Amazon Glue Kinesis Data Firehose Lambda as an Event Handler What should be used in what situation? What is the cheapest? I would imagine that Kinesis and/or Event Handler method would…
Derrops
  • 7,651
  • 5
  • 30
  • 60
0
votes
1 answer

In Elasticsearch does the Update By Query API increment an external version of updated documents?

We are indexing cars documents in Elasticsearch with an external version. We are then sometimes updating the cars documents using the Update By Query API and Painless scripting language. The update request looks like this: POST…
0
votes
0 answers

Is OpenSearch the best way to search/filter on several DynamoDB table attributes?

I have data in a DynamoDB database, and I need to search/filter on 10+ attributes (one or many at the same time) without resorting to scanning the entire database for each query. I’ve seen compound sort keys recommended when there are 2 or 3…
0
votes
0 answers

AWS - Load the large json from S3 to Open search

I am loading a JSON file with 6.5 GB size which is stored in S3 bucket and loading it into Open search using AWS Lambda. I tried to increase the timeout limit to 15 minutes but still the data doesn't get processed. Is there another way to do it ?
0
votes
0 answers

Using AWS OpenSearch internal users/roles from application

How many of you are using Amazon's OpenSearch Security (internal users and roles) for your OpenSearch indexes, and do you have many users and roles (>100,000)? We are trying to use OpenSearch Security in our .NET Framework (C#) web app but need to…
Cindy K.
  • 128
  • 2
  • 10
-1
votes
1 answer

Terraform AWS OpenSearch using Cognito module circular problem

Hi im trying to create a terraform module to deploy aws opensearch using cognito, but it seems it is not possible to complete! To create an opensearch cluster with cognito, you need to create cognito user pool cognito user pool client app cognito…
Staggerlee011
  • 847
  • 2
  • 13
  • 23
-2
votes
1 answer

Index not found exception while sending data to Opensearch AWS using td agent

I have set up Opensearch in AWS. I have installed td-agent in Ubuntu 18.04. Below is my td-agent.conf file: @type tail path /home/rocket/PycharmProjects/EFK/log.json pos_file /home/rocket/PycharmProjects/EFK/log.json.pos format…
S Andrew
  • 5,592
  • 27
  • 115
  • 237
1 2 3
16
17