Questions tagged [amazon-elasticsearch]

Amazon Elasticsearch Service is a managed Elasticsearch offering as part of Amazon Web Services.

248 questions
13
votes
1 answer

AWS Elasticsearch service: Disable index auto creation (auto_create_index)

https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-index_.html mentions that auto creation of index can be disabled by Automatic index creation can be disabled by setting action.auto_create_index to false in the config file of…
12
votes
2 answers

AWS Elasticsearch & VPC - configuring network access from my fixed IP

I am unable to access AWS Elasticsearch Kibana with a browser. I have set up an Elasticsearch instance within my VPC exactly as described here; https://aws.amazon.com/blogs/aws/amazon-elasticsearch-service-now-supports-vpc/ I used the default IAM…
12
votes
4 answers

How to connect to AWS Elasticsearch?

I'm trying to connect to AWS Elasticsearch but I always get the following error: Exception in thread "main" org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: [] at…
11
votes
2 answers

Sorry! Something went wrong during authentication between Kibana and Amazon Cognito

I'm using AWS ElasticSearch with Cognito and getting the following error when trying to login Sorry! Something went wrong during authentication between Kibana and Amazon Cognito. What happened? User: x:x:x::xx:x is not authorized to perform:…
thepolina
  • 1,244
  • 1
  • 14
  • 28
11
votes
1 answer

Interacting with Amazon Elasticsearch Service using JAVA SDK

I am having trouble finding examples of how to interact with an amazon elasticsearch cluster using the amazon sdk. Can someone point me to examples? I've found javadocs for things like AWSCredentials and the AWSElasticsearchClient, just looking for…
user1154644
  • 4,491
  • 16
  • 59
  • 102
8
votes
5 answers

ElasticSearch error: 'The client noticed that the server is not a supported distribution of Elasticsearch'

New to ElasticSearch. I was following this guide to get things set up: https://john.soban.ski/boto3-ec2-to-amazon-elasticsearch.html I ran the "connect_to_es.py" script there, and oddly it worked the first time, but in a subsequent runs, it started…
8
votes
1 answer

Install custom plugin for Kibana on AWS ElasticSearch Instance

I want to know if it is possible to add a custom plugin for Kibana running on an AWS instance as mentioned in this link. From the command line we can type, bin/kibana-plugin install some-plugin But, In case of AWS ElasticSearch Service, there is no…
A.I
  • 1,438
  • 2
  • 16
  • 18
8
votes
2 answers

AWS ElasticSearchService index_create_block_exception

I'm trying to create a new index in AWS ElasticSearch cluster after increasing the cluster size and seeing index_create_block_exception. How can i rectify this? I tried searching but did not get exact answers. Thank you. curl -XPUT…
8
votes
2 answers

Amazon elasticsearch interpretation of FreeStorageSpace metrics

I have 6 instances of type m3.large.elasticsearch and storage type instance. I don't really get what does Average, Minimum, Maximum ..mean here? I am not getting any logs into my cluster right now although it shows FreeStorageSpace as 14.95GB…
7
votes
1 answer

Amazon's AWS.NodeHttpClient - no documentation :(

I'm writing a lambda function where I have to write logs to Amazon's ElasticSearch Service. Backend is Node.js. I came across this example on…
7
votes
4 answers

Unable to Discover data on Kibana 5

I've set up a test Amazon Elasticsearch Service, which uses Elastic and Kibana 5.1. I'm able to insert a test entry via curl: curl -XPOST "https://mytestservicedomain.amazonaws.com/testindex/testtype" -d "{\"foo\":\"bar\"}" And verify it was…
rtorres
  • 2,601
  • 3
  • 27
  • 33
7
votes
0 answers

Neo4j and AWS ElasticSearch Service integration failed occasionally

I have been using the Neo4j ElasticSearch integration module (https://github.com/neo4j-contrib/neo4j-elasticsearch) on the local, development and staging server given that the elasticsearch service is running on the server itself. But when the…
Kunal Dethe
  • 1,254
  • 1
  • 18
  • 38
7
votes
3 answers

AWS Elasticsearch and CORS

I'm trialing the AWS Elasticsearch service: https://aws.amazon.com/elasticsearch-service/ Very easy to setup. Basically just hit deploy. I unfortunately can't get any of the Elasticsearch GUI's to connect (ElasticHQ, Elasticsearch Head) as CORS is…
6
votes
0 answers

Is there a way to restart (Stop and Start) AWS ElasticSearch?

Not sure why AWS ES does not allow the cluster to be stopped and started. I believe behind the scene its just a set of AWS EC2 instances that themselves could be easily stopped and started. This way customers may not have to take backup delete…
5
votes
1 answer

What is the difference between AWS Elasticsearch and AWS CloudSearch?

When should I use AWS Elasticsearch over AWS CloudSearch and vice versa?
1
2
3
16 17