更新license,Updating Your License 官方文档 https://www.elastic.co/guide/en/x-pack/current/installing-license.html 注册用户获取基础license,有效期1年 https://register.elastic.co/xpack_register curl -XPUT -u elastic:password 'http://<host>:<port>/_xpack/license' -d @license.json @license.json 申请得到的json文件,复制文件中的所有内容,粘贴在此。 如果提示需要 acknowledge,则设置为true curl -XPUT -u elastic: password 'http:// <host>:<port>/_xpack/license?acknowledge=true' -d @license.json 查看安装结果信息 curl -XGET -u elastic: password ' http://<host>:<port>/_license' 不同版本功能 https://www.elastic.co/subscriptions X-Pack 各功能配置 https://www.elastic.co/guide/en/x-pack/current/installing-xpack.html Setting Description
xpack.security.enabled
Set to false to disable X-Pack security. Configure in both elasticsearch.yml and kibana.yml.
xpack.monitoring.enabled
Set to false to disable X-Pack monitoring. Configure in both elasticsearch.yml and kibana.yml.
xpack.graph.enabled
Set to false to disable X-Pack graph. Configure in both elasticsearch.yml and kibana.yml.
xpack.watcher.enabled
Set to false to disable Watcher. Configure in elasticsearch.yml only.
xpack.reporting.enabled
Set to false to disable X-Pack reporting. Configure in kibana.yml only.
删除和安装x-pack bin/elasticsearch-plugin install x-pack bin/elasticsearch-plugin remove x-pack bin/kibana-plugin install x-pack bin/kibana-plugin remove x-pack