Questions tagged [aws-elasticsearch]

Use this tag for questions related to AWS Elastic search, which is an open-source, RESTful, distributed search and analytics engine built on Apache Lucene. Since the first version of Elasticsearch was released in 2010, it has quickly become the most popular search engine, and is commonly used for log analytics, full-text search, and operational intelligence use cases.

Useful Links:

  1. ElasticSearch
  2. Elastic Search Service
390 questions
26
votes
5 answers

ValidationException: Before you can proceed, you must enable a service-linked role to give Amazon ES permissions to access your VPC

I am trying to create a VPC controlled Elastic Search Service on AWS. The problem is I keep getting the error when I run the following code: 'ValidationException: Before you can proceed, you must enable a service-linked role to give Amazon ES…
16
votes
1 answer

AWS elastic search error "[Errno 8] nodename nor servname provided, or not known."

I created one AWS elasticsearch instance. I want to access it using a python script. I specified my AWS configuration (access key, secret key, region). I am using below code to access the AWS ES instance: from elasticsearch import Elasticsearch,…
neha
  • 1,346
  • 3
  • 17
  • 29
13
votes
5 answers

Route53 for AWS Elastic Search Domain gives certificate error

I have create a AWS elastic search domain in Virginia and got a Endpoint url. Now I wanted to configure the Route53 behavior around it, so that a caller can use the same url, even though there is some change in elastic search or in case of a…
11
votes
3 answers

AWS Elasticsearch VPC connectivity

I've created an Elasticsearch domain in AWS. It's added to my VPC inside a public subnet and I've attached a security group which is currently completely open. I have this policy attached also: { "Version": "2012-10-17", "Statement": [ { …
11
votes
1 answer

How to access AWS ElasticSearch Service automated snapshots/backups?

I was under the impression AWS ElasticSearch service comes with automated snaphshots/backups. Thats what I find in the documentation. It suggests they happen once a day and are stored on s3 but I do not see any backups in any of my s3 buckets. How…
Usman Mutawakil
  • 4,234
  • 7
  • 35
  • 74
8
votes
1 answer

Enabling regex support on AWS Managed ElasticSearch in painless scripts

I am trying to upload templates to my AWS managed ElasticSearch. ElasticSearch responds with a 500 error complaining that I need to set script.painless.regex.enabled to true. I know that you cannot edit the elasticsearch.yml file directly, but is…
Alex
  • 1,012
  • 6
  • 25
7
votes
0 answers

"No server available to handle the request" thrown by AWS Elasticsearch Service

It doesn't happen regularly, but I was able to catch it in my debugger: And then, because of that trailing comma, things further complicate. That error is not even well formatted JSON, which makes it throw DeserializationError, which is how it…
7
votes
2 answers

Using AWS4 Signature via Postman for CRUD Elastic operations

I'm trying to post data to Elasticsearch managed by AWS using AWS4 signing method. I would like to achieve this via postman pre-script. I tried using below script which worked perfectly for GET operation of Elastic search but its not working for…
7
votes
4 answers

Stream AWS CloudWatch Log Group to Multiple AWS Elasticsearch Services

Is there a way to stream an AWS Log Group to multiple Elasticsearch Services or Lambda functions? AWS only seems to allow one ES or Lambda, and I've tried everything at this point. I've even removed the ES subscription service for the Log Group,…
6
votes
2 answers

AWS Elasticsearch domain deployed through CloudFormation. How to update ES version without replacement?

We have an AWS Elasticsearch domain we created through CloudFormation running version 6.3 of ES. When we update the ElasticsearchVersion property in the template, it replaces the Elasticsearch domain with a new one running the new version instead of…
seemach1
  • 173
  • 1
  • 8
6
votes
1 answer

How to move AWS Elasticsearch into another account

I'm moving all the instances under each service from old AWS account into new AWS account. I've found ways to move EC2 and RDS into another account. To move EC2 instance, I have created an AMI and shared with the new AWS account. Using that image…
5
votes
2 answers

Cloudformation template to push cloudwatch logs to elasticsearch

I am looking for a Cloudformation template to push cloudwatch logs to elasticsearch in another account. Even to the same account would be ok and I can update that. Seems like a standard problem but haven't seen any template which automates the steps…
4
votes
1 answer

Why does Elasticsearch Cluster JVM Memory Pressure keep increasing?

The JVM Memory Pressure of my AWS Elasticsearch cluster has been increasing consistently. The pattern I see for the last 3 days is that it adds 1.1% every 1 hour. This is for one of the 3 master nodes I have provisioned. All other metrics seem to be…
Pratik Mandrekar
  • 8,388
  • 3
  • 33
  • 59
4
votes
3 answers

Adding AWS Cognito User Pool role using CDK

I have deployed https://github.com/aws-samples/amazon-elasticsearch-service-with-cognito to my stack, and am trying to add a master group as per…
khinester
  • 2,962
  • 6
  • 38
  • 70
4
votes
3 answers

AWS ElasticSearch console: How to Access to Indices tab in my ES domain

I can't access the indices tab of my ES domain in the AWS ElasticSearch console. Here is what it looks like in the console: Even though I added my IAM ARN (arn:aws:iam::NNNNNNNNNNNNN:root) to the access policy of the console, I am still getting…
kee
  • 8,915
  • 18
  • 85
  • 149
1
2 3
25 26