Top "Elasticsearch-plugin" questions

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

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
Removing old indices in elasticsearch

I have the many of my logs indexed in logstash-Year-Week format. That is if i want to delete indices older …

elasticsearch logstash elasticsearch-plugin
Remote GUI client for elastic search

I have searched enough on the web but did not find the solution. Is there a remote GUI client for …

elasticsearch elasticsearch-plugin
Manual install of Elasticsearch plugins

Because my Elasticsearch server is behind a proxy, I can't directly install plugins using the command under bin. So I …

elasticsearch elasticsearch-plugin
How can I run script automatically after Docker container startup

I'm using Search Guard plugin to secure an elasticsearch cluster composed of multiple nodes. Here is my Dockerfile: #!/bin/sh …

docker elasticsearch kubernetes dockerfile elasticsearch-plugin
Like search in Elasticsearch

I am using elasticsearch for filtering and searching from json file and I am newbie in this technology. So I …

java php elasticsearch elasticsearch-plugin elasticsearch-net
How to run Elasticsearch 2.1.1 as root user in Linux machine

I am trying to run Elasticsearch 2.1.1 in my Linux machine which I am the root user of it. When I …

linux elasticsearch elasticsearch-plugin
How to create index and type in elastic search?

I have installed elasticsearch version 2.3.2. I have to add index and type to that elasticsearch. Before I used sense plugin …

elasticsearch elasticsearch-plugin
python3 UnicodeEncodeError: 'charmap' codec can't encode characters in position 95-98: character maps to <undefined>

A month ago I encountered this Github: https://github.com/taraslayshchuk/es2csv I installed this package via pip3 in …

python-3.x elasticsearch-plugin python-unicode
How to use the official docker elasticsearch container?

I have the following Dockerfile: FROM docker.elastic.co/elasticsearch/elasticsearch:5.4.0 RUN elasticsearch EXPOSE 80 I think the 3rd line is …

elasticsearch docker dockerfile docker-machine elasticsearch-plugin