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

下一篇:配置監控

相關文章
相關標籤/搜索