高峰只对攀登它而不是仰望它的人来说才有真正意义。

es设置缓存配置

Elasticsearch | 作者 dingxiaocao | 发布于2019年08月22日 | 阅读数:4462

PUT _cluster/settings
{
  "transient":{
     "index.cache.field.max_size":"50000",
     "index.cache.field.expire":"10m",
     "index.cache.field.type":"soft"
  }
}
 
kibana执行这个报错,识别不了。
错误信息:
{
  "error": {
    "root_cause": [
      {
        "type": "illegal_argument_exception",
        "reason": "transient setting [index.cache.field.expire], not recognized"
      }
    ],
    "type": "illegal_argument_exception",
    "reason": "transient setting [index.cache.field.expire], not recognized"
  },
  "status": 400
}
已邀请:

bellengao - 博客: https://www.jianshu.com/u/e0088e3e2127

赞同来自:

ES是哪个版本的

dingxiaocao

赞同来自:

用的6.2.4

要回复问题请先登录注册