我们正在尝试在Docker容器中运行Elasticsearch节点。我们使用Search Guard插件来保证安全性。但是,在安装过程中,插件要求我们运行一个脚本。下面是输出:elasticsearch | Will connect to localhost:9300
elasticsearchinstall -b com.floragunn:search-guard-5<
我试图创建一个数据管道,Logstash插件每5分钟通过SQL查询获取一些数据,ElasticSearch输出插件将输入插件中的数据放入ElasticSearch服务器。我希望这个输出插件能够部分更新ElasticSearch服务器中现有的文档。statement => "SELECT * FROM checkout WHERE checkout_no between :sql_last_value + 1 and :sql_last_
使用Homebrew成功安装elasticsearch后,我无法安装插件:ERROR: attempted to install release build of official plugin on snapshot build of Elasticsearch也许我错了,但是似乎Homebrew没有安装elasticsearch的发行版。