X-Pack是一個Elastic Stack擴展,它提供了安全、警報、監控、報告、機器學習等功能,默認狀況下,當你安裝Elasticsearch時,X-Pack就已經安裝了。html
v6.3版本如下須要手動安裝X-Pack插件。
若是你想嘗試全部的X-Pack特性,你能夠開始一個30天的試用,在試用期結束時,你能夠購買訂閱以繼續使用X-Pack組件的所有功能,有關更多信息,請參閱https://www.elastic.co/subscriptions。segmentfault
你必須使用與產品版本匹配的X-Pack版本在Elasticsearch、Kibana和Logstash上安裝X-Pack,有關產品兼容性的更多信息,請參閱Elastic支撐矩陣。安全
有關如何獲取X-Pack的更多信息,請參閱https://www.elastic.co/products/x-pack。服務器
從Elasticsearch安裝目錄運行bin/elasticsearch-plugin install
機器學習
bin/elasticsearch-plugin install 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