elasticsearch之借用kibana平台创建索引 1.安装好kibana平台 确保kibana以及elasticsearch正常运行 2.打开kibana平台在Dev Tools 3.创建一个customer索引 PUT /customer?pretty 4.查看该索引 GET /_cat/indices?v 看到结果 health status index uuid pri rep docs.count docs.deleted store.size pri.store.size ye
现象 把EFK整个集群搭建完成后,通过Kibana操作界面创建索引(如图1),我创建了lile-zabbix*的索引,显示是创建成功了,但是只要我在重新刷新一次,已经创建的索引就“消失了”.后通过查看Kibana与ES的日志,均报错如下 Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [type] in ord
1.输入命令,点击绿色的三角形箭头. PUT chuyuan //创建索引 GET chuyuan/_settings //查看chuyuan索引下的配置 GET _all/_settings //查看所有索引下的配置 number_of_shards :分片数 ,创建之后不能更改 number_of_replicas:备份数 ----------------------------------------------------------------------------------