学校网站怎么做,格瑞特网站建设,官网用wordpress,什么是搜索引擎竞价推广报错信息#xff1a;The index pattern youve entered doesnt match any indices. You can match your 1 index, below.
使用kibana创建索引的时候#xff0c;无法进行下一步创建操作#xff0c;出现这种情况有很多种情况#xff0c;每个人遇到的问题会不一样。 第一种The index pattern youve entered doesnt match any indices. You can match your 1 index, below.
使用kibana创建索引的时候无法进行下一步创建操作出现这种情况有很多种情况每个人遇到的问题会不一样。 第一种排查elasticsearch是否存在该索引 解决办法创建elasticsearch索引
第二种检查索引是否存在文档 解决办法对创建的所以上传相关文档
第三种启动后可能会发现elasticsearch状态显示yellow 解决办法
curl -XPUT http://192.168.0.132:9200/_settings -H Content-Type: application/json -d
{index : {number_of_replicas : 0}
}
第四种也就是最基本其实文本已经提示告诉搜索的名字不对建议搜索下面列表提示的 解决办法输入正确的名称搜索就可以创建了