输出插件。2017-10-18T11:02:33,196][INFO ][logstash.outputs.elasticsearch] Running health check to see if an Elasticsearch/"}
[2017-10-18T11:02:33,209][WARN ][logstash.outputs.elasticsearch] Attempted to resurrect connection:xxxxxx@elasti
我们正在尝试在Docker容器中运行Elasticsearch节点。我们使用Search Guard插件来保证安全性。但是,在安装过程中,插件要求我们运行一个脚本。下面是输出:elasticsearch | Will connect to localhost:9300
elasticsearchchown elasticsearch:elasticsearch &
我使用搜索保护插件来保护由多个节点组成的elasticsearch集群。这是我的Dockerfile:FROM docker.elastic.co/elasticsearch/elasticsearch:5.6.3
RUN:elasticsearch /usr/share/elasticsearch
USER elas
使用Homebrew成功安装elasticsearch后,我无法安装插件:ERROR: attempted to install release build of official plugin on snapshot build of Elasticsearch也许我错了,但是似乎Homebrew没有安装elasticsearch的发行版。