Top "Elasticsearch-plugin" questions

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

Remove or delete old data from elastic search

How to remove old data from elastic search index as the index has large amount of data being inserted every …

elasticsearch elasticsearch-plugin
How to index a pdf file in Elasticsearch 5.0.0 with ingest-attachment plugin?

I'm new to Elasticsearch and I read here https://www.elastic.co/guide/en/elasticsearch/plugins/master/mapper-attachments.html that …

pdf elasticsearch plugins attachment elasticsearch-plugin
User authentication in Elasticsearch query using python

I'm using elastisearch using Python. My code looks somewhat like this:- from elasticsearch import Elasticsearch if __name__ == '__main__…

python python-2.7 elasticsearch elasticsearch-plugin elasticsearch-2.0
how to stop kibana (not as a service)?

I am trying to stop kibana on SSH with kill but it respawns immediatly [email protected] [~/logstash]# ps aux | …

linux kibana elasticsearch-plugin
How to reindex ElasticSearch quickly?

I have an ElasticSearch index with around 200M documents, total index size of 90Gb. I changed mapping, so I would …

elasticsearch pyes elasticsearch-plugin
Count distinct on elastic search

How to achieve count distinct function on elastic search type using sql4es driver? Select distinct inv_number , count(1) from …

elasticsearch elasticsearch-plugin
Elasticsearch 2.0 plugin installation INFO

I started to use Elasticsearch 2.0. I have a plugin for Elasticsearch but cannot install it on new version 2.0. It gives …

elasticsearch elasticsearch-plugin elasticsearch-2.0
How to install ElasticSeach plugins using docker compose

I have a docker-compose.yml file with an elastic search image: elasticsearch: image: elasticsearch ports: - "9200:9200" container_name: custom_elasticsearch_1 …

elasticsearch docker docker-compose elasticsearch-plugin