Elasticsearch 参考指南(安装X-Pack)

安装X-Pack

X-Pack是一个Elastic Stack扩展,它提供了安全、警报、监控、报告、机器学习等功能,默认状况下,当你安装Elasticsearch时,X-Pack就已经安装了。html

v6.3版本如下须要手动安装X-Pack插件。

若是你想尝试全部的X-Pack特性,你能够开始一个30天的试用,在试用期结束时,你能够购买订阅以继续使用X-Pack组件的所有功能,有关更多信息,请参阅https://www.elastic.co/subscriptionssegmentfault

你必须使用与产品版本匹配的X-Pack版本在Elasticsearch、Kibana和Logstash上安装X-Pack,有关产品兼容性的更多信息,请参阅Elastic支撑矩阵安全

有关如何获取X-Pack的更多信息,请参阅https://www.elastic.co/products/x-pack服务器

在线安装X-Pack插件

从Elasticsearch安装目录运行bin/elasticsearch-plugin install机器学习

bin/elasticsearch-plugin install x-pack

离线安装X-Pack插件

手动下载X-Pack zip文件:https://artifacts.elastic.co/downloads/packs/x-pack/x-pack-6.2.4.zipelasticsearch

插件安装脚本须要直接的互联网接入来下载和安装X-Pack,若是你的服务器没有internet链接,请指定下载到临时目录的X-Pack zip文件的位置。ide

bin/elasticsearch-plugin install file:///path/to/file/x-pack-6.2.4.zip

上一篇:中止Elasticsearch

下一篇:配置监控

相关文章
相关标签/搜索