Top "Elasticsearch" questions

Elasticsearch is a free and open, distributed, RESTful search engine based on Lucene.

Beginner's guide to ElasticSearch

There hasn't been any books about ElasticSearch (that I know of), and http://www.elasticsearch.org/guide/ seems to contain …

search full-text-search elasticsearch
Restart elasticsearch node

What is the proper way to restart node in elasticsearch? (preferably via the REST API, java API might be ok …

java scala elasticsearch
Installing Elasticsearch on OSX Mavericks

I'm trying to install Elasticsearch 1.1.0 on OSX Mavericks but i got the following errors when i'm trying to start: :> ./…

elasticsearch osx-mavericks
Elasticsearch error: cluster_block_exception [FORBIDDEN/12/index read-only / allow delete (api)], flood stage disk watermark exceeded

When trying to post documents to Elasticsearch as normal I'm getting this error: cluster_block_exception [FORBIDDEN/12/index read-only / allow …

elasticsearch
How do I enable remote access/request in Elasticsearch 2.0?

Starting from v2.0 Elasticsearch is listening only on localhost by default, but I'd like to make request outside localhost. For …

elasticsearch
low disk watermark [??%] exceeded on

I use Elasticsearch 1.4.4 in my development machine (a single notebook). Everything is set as default because I never changed any …

elasticsearch
How to copy some ElasticSearch data to a new index

Let's say I have movie data in my ElasticSearch and I created them like this: curl -XPUT "http://192.168.0.2:9200/movies/movie/1" …

elasticsearch
Logstash date parsing as timestamp using the date filter

Well, after looking around quite a lot, I could not find a solution to my problem, as it "should" work, …

elasticsearch logstash kibana
Content-Type header [application/x-www-form-urlencoded] is not supported on Elasticsearch

I used to have ElasticSearch 5.2, and just upgraded to 6.0. I am trying to create an index template following guide here, …

elasticsearch curl mime-types content-type http-put
Elasticsearch 2.1: Result window is too large (index.max_result_window)

We retrieve information from Elasticsearch 2.1 and allow the user to page thru the results. When the user requests a high …

elasticsearch