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…
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…
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…
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?
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…
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…
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…
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…
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…
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…
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 ?
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…
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…
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…