Amazon Elasticsearch Service is a managed Elasticsearch offering as part of Amazon Web Services.
Questions tagged [amazon-elasticsearch]
248 questions
1
vote
0 answers
ElasticSearch NotFound after purging a collection
I have a "live-test" environment for my rails application which lets us test our application with near-real production settings (email are sent for real, etc.)
I have added some buttons to this "live-test" website that lets us quickly purge a…

Cyril Duchon-Doris
- 12,964
- 9
- 77
- 164
1
vote
0 answers
Ordering a term aggregation with a multi-bucket sub-aggregation
Given a term aggregation (label), I would like to sort the bucket by a string field (energy).
The problem is that we cannot use a multi-bucket value in the order clause.
For a given label, I'm sure that there is only one energy. What I would like to…

anthofo
- 93
- 12
1
vote
1 answer
Insert data in AWS ES from S3 by lambda function doesn't work
I would like to ask you about how to correctly put the data from S3 to ES domain. I've created and configured a new ES domain, bucket and the lambda function (from this example:
https://github.com/awslabs/amazon-elasticsearch-lambda-samples). All…

Peter Crauch
- 45
- 2
- 8
1
vote
2 answers
How to create custom indices when you stream Cloudwatch logs to elastic search
We are looking to use one Kibana dashboard, i.e. one elastic search domain for all our micro services, right now the only thing I see preventing that is when subscribing cloud watch logs to elastic search, it always creates indices of the same…

alexfvolk
- 1,810
- 4
- 20
- 40
1
vote
0 answers
Put filtered mustache search template on AWS elasticsearch cluster using javascript API
I'm using the elasticsearch javascript API, 1.5, as currently 1.5 is the latest version of ElasticSearch which AWS elasticsearch supports.
The function in javascript which I am suppose to use works given the following template
{
_source:…

Ryan White
- 2,366
- 1
- 22
- 34
1
vote
1 answer
Elasticsearch Error: SearchPhaseExecutionException: SearchParseException
I am getting the following error when I try and use a template search on an AWS elasticsearch cluster using the query
"match": { "title": "copyright" }
Parse Failure [Failed to parse source [{\"match\"{\"title\":\"copyright\"}}]]];
nested: Parse…

Ryan White
- 2,366
- 1
- 22
- 34
1
vote
1 answer
AWS ElasticSearchService - Java SDK example?
I am using the ElasticsearchService from Amazon. I am a little overwhelmed by their documentation. I find it vast but ever so difficult to navigate. Anyway, I am looking for an example of using the ESService using their AWS Java SDK. Do you have a…

ticofab
- 7,551
- 13
- 49
- 90
1
vote
1 answer
connecting amazon's elasticsearch with mongo-connector
I'm trying to use mongo-connector with Amazon's new hosted Elasticsearch.
I believe that it's not using normal Elasticsearch Shield etc, but instead it is using Amazon's rather complex authentication scheme.
(related GH issue:…

Aaron Yodaiken
- 19,163
- 32
- 103
- 184
0
votes
0 answers
ES Kibana rollover and having the app use the new index
I understand the title isn't very clear so I'll do my best to explain it.
My app has its log configuration set up like this:
"logConfiguration": {
"logDriver":"awsfirelens",
"options": {
"Name": "es",
"Host":…

sneedster
- 29
- 5
0
votes
1 answer
Not getting output when using terms to filter on multiple values
I have a table in opensearch in which the format of every field is "text".
This is how my table looks like
Now the query(q1) which I am running in opensearch looks like this. i am not getting any output. But when I run query q2 then I get the…

BrownBatman
- 171
- 1
- 3
- 14
0
votes
1 answer
Sorting Innerhits results using Nest
I'm having trouble figuring out the correct usage of .Sort() for inner hits. If I have a document structure like:
{
"id": "whatever",
"sales": [
{
"startsOn": "2022-05-01T00:00:00"
"endsOn": "2022-05-31T23:59:59"
…

Erik Philips
- 53,428
- 11
- 128
- 150
0
votes
1 answer
Circuit breaker exception elasticsearch
{
'error': {
'type': 'circuit_breaking_exception',
'reason': '[parent] Data too large, data for [] would be [123848638/118.1mb], which is larger than the limit of [123273216/117.5mb], real usage: [120182112/114.6mb], new…

stellar
- 23
- 6
0
votes
2 answers
Open search query to retrieve data of past 10 seconds with matching query
I want create alert with extraction query.
Query should fetch last 10 sec data and find the matching phrase
I have tried below getting the matching phrase but it is taking from all the logs which are present. i want this phrase should search in last…

khushal kunjir
- 3
- 2
0
votes
1 answer
how to get creation time of index template in elastisearch?
I want to check that which template created first across multiple templates.
I have tried GET _cat/templates API but it does not return creation time.
So, how can I get the creation time of the template in elastisearch?

Sagar Vaghela
- 1,165
- 5
- 20
- 38
0
votes
0 answers
Is there a limit on the number of operation I can do in AWS Elastic Search?
I am new to Elastic Search and I was wondering whether there is any limit on the number of put operations I can on Elastic Search per second. My system could make as many as 15000 put operations in a second and I was wondering if AWS's ES could fail…

Abhijith Rao
- 75
- 1
- 1
- 6