我试图在Kibana上安装x-pack,但是我得到了这个错误:
xxx@debian:x/x/bin$ sudo elasticsearch-plugin install x-pack
ERROR: X-Pack is not available with the oss distribution; to use X-Pack features use the default distribution还有另一种方法可以将x-pack与oss发行版一起使用。否则会有其他免费的安全工具来取代它吗?
发布于 2019-08-30 21:37:47
Kibana和Elasticsearch的“默认”发行版具有内置的安全性:参见the announcement blog post。X-Pack在v6.3中已不复存在。
所以,只要下载普通的Elasticsearch和Kibana就可以了。
https://stackoverflow.com/questions/57724980
复制相似问题