Top "Elasticsearch-plugin" questions

Elasticsearch plugins are a way to enhance the basic elasticsearch functionality in a custom manner.

Elasticsearch Aggregation by Day of Week and Hour of Day

I have documents of type: [{"msg":"hello", date: "some-date"},{"msg":"hi!", date: "some-date"}, ... I want to have the count of …

elasticsearch elasticsearch-plugin spring-data-elasticsearch pyelasticsearch nosql
Getting error in Elasticsearch while creating index using postman

I have installed Elasticsearch 5.1 in ubuntu 14.04. I have performed some operations in Elasticsearch like create index, delete index etc. Then …

elasticsearch elasticsearch-plugin elasticsearch-5 elasticsearch-indices
what is the better way to index data from Oracle/relational tables into elastic search?

What are the options to index large data from Oracle DB to elastic search cluster? Requirement is to index 300Million …

java oracle elasticsearch relational-database elasticsearch-plugin
Elasticsearch bulk index api via rest endpoint

Here is my request: POST /_bulk { "index" : { "_index" : "test", "_type" : "type1", "_id" : "1" } } {"firstname":"first_name1","lastname":"last_name1"}, {"firstname":"first_…

elasticsearch elasticsearch-plugin
Installation of kopf plugin for elasticsearch 5.1.1?

Actually i have elasticsearch 5.1.1 and tried downloading kopf plugin with the following commands and i got a error like this ..…

elasticsearch-plugin elasticsearch-5
How to increase the max_result_window in elasticsearch using a python script?

I know, we can use the curl to increase the max_result_window as something like: curl -XPUT "http://localhost:9200/…

python elasticsearch python-2.6 elasticsearch-plugin spring-data-elasticsearch
can i change top menu bar and remove some options in kibana-4

I have installed kibana-4 on my Linux machine. My requirement is that I want to delete options like save search …

html elasticsearch kibana elasticsearch-plugin kibana-4
Configuring MongoDB replica set from docker-compose

I'm using docker-compose to start 3 MongoDB servers which should be in a replica set. I first start 3 MongoDB servers, then …

mongodb elasticsearch docker elasticsearch-plugin docker-compose
How to insert data into elasticsearch from csv file using java

Is there a way by which I can parse csv files using java and then insert that data into elasticsearch …

java elasticsearch elasticsearch-plugin