Top "Elasticsearch" questions

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

SearchPhaseExecutionException[Failed to execute phase [query], all shards failed]

Recently our server was rebooted without correctly shutting down the Elastic Search / Kibana. After that reboot, both applications were running …

elasticsearch logstash windows-server-2012 kibana
How to handle multiple heterogeneous inputs with Logstash?

Let's say you have 2 very different types of logs such as technical and business logs and you want: raw technical …

logging elasticsearch logstash graylog2
elasticsearch filtering by the size of a field that is an array

How can I filter documents that have a field which is an array and has more than N elements? How …

elasticsearch
How to remove node from elasticsearch cluster on runtime without down time

Suppose I had 5 nodes in cluster and I had to remove 2 node on run-time. So how it can be done …

elasticsearch
Run elastic search as root user

Im getting below error when i tried to start elastic search 5.0 with command ./elasticsearch and getting below error. [2016-11-23…

linux elasticsearch elasticsearch-plugin
Authentication in Elasticsearch

How do I define security access in Elasticsearch? I have the elasticsearch-head plugin but your access doesn't require any security.

security authentication elasticsearch
no [query] registered for [filtered]

I have a query which I need to filter out results. This is my query { "query": { "filtered": { "query": { "multi_match": { "…

elasticsearch
Kibana doesn't show any results in "Discover" tab

I setup elasticsearch and Kibana for indexing our application (error) logs. The issue is that Kibana doesn't display any data …

elasticsearch kibana-4
Queries vs. Filters

I can't see any description of when I should use a query or a filter or some combination of the …

elasticsearch
Elasticsearch always returning "mapping type is missing"

I'm following the advice given here in order to find partial words with elasticsearch: ElasticSearch n-gram tokenfilter not finding partial …

lucene elasticsearch