Top "Elasticsearch" questions

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

how to rename an index in a cluster?

I need to rename several indexes in a cluster (their name must be changed, I cannot use aliases). I saw …

elasticsearch
Export to csv/excel from kibana

I am building a proof of concept using Elasticsearch Logstash and Kibana for one of my projects. I have the …

elasticsearch logstash export-to-csv kibana-4
how to move elasticsearch data from one server to another

How do I move Elasticsearch data from one server to another? I have server A running Elasticsearch 1.1.1 on one local …

elasticsearch
Elasticsearch difference between MUST and SHOULD bool query

What is the difference between MUST and SHOULD bool query in ES? If I ONLY want results that contain my …

elasticsearch
How to stop/shut down an elasticsearch node?

I want to restart an elasticsearch node with a new configuration. What is the best way to gracefully shut down …

elasticsearch
Create or update mapping in elasticsearch

I am new to Elasticsearch and am currently working on implementing a geo_distance filter for searching. As of now …

indexing elasticsearch geocoding
How to search for a part of a word with ElasticSearch

I've recently started using ElasticSearch and I can't seem to make it search for a part of a word. Example: …

elasticsearch
How to know elastic search installed version from kibana?

Currently I am getting these alerts: Upgrade Required Your version of Elasticsearch is too old. Kibana requires Elasticsearch 0.90.9 or above. …

elasticsearch kibana
How to set up ES cluster?

Assuming I have 5 machines I want to run an elasticsearch cluster on, and they are all connected to a shared …

elasticsearch
Elastic Search: how to see the indexed data

I had a problem with ElasticSearch and Rails, where some data was not indexed properly because of attr_protected. Where …

ruby-on-rails elasticsearch attr-protected