设置参数 `node.name` 可以自定义 Elasticsearch 节点的名字。 此条 Tips 由 medcl 贡献。

x-pack security 模块用不了

Elasticsearch | 作者 code4j | 发布于2018年07月19日 | 阅读数:12835

es集群的每个节点都配置了 xpack.security.enabled: true 也安装了 x-pack.
 
但是GET /_xpack后发现不太对:
 
"security": {
"description": "Security for the Elastic Stack",
"available": false,
"enabled": true
},


available 这一栏是false.
 
然后尝试改密码:
 
PUT /_xpack/security/user/xxxxxx/_password
{
    "password":"xxxxxxx"
}
 
{
"error": {
"root_cause": [
{
"type": "security_exception",
"reason": "current license is non-compliant for [security]",
"license.expired.feature": "security"
}
],
"type": "security_exception",
"reason": "current license is non-compliant for [security]",
"license.expired.feature": "security"
},
"status": 403
}
网上说这个是license过期,可是我的license是明年过期的。 求解答
已邀请:

strglee

赞同来自:

security属于收费功能,普通证书没有
https://www.elastic.co/subscriptions

要回复问题请先登录注册